Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Suppress printing of .NULL.
Message
De
10/06/1999 08:26:23
 
 
À
09/06/1999 20:03:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00228192
Message ID:
00228324
Vues:
16
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!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform