Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dimming the command button
Message
De
15/09/1997 10:30:48
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00050105
Message ID:
00050107
Vues:
22
>Is there a logical way to have an 'OK' command button dimmed until the user makes a selection from the optiongroup? At what point is the evaluation of the optiongroup made?

It should be like this:
**** OptionGroup InteractiveChange Event
if this.value=1
Thisform.Command1.Enabled=.t.
else
Thisform.Command1.Enabled=.f.
endif
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform