Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Double click a row in Grid control
Message
General information
Forum:
Visual FoxPro
Category:
Conferences & events
Miscellaneous
Thread ID:
00229804
Message ID:
00229813
Views:
18
Hi,
If you are clicking on a data row it will be the column control DblClick() method The default control is text1. If you are clicking inside the grid but outside a data row, as you could do if your grid was 10 rows in height but had only 4 rows of data, then it will be the grid DblClick() method. You may wish to put the code "This.parent.parent.DblcClick()" into each column control DblClick() method, and put the actual code for opening a form, updating fields, etc. just into the grid DblClick(). This will make it easier to make changes in the future.

HTH
Barbara

>Hello all,
>Can anyone help me to catch what event when i double click a row in grid control ?
>Thank in advance.
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform