Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Suppress printing of .NULL.
Message
From
10/06/1999 08:26:23
 
 
To
09/06/1999 20:03:31
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00228192
Message ID:
00228324
Views:
15
There is also a nvl() function, nvl(.null., '') will return an empty string. Also, you can set nulldisplay to ~ or something.

>It can be done in two places. First, you can get rid of NULLS in view. In SELECT part of the view you can use IIF(!ISNULL(fieldname), fieldname, "") AS fieldname. You wont have any NULLS in view then. Second, in report itself. If you dblclick on a field you will see 'Print when'. Say !ISNULL(fieldname).
>HTH Mark
--Todd Sherman
-Wake Up! Smell the Coffee!
Previous
Reply
Map
View

Click here to load this message in the networking platform