Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detect Dbl Click in a grid
Message
 
To
12/12/1999 13:06:44
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00302214
Message ID:
00302486
Views:
32
In the DblClick() of all the control's double click, put:
>
>This.Parent.Parent.DoubleClick()
>
>Then put what you want to happen in the DoubleClick() method you added to your grid class. This means, you can use the same control classes evrywhere you want, even is they double click is supposed to be different. Thats beacuse the DblClick() code can be stored in a GridClass, or a Grids instance on a form.
>
>Does this make sense now?


Mike, thanks for that...that will seem to do the trick.

Gerard
Previous
Reply
Map
View

Click here to load this message in the networking platform