Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu Shortcut keys still active when form released
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Menu Shortcut keys still active when form released
Miscellaneous
Thread ID:
00065986
Message ID:
00065986
Views:
66
I have shortcuts on the menu that provides navagation of the current table along with 'new', 'edit', 'save' and 'cancel' that get enabled and disabled when appropriate. These shortcut keys execute methods that are part of a navigation bar class on the data entry form. All this works fine. The problem occurs after the form is closed and the menu is popped (pop menu _msysmenu). When the form is destroyed and the main menu is displayed awaiting the next user action an user may press one of the shortcut keys and the application tries to execute the method of the previous forms navagaton bar class.

Below is what gets run in the Init of the form along with other startup code:

push menu _msysmenu
do menuname.mpr with THIS

In the destroy event:

pop menu _msysmenu

Any help in resolving this problem would be greatly appreciated.

Thanks,

Greg
Next
Reply
Map
View

Click here to load this message in the networking platform