
Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
E-mail gmayor@mvps.org
Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Thanks Graham, but where would I insert this... below is the field code that
shows while it is toggled?
{MERGEFIELD "dPP" \# "$#,##0.00 ' PER BAG' " }
I tried using the insert word field|if..then..else feature, but that is for
text only, not formulas (at least that is how it appears to me.
Thanks,
ryanb.
> {IF {Mergefield fieldname}<> 0 "{Mergefield fieldname}"}
>
[quoted text clipped - 23 lines]
> > Word XP
> > Windows 2K
ryanb. - 22 Dec 2003 19:16 GMT
allright... I was not using Ctrl+F9.... so figured that out... but how do I
get every field below the fields that hide to shift up one line? Right now,
there is a lot of blank space betweeen paragraphs when a field is hidden.
TIA,
ryanb.
Word XP
Win 2K
> Thanks Graham, but where would I insert this... below is the field code that
> shows while it is toggled?
[quoted text clipped - 35 lines]
> > > Word XP
> > > Windows 2K
Graham Mayor - 23 Dec 2003 08:10 GMT
If you are using conditional fields that only print when the content is
present, then they go on the same line, so that their lack of presence
doesn't leave a gap. You can include the line feed in the field definition
eg:
{IF {Mergefield dpp} <> "" "{MERGEFIELD dPP \# "$#,##0.00 ' PER BAG' " }
" ""}{Your next field goes here.
The above should be two lines with " ""} on the second line.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
E-mail gmayor@mvps.org
Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
> allright... I was not using Ctrl+F9.... so figured that out... but
> how do I get every field below the fields that hide to shift up one
[quoted text clipped - 47 lines]
>>>> Word XP
>>>> Windows 2K