Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HotKey for Browse and Edit in the View menu
Message
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01017002
Message ID:
01017006
Views:
22
>Anyone knows of a programmatic way to select 'Browse' or 'Edit' in the View menu while browsing a table at runtime? I couldn't find the respective System menu vars for those 2
>

Jaime,

VFP doesn't expose names of dynamic menu items. Try
* Edit 
ON KEY LABEL  f5 KEYBOARD "{F10}VE{ENTER}" PLAIN CLEAR
* Browse
ON KEY LABEL  f6 KEYBOARD "{F10}VB{ENTER}" PLAIN CLEAR
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform