Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keep menu enabled when form is modal?
Message
From
22/09/1998 06:53:11
 
 
To
21/09/1998 19:52:43
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00139318
Message ID:
00139406
Views:
44
>EG. On Form init
>
>DO MyMenu.mpr
>
>Used to work in fpw2.6

Hi Bernard.

Doesn't work in VFP. What you can do is add a custom property to the form: a flag that indicates the menu has been done. Then in the paint event of the form:
IF !THISFORM.lMenuDone
   PUSH MENU _MSYSMENU
   DO MyMenu.Mpr
   THISFORM.lMenuDone = .T.
ENDIF
Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform