| View previous topic :: View next topic |
| Author |
Message |
nearyg Newbie

Joined: 23 Jun 2003 Posts: 2 Location: UK
|
Posted: Thu Mar 10, 2005 4:54 pm Post subject: Blank lines in addess labels |
|
|
How do I stop blank lines appearing in addess labels. In MS Office it's something like
TRIM([addess3])
so if address 3 is blank addess 4 is printed
In a real example
Gerry Neary [Name}
14 Bird Gardens [add1]
Croydon [add2]
Surrey [add4] add3 being blank
sw34 6tf [postcode]
Help
Gerry _________________ Gerry P Neary |
|
| Back to top |
|
 |
cwchia Super User


Joined: 09 Jan 2003 Posts: 1050 Location: Malaysia
|
Posted: Thu Mar 10, 2005 10:50 pm Post subject: |
|
|
| Search the help file of OOo for conditional text / conditional field. |
|
| Back to top |
|
 |
carl Super User


Joined: 21 Apr 2003 Posts: 920 Location: Germany
|
Posted: Fri Mar 11, 2005 3:09 am Post subject: |
|
|
Eliminating blank lines
If a field might be blank, then the process to suppress the potentially blank line is:
1)In the mail template, place the cursor before the field.
2)Control+F2 (or Insert > Fields > Other... ) to open the Fields dialog.
3)Switch to the Functions tab.
4)Select the field style Hidden Paragraph and type in the Condition area “not(field name)”.
5)Click on the Insert button to insert the function into the document.
This site is useful
http://documentation.openoffice.org/manuals/index.html
especially
Differences in use between Writer and MSWord _________________ carl
Using OpenOffice.org 2 on XP sp2 |
|
| Back to top |
|
 |
|