Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Menu changes in Object.Show(1)
Message
De
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:
00216061
Vues:
29
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.

Thanks for ur time.
Regards
Amit
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform