Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Menu problem
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Titre:
Menu problem
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01367199
Message ID:
01367199
Vues:
56
Hi
I try read structre my menu to .txt file.

cMenuName = "LOLA"
nCou = CNTPAD(cMenuName)
FOR nSta = 1 TO nCou
cPad = GETPAD(cMenuName,nSta)
cSzu = PRMPAD(cMenuName,cPad)
STRTOFILE(PADR(cSzu,20)+ "/ " + cPad + " " + cFla,"C:\MENU.TXT",1)

nMax = Cntbar(cPad)
NEXT
When Cntbar() is fired I get error "Menu has not been defined with DEFINE POPUP" what is wrong ? Menu is generated
from VFPmenu generator.

Best regards
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform