Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dblclick event for the grid control
Message
From
24/04/2003 14:16:55
 
 
To
24/04/2003 14:14:14
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00781234
Message ID:
00781236
Views:
19
I want to write the following code in the double click event of the grid record.
>
>thisform.command2.click
>
>
>I am writing the above line in dblclickevnt of grid but it is not doing anything when i double click a record in the grid.
>
>
>could you please tell me.
>
>Thank you


The double click of the grid doesn't get called if you click on a column. If you want to centralize the code, put in all the text boxes "THIS.Parent.Parent.DblClick()"

Just an aside, caling the click event of a command button from elsewhere isn't usually the best of ideas. If you need to call that code from more than one place, better to put it in a form method and call that from both places.

Michelle
Previous
Reply
Map
View

Click here to load this message in the networking platform