Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ctrl+S to Save?
Message
From
14/09/2000 17:55:23
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00416666
Message ID:
00416674
Views:
31
Phil, this is what I use in one of my app's.
Keypress event of the form.

LPARAMETERS nKeyCode, nShiftAltCtrl

IF nShiftAltCtrl = 2 &&-CTRL KEY PRESSED
DO CASE
CASE nKeyCode = 19 &&-CTRL S (SAVE TRANSACTION)
THISFORM.PAGEFRAME1.PAGE1.DBFNAV2.CMDSAVE.SETFOCUS()
KEYBOARD "{spacebar}"

Hope this helps.

Joe
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform