Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Commands within Macros
Message
 
To
07/03/2001 14:13:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00482834
Message ID:
00482842
Views:
11
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

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform