Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Menu changes in Object.Show(1)
Message
 
À
07/05/1999 11:23:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
00215224
Message ID:
00216132
Vues:
32
>Hi Bruce,
>
> My code is as below,
>
> Procedure DisplayHelp
> *------------------------*
> Public opHelpObj
> opHelpObj = CreateObject("MyHelp")
> opHelpObj.PfFldHelp(ppHelpGrid)
> opHelpObj.Show(1)
> If ISNULL(opHelpObj)
> Release opHelpObj
> Return .f.
> EndIf
> Return .t.
>
> This code is in Prg And MyHelp is class containing one grid on form. This is my help class which i use to display help on any field.
>
>This displays the help but after command opHelpObj.Show(1) Menu changes to sys menu. if u didnt find any solution, tomorrow i will mail you some code.

I created a simple test project with custom menu and modal form lauched from modeless form, and it works fine with the normal default MPR sysmenu settings in vfp6. Your problem must run a little deeper...try doing what I've done, launch your modal from a very simple test situation...
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform