Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detect Dbl Click in a grid
Message
From
12/12/1999 13:06:44
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00302214
Message ID:
00302422
Views:
37
>I dont see the significance of calling the Grid's doubleclick... is'nt this the original problem ..i.e. This does not fire because the controls in the grid fire ??

Here is the idea: 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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform