R&R v10
R&R v10
I am printing labels for some of our clients. Some addresses are two lines, therefore we have 2 address fields. On my labels I entered both fields so that it would be sure to include the second line for those that have them. My problem now is for the labels that do not have a second line in the address; a blank line is printing. In help it says that if you turn "Compress Record/Group Lines" on, it will take out empty fields, but that is not working. Do you have any other suggestions?____Thanks!
-
- Posts: 123
- Joined: Tue Oct 10, 2017 12:44 pm
=> RE: R&R v10
Create a logical field of your address 2. iif(len(rtrim(address2))>0,.t.,.f.)____Now do a right click in the band area and pick properties. On the top right is a pulldown. Select the field name that you created for the address to logical response of t or f. Below the pulldown are two radiobuttons. Select the one you want and that is it. A question mark will appear in the band area to let you know that there is a condition for printing.____
==> RE: R&R v10
I created the logical field, but when I right click and choose properties I don^t see the pulldown you were talking about. Am I doing something wrong?____Thanks for your help.____
===> RE: R&R v10
I^ve got it now. My fault......wasn^t reading your instructions carefully!!____Thanks for all your help!!__