Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid and Double-Click Event
Message
From
19/06/2001 06:36:59
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00520905
Message ID:
00520909
Views:
17
Hi Chris,

You need to use the DBCLICK() Event of the textbox (i.e Grid.Column1.Text1.DBLCLICK()

From there call Grids DBLCLICK() AS
PROECDURE Grid.Column1.Text1.DBLCLICK()

 THIS.PARENT.PARENT.DBLCLICK()

ENDPROC
Add Code in grids DBLCLICK() event as necessary.

Mention that Grids DBLCLICK() will fire if you double click a GridLine.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform