Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Silly Question on Edit Box display of .null. (not in gri
Message
From
09/02/2007 11:22:05
 
 
To
09/02/2007 11:19:13
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01194095
Message ID:
01194100
Views:
16
>Can someone please remind me how to easily show an empty value in an editbox on a form (not in a grid) when always in edit mode (the user simply tabs to the control or clicks in it to start entering a value) or "" when the real value REALLY IS null. (Nothing entered yet).

Could you set the value?
Editbox.Value=IIF(ISNULL(Editbox.value),'',Editbox.value)
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform