Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing Parameter to a menu
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00714114
Message ID:
00714130
Vues:
22
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform