FLL
Aug 25th, 2000, 05:59 PM
OK, I tried Dr. Evil's code on the link that was provided, but I was not able to get it to work. Let me try this again:
I have a form which searches a DB. If multiple records are pulled from the query, it loads another form with an MS Flex Grid. From there, I want the user to be able to double click one of the records and have it load some controls on the other form.
1) I don't know that there is a double click event on the MS Flex Grid (a double click event for a single row, not the entire grid)
2) Is there some creative code to emulate a double click event, allowing the user to select a specific record from the Flex Grid?
3) Is there a better control to use than the Flex Grid?
Thanks a lot.
FLL
I have a form which searches a DB. If multiple records are pulled from the query, it loads another form with an MS Flex Grid. From there, I want the user to be able to double click one of the records and have it load some controls on the other form.
1) I don't know that there is a double click event on the MS Flex Grid (a double click event for a single row, not the entire grid)
2) Is there some creative code to emulate a double click event, allowing the user to select a specific record from the Flex Grid?
3) Is there a better control to use than the Flex Grid?
Thanks a lot.
FLL