Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu is not disabled when modal form launched
Message
From
26/12/2000 21:35:49
 
 
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00456784
Message ID:
00456963
Views:
22
Hi,
(sorry, i can't made the message in order properly!!! :-(

I am not using _mfi_quit bar. It is my user defined menu bar. The following are the codes:

DEFINE MENU (m.cMenuName) IN (m.oFormRef.Name) BAR

DEFINE PAD _0a1173xl3 OF (m.cMenuName) PROMPT "\ KEY ALT+D, ""
DEFINE PAD _medit OF (m.cMenuName) PROMPT "\ KEY ALT+E, ""
DEFINE PAD _0a1173xl4 OF (m.cMenuName) PROMPT "E\ KEY ALT+X, ""
ON SELECTION PAD _0a1173xl4 OF (m.cMenuName) ;
DO _0a1173xlb ;
IN LOCFILE("SHC-MEMBERSHIP\MAINMENU" ,"MPX;MPR|FXP;PRG" ,"WHERE is MAINMENU?")

PROCEDURE _0a1173xlb
IF frmMain.QUERYUNLOAD()
frmMain.RELEASE
ENDIF

WHen user launch any modal form, all of the submenu are disabled. It works fine. However, the pad such as exit, Dataentry and etc are not. There, user able to click on it. It may crash my application especially click on "EXit" menu, some of my forms are not released.

Any workaround?

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform