Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Auto Dropdown Combo
Message
From
22/01/1999 18:22:52
 
 
To
22/01/1999 11:30:17
Juan Kh
Dataprop Technologies
Sungai Petani, Malaysia
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00178818
Message ID:
00179285
Views:
25
>KEYBOARD "{F4}" would be more "Windows95"..., I guess.
>
>>I'm not positive, but I seem to recall that stuffing the keyboard with an "Alt-Dnarrow" keystroke sequence can work.
>>
>>However, solutions that involve stuffing the keyboard buffer always carry a slight risk of bizarre behavior when the user is in a heavy data entry session.

Come on Guys!!!

In the keypress() event place the following code:

LPARAMETERS nKeyCode, nShiftAltCtrl

IF nKeyCode = 32 && this can be any key
NODEFAULT
this.click() && or any of the suggestion you have made
ENDIF
An Intelligent fool can make things bigger and more complex... It takes a touch of a genius -and a lot of courage- to move in the opposite direction".
-Albert Einstein
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform