Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compatibility with old programs
Message
From
16/03/2001 10:35:58
 
 
To
16/03/2001 03:50:22
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00485229
Message ID:
00485917
Views:
12
Will:

If you still want to use OKL after what Dragan said, The OKL must be loaded before displaying a menu using the same shortcut keys if we want the OKL to take precendence.

When I use OKL, I always do something like
On Key Label CTRL+S goApp.DoGlobalMacro('Ctrl+S')
On Key Label CTRL+U goApp.DoGlobalMacro('Ctrl+U')
because my application object is the only thing that is guarantee to exists at the time the keys are pressed.

I don't know if setting the form's KeyPreview to True conflicts with menu shortcut keys.

Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform