Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Menu selection
Message
 
 
À
09/04/2001 15:01:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Titre:
Divers
Thread ID:
00493669
Message ID:
00493715
Vues:
22
>Yes I think prompt() would work except I can't figure out where to put it.
>
>Tyler
What about
DO Myform WITH PROMPT()

Myform.Init
LPARAMETERS tcPrompt

DO CASE
CASE Upper(tcPrompt) = Upper("Menu Selection 1")
    This.Caption = "Caption 1"
    .....
OTHERWISE
ENDCASE
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform