Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Yes/No as ControlSource
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00675429
Message ID:
00675452
Vues:
10
This message has been marked as a message which has helped to the initial question of the thread.
>Hi everybody,
>
>How can I set controlsource for the textbox with the logical field to show Yes/No instead of T/F ?
>
>I tried to put iif(myField,'Yes','No'), but it doesn't allow me..
>
>How can I do it?

Clear Controlsource and put in the textbox refresh
This.value = iif(myField,'Yes','No')
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform