Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu Problem
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Miscellaneous
Thread ID:
00005339
Message ID:
00005391
Views:
30
>I have build a "MENU" with several options and popup windows like the FPW25 menu. but when i return from some program that i execute from the menu, the menu prompt return to the first option of the menu. What i want is to be able to return to the same option in the menu.
>
>Thanks

I think there is a SET STICKY command U may want to check out. I had a system where the user wanted the sub-menus to redisplay after a user exited a screen. What I ended up doing, not real efficient, was to create hot keys for all of the menus/sub-menus. Then within the menu item I created procedures to launch the screen and stuff the keyboard. ie:

DO FacScreen1 && Facility Screen 1
CLEAR TYPEAHEAD && Clear stuff
KEYBOARD {ALT+T} && Grab Table Menu Pad
KEYBOARD {F} && Grab Facility Sub-Menu

Much better message without the shouting!
Steve Medvid
Systems Analyst

Environmental Resource Management
Previous
Reply
Map
View

Click here to load this message in the networking platform