Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Parameter to a menu
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00714114
Message ID:
00714130
Views:
21
This seems just to simple, maybe I didn't understand, correct me if I make a mistake but what you need to do to pass parameters to a menu is as simple as this
xParameter1="Whatever"
xParameter2=Thisform

do MyMenu.mpr with xParameter1,xParameter2 && or =MyMenu(xParameter1,xParameter2)

*:In MyMenu.mpr
LPARAMETERS xString, oObject
is it that what you where asking?
.......
DO WHILE .T.
      ME.Work()
ENDDO
Previous
Reply
Map
View

Click here to load this message in the networking platform