Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox and logical field
Message
De
04/08/2000 13:47:53
 
 
À
04/08/2000 13:18:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00401090
Message ID:
00401210
Vues:
36
Comboboxes do not allow logical values.
Try setting the Value property in the Properties window to .F. - you will get a "Property value is invalid error."
Why not use a checkbox and set its InteractiveChange() and ProgrammaticChange() events e.g.,
** InteractiveChange()
this.Caption = IIF(this.Value=.T., "ACTIVE", "INACTIVE")
** ProgrammaticChange()
this.InteractiveChange()
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform