Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Take nulls out of every field of a cursor
Message
From
12/09/2003 21:21:00
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00828575
Message ID:
00828715
Views:
14
Chris,

If you are building your cursor with a SELECT statement, just have your field in the form of:
NVL(FieldName, '') if it is character data, NVL(FieldName, 0) if it is numeric etc., and you won't have to worry about Nulls.

David
Previous
Reply
Map
View

Click here to load this message in the networking platform