Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling a method in form from shortcut menu
Message
 
À
09/08/2000 15:09:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
00402935
Message ID:
00402991
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform