Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Commands within Macros
Message
 
À
07/03/2001 14:13:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00482834
Message ID:
00482842
Vues:
12
Hi Anthony,

If you want this functionality in a textbox, add the following code to the textbox keypress event:
LPARAMETERS nKeyCode, nShiftAltCtrl

IF nkeycode = 100  && D key was pressed
	this.Value = DATE()
	nodefault
endif
>Has anyone figured out if you can insert commands within macros?
>
>For instance I want to assign a macro key that inserts the current DATE().
kenweber
GCom2 Solutions
Microsoft Certified Professional

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform