Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic Prompts?
Message
De
11/08/2003 17:48:11
 
 
À
11/08/2003 16:38:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
00819148
Message ID:
00819176
Vues:
13
1. In the Setup window of myMenu's General options insert the generator's directive
#PREPOP
followed by the PARAMETER declaration and any required setup code, such as
PARAMETER oForm, cFormName, lStatus, cPrompt1, cPrompt2
2. In the Cleanup window you will be able to modify the menu after its definition and before its activation. For instance,
IF lStatus
  DEFINE BAR 1 OF myMenu PROMPT cPrompt1
ELSE
  DEFINE BAR 1 OF myMenu PROMPT cPrompt2
ENDIF
>I'm using VFP 7.0.
>
>Is there anyway to get the menu designer to put dynamic prompts into the menu.
>
>I'd like to be able to "do myMenu.mpr with thisform, thisform.name, .f., myPrompt1, myPrompt2"
----------------------------------
António Tavares Lopes
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform