Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
KeyPress
Message
From
28/10/2014 14:14:27
 
 
To
28/10/2014 14:10:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows 7
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01610038
Message ID:
01610043
Views:
39
>I am trying to get this to work, so there is nothing else in the KeyPress event. If you could provide complete details, it would be greatly appreciated!
>
>Thanks.
LPARAMETERS nKeyCode, nShiftAltCtrl
if nKeyCode > 0
   dodefault(nKeyCode, nShiftAltCtrl)
   thisform.Label1.Caption = this.value
   nodefault 
Endif
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform