Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remove Line if Blank (What's considered Blank)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00727632
Message ID:
00727648
Vues:
14
> It might be better to handle this as follows:

> iif(empty(field1),'',field1+chr(13)+chr(13))+iif(empty(field2),'',field2)

Kevin, the ';' separator does exactly what the IIF(EMPTY(FIELD1),'') does. It's just that I thought a CHR(13) blank line by itself would be removed using REMOVE LINE IF BLANK but from further testing it looks like it just removes objects if they are blank.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform