Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Click DblClick methods
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00871234
Message ID:
00871434
Views:
15
Try this in the grid.column1.text1.click()
LOCAL lnLast
lnLast = INKEY(_dblclick,"MS")
IF lnLast = 151
	this.DblClick()
ELSE
	* click code
ENDIF
>I have a grid which has code in both the CLICK and DBLCLICK methods. I run the CLICK code when the CTRL key is down and WANT to run the DBLCLICK code when the CTRL key is up. How can I get I ever run the DBLCLICK code, since the first mouse click takes me to the CLICK code.
Regards,

Mike

"We try to solve the problem by rushing through the design process so that enough time is left at the end to uncover the errors that were made because we rushed through the design process."
- Glenford Myers

If you're going through hell, keep going. - Walt Disney
Previous
Reply
Map
View

Click here to load this message in the networking platform