Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disable/Enable a command button
Message
De
07/12/1999 19:06:26
 
 
À
07/12/1999 18:58:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00300087
Message ID:
00300116
Vues:
26
Hi Peter,

>THIS.ENABLED=IIF(THISFORM.MyProperty=.T.,.T.,.F.)
>THIS.ENABLED=IIF(SetActiveOnOff,.T.,.F.)

Just a comment, but if the second and third of your iif()'s are .T. and .F. you probably don't need an IIF:

THIS.ENABLED = THISFORM.MyProperty
THIS.ENABLED = SetActiveOnOff


And put a not in front if it you pass .F. then .T.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform