Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Make numeric field empty
Message
From
24/07/2008 14:23:22
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01333812
Message ID:
01333859
Views:
11
>>>>Hi,
>>>>Can a numeric field filled with zero be made empty programatically? if yes, how?
>>>>
>>>>Tamas
>>>
>>>Check BLANK in HELP.
>>>BTW numeric field with zero in it is EMPTY() :-)
>>
>>I'd like the field not to show any 'character' in it(not even a zero). For example when you create a table with a numeric field, the field is completely blank. But after you fill it with a number, you cannot make it empty again. You only make it show a zero.
>>My question referred to how you can make it completely blank again as when it was originally created.
>
>As I said check BLANK command in HELP.
>Keep in mind that BLANK didn't work for INTEGER field type.
>Also if you don't want to show zeroes, you could put [Z] in the format property of your textbox class when it is bounded to Numeric value. That is only a matter of representation.
I just thought there's any easy way to do that.
Thanks a lot anyway.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform