Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Come on guys... someone's gotta know this (I hope)
Message
De
16/11/1998 21:21:47
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
00158066
Message ID:
00158107
Vues:
17
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...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform