Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Question
Message
 
To
27/12/2000 00:31:27
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00456975
Message ID:
00456979
Views:
25
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform