Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid - DblClick & RightClick
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00105864
Message ID:
00105880
Views:
31
Terry,

What I did was create a TextBoxGrid class that is a sub-class of my generic TextBox class. In this class the DoubleClick event does a THIS.Parent.Parent.DoubleClick() to executes the grid's double-click event. The right click can work the same way. Of course, if you have other kinds of controls in your grid, you'll need to sub-class them as well.

These classes come in handy because there are often differences in the way you want to handle controls in a grid.

>I am trying to use a grid to allow the user to DblClick/RightClick on the record of interest and then call up an edit screen to maintain the information in this record. Like a drill down event. I find I can get the DblClick/Right click methods to fire on an empty record or the header but I am unable to get it to fire on the selected record. Any help is appreciated.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform