Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Come on guys... someone's gotta know this (I hope)
Message
From
16/11/1998 21:21:47
 
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00158066
Message ID:
00158107
Views:
16
Actually, I do have that in place. Which is why I'm suprised at this behavior.

But I'm not using DO MYMENU.MPR, I'm calling a function to build the menu... but this should produce the same results, right?

Thanks

>Hi Larry...
>
>Here is the easiest solution of all.....
>
>1. Create a custom property of the form called lMenuDisplayed. Set this
> property to .F.
>2. In the Paint() of the form, use this code:
>
>If !This.lMenuDisplayed
> Do mymenu.mpr
> This.lMenuDisplayed = .T.
>Endif
>
>
>That should do it...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform