Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Avoiding ON KEY LABEL
Message
From
26/07/2004 21:22:15
 
 
To
26/07/2004 12:26:19
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00927965
Message ID:
00928153
Views:
33
This message has been marked as the solution to the initial question of the thread.
>Hi,
>I need to provide my users with some navigation keys that can be used on modal forms. ON KEY LABEL works a little TOO well. For example, I use the PGDN key to move between records on some forms. Sometimes a fair amount of code is run here, doing lookups on other tables, etc. If the user has quick fingers, the PGDN will run code that hasn't finished running giving some confusing results to the user. I'd like to use the menu for these key assignments thinking that repeated key strokes would que up rather than firing instantly, but the modal form disables the menu options.
>
>Many thanks for any suggestions.
>
>Gary

You could consider using menus with the modal forms. They do work if you call them in the form.gotfocus() event.
eg.
Myform.gotfocus()
Do Myform.mpr

So your menus can then have the normal hotkey assignments avoiding ON KEY LABELS completely. You do need to ensure that your form does fire the gotfocus method, ie there should be at least one control on the form which can receive the focus.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform