Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MenuScript issue
Message
From
02/11/2005 14:02:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
MenuScript issue
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01064647
Message ID:
01064647
Views:
60
Hi, everyone.

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?
Grigore Dolghin
Class Software.
Next
Reply
Map
View

Click here to load this message in the networking platform