Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Duplicate inkey values
Message
From
06/09/2000 15:47:12
 
 
To
06/09/2000 15:46:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00413067
Message ID:
00413176
Views:
20
>>In the keypress of the form. The keypreview property is on because we want to trap certain keypresses, (such as SF5)
>>
>
>You might consider this in the form.Init()
>
>ON KEY LABEL "{SHIFT+F5}" DO whatever
>
>>Where else other than a keypress event can you determine keypresses.
>
>You could (e.g.) also trap LASTKEY() in a loop to give the user an out in a potentially long running loop.

Sorry - that should be
ON KEY LABEL SHIFT+F5 DO whatever
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform