Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text field in grid
Message
De
24/05/2001 09:44:46
 
 
À
24/05/2001 09:26:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00510848
Message ID:
00510865
Vues:
14
This message has been marked as a message which has helped to the initial question of the thread.
Hi Whil.

>>the browse command was as follows
disp_type = IIF(prod_type=1, "Intl", IIF(prod_type=2,"Ded",""))
nothing special.. but how do I do the same thing in a grid's textbox? <<

Put this in the controlSource for the column:

( IIF(prod_type=1, "Intl", IIF(prod_type=2,"Ded","")) )

I am assuming that prod_type is a field in the table you are using for the grid's RecordSource.

Marcia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform