Implications of Using NULL in Data Validation Rules (135753)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
This article was previously published under Q135753 SUMMARY
Because Data Validations are expressions, NULL values inserted into fields
and passed to Data Validation expressions behave in a consistent manner
with that of other expressions. If the Data Validation for a field resolves
to True (.T.) or False (.F.) with a NULL value, that logical result is
accepted. In many cases, the expression will evaluate to NULL (For example,
NULL > 1000). In this case, because the expression returns NULL, not True
or False, it is rejected.
Modification Type: | Major | Last Reviewed: | 2/15/2000 |
---|
Keywords: | KB135753 kbAudDeveloper |
---|
|