padlocked17
Registered User.
- Local time
- Today, 14:15
- Joined
- Aug 29, 2007
- Messages
- 276
All,
I've got a Continuous form that has all the fields Enabled = No and Locked = Yes.
I'm attempting to make this form "itunes like" in the sense that any row can be double clicked and that row will take the focus and also open another form.
I tried using a transparent rectangle as a "hot spot" but it only works if the rectangle is not transparent. I have since moved to using a label and an event on the double click of that and it works like a champ.
What I'm unsure of how to do is to get a particular row to take the focus so that any subsequent forms I open are using the correct record to filter.
Anyone have any advice on how to do this?
I've got a Continuous form that has all the fields Enabled = No and Locked = Yes.
I'm attempting to make this form "itunes like" in the sense that any row can be double clicked and that row will take the focus and also open another form.
I tried using a transparent rectangle as a "hot spot" but it only works if the rectangle is not transparent. I have since moved to using a label and an event on the double click of that and it works like a champ.
What I'm unsure of how to do is to get a particular row to take the focus so that any subsequent forms I open are using the correct record to filter.
Anyone have any advice on how to do this?