Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MenuScript issue
Message
 
 
To
02/11/2005 14:02:00
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01064647
Message ID:
01064693
Views:
32
It's not clear where you see "Hello world" and why you expect to see something else.

>
>I'm trying to use a custom menu script, as shown in VFP 9's samples. The code given as example there is this:
>
>
>DEFINE POPUP myPopup FROM lnRow, lnCol SHORTCUT
>
>DEFINE BAR 1 OF myPopup PROMPT "\<Reset to Default"
>DEFINE BAR 2 OF myPopup PROMPT "Add to \<Favorites"
>DEFINE BAR 3 OF myPopup PROMPT "\-"
>DEFINE BAR 4 OF myPopup PROMPT "\<MemberData Editor..."
>DEFINE BAR 5 OF myPopup PROMPT "\<Hello World"
>
>ON SELECTION BAR 1 OF myPopup loObject.ResetToDefault(lcPEM)
>ON SELECTION BAR 2 OF myPopup DO (_BUILDER) with loObject, "MemberData", 11, lcPem
>ON SELECTION BAR 4 OF myPopup DO (_BUILDER) with loObject, "MemberData", 1, lcPem
>ON SELECTION BAR 5 OF myPopup MESSAGEBOX("Hello World")
>
>
>Well..."Hello world" is not what I would have expect to see. Rather, Edit "Property/Method". How to do that? And ideas?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform