Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Question
Message
 
À
19/06/2002 12:37:53
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00670192
Message ID:
00670237
Vues:
16
>I have a grid based on a table with a logical field that shows the status of the record(open or closed) I want my grid to show "Open" if field is .F. and closed if field is .T..

In the ControlSource of the column put:
iif(myTable.myField,"Closed","Open")

That should do the trick.

Einar
Semper ubi sub ubi.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform