Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a method in form from shortcut menu
Message
 
To
09/08/2000 15:09:03
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00402935
Message ID:
00402991
Views:
11
Ramil,

Adjust the code to the following
LOCAL lnBarNo
DO MyShortCut.mpr
ON SELECTION POPUP MyShortCut lnBarNo = BAR()
DO CASE
   CASE lnBarNo = 1
      Something
   CASE lnBarNO = 2
      SomethingElse
   CASE lnBarNo = 3
      SomeOtherThing
ENDCASE
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform