Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Blank lines in address
Message
 
To
07/12/1999 00:20:07
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00299587
Message ID:
00299664
Views:
17
>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)
Previous
Reply
Map
View

Click here to load this message in the networking platform