Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Column class def: how to specify the textbox properties
Message
From
15/02/2005 16:34:36
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows NT
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00987154
Message ID:
00987213
Views:
35
>Nancy,
>
>Actually, the reason I ask this question is probably for the same reason you wrote your example, i.e. I want to set the NullDisplay property of the textbox to not display anything if the datum is .NULL.
>
>When I run this under the debugger, and set a breakpoint in the grid refresh method, and examine the columns collection, I can see that the NullDisplay property for Text1 is set to "", however, when the grid displays, the word .NULL. appears when the datum is .NULL.
>
>Any thoughts on why I don't get a blank NULL display?
>
>Thanks again,
>Jim
SET NULLDISPLAY TO ''
* or 
text1.NullDisplay = ' '
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform