Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modal ... with menus?
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00167531
Message ID:
00167585
Views:
26
You *can* make the form modal and have access to the menus....

1. create a custom property of the form called lMenuDisplayed. Set this property to .F. by default.

2. In the Paint() of the form, issue this code:

If !This.lmenuDisplayed
Do mymenu.mpr
This.lmenudisplayed = .T.
Endif


Works like a charm...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform