Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NULL Display After Delete Field Contents
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00256781
Message ID:
00256861
Views:
22
Benjamin,

NULL and empty are two distinct different values in VFP. When the user blanks out a field of its data, they create an empty field. The keystroke CTRL-0 (zero number) enters a value of NULL into the field.

You can check the value of the control in the valid and if empty replace it with NULL;
* control valid
IF EMPTY(This.Value)
   This.Value = .NULL.
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform