Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DblClick in a Grid
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00125042
Message ID:
00125052
Views:
15
Its the Cell's Click() and DblClick() that will fire. If you want to centralize your code, put the Click() and DblClick() in the Grid. In TextBox Object's Click() and DblClick(), put this code in:

In the Click()

This.Parent.Parent.Click() && for the Grid.Click()

In the DblClick()

This.Parent.Parent.DblClick() && for the Grid.DblClick()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform