Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabling Shortcut Keys
Message
From
01/06/2001 05:07:33
 
 
To
01/06/2001 04:56:16
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00513622
Message ID:
00513624
Views:
11
>Could someone please tell me, how to disable System Shortcut Key "Ctrl+Y", which is used to append new record in a table, in a VFP 5.0 application ? Thanks.


Also, if you want to keep the system menu, but disable only the Ctrl+Y shortcut, you can write a dummy procedure like this one:
PROCEDURE nothing
RETURN
and in the main procedure of your app you can issue this:
ON KEY LABEL "CTRL+Y" DO nothing
Hope this helps.
Grigore Dolghin
Class Software.
Previous
Reply
Map
View

Click here to load this message in the networking platform