Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu problem
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Menu problem
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01367199
Message ID:
01367199
Views:
55
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
Next
Reply
Map
View

Click here to load this message in the networking platform