Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Who can tell what is wrong with cntbar function?
Message
From
10/03/2006 09:27:26
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01103055
Message ID:
01103080
Views:
13
>FOR mY = 1 TO CNTPAD("LOLA")
>cK = GETPAD('LOLA', mY)
>cL = PRMPAD("LOLA",Ck)
>
>nG = CNTBAR(cl) &&In this line I have error message "Menu has not been defined wth DEFINE POPUP"
>
>NEXT

CNTBAR() expects that _name_ of the popup, not the prompt. Try passing cK rather than cL.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform