Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Question
Message
 
À
27/12/2000 00:31:27
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:
00456975
Message ID:
00456979
Vues:
26
>I am using a click in a listbox to set the recordsource of a grid control. One of the columns lists a note number. Not all the records have an associated note number. The ones that don't displays a zero. How can I make the text box in the column display as empty for these records.

If that column should not be editable, you can put an expression in it's ControlSource, like:

IIF(order_items.quantity = 0, "", order_items.quantity)
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform