Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Blank lines in address
Message
 
À
07/12/1999 00:20:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00299587
Message ID:
00299664
Vues:
16
>Hi. Using VFP6 w/ sp3 installed.
>I am trying to print an invoice without printing a blank (empty) second address line. The billing address is opposite the ship-address, which eliminates using the "skip blank line" option.
> How can I do this?
>Thanks. Randy

Randy,

Make the report expressions for the 2 address lines like this;

IIF(EMPTY(Addr1), Addr2, Addr1)

IIF(EMPTY(Addr1),"",Addr2)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform