Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with hotkeys in a pageframe
Message
From
19/03/2000 21:00:39
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00346928
Message ID:
00347708
Views:
19
>Nope, it can't, even when used as a modifier of keystrokes.

Try putting:
LPARAMETERS nKeyCode, nShiftAltCtrl

if nShiftAltCtrl = 4
	wait window 'Alt + ' + transform(lastkey())
endif
in a forms keypress, then hit Alt + P or something. Isn't this that?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform