Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Click DblClick methods
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00871234
Message ID:
00871434
Vues:
13
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform