Listnum won't

T

Truegeek

I'm just numbering paragraphs with {listNum} in word xp

Here is what I have.
{listnum} This is Paragraph Number {MergeField "Something"} one and
will always show, not that that matters.

{if {mergefield "something"} = True "{listnum} This is paragraph
Number two and will only show if the IF is True." ""}

{listnum} This is paragraph number three and it may have a field or
two also.


What I should get IF something=True
1. This is Paragraph Number {MergeField "Something"} one and will
always show, not that that matters.
2. This is paragraph Number two and will only show if something is
True.

3. This is paragraph number three and it may have a field or two also.

What I should get IF something=False
1. This is Paragraph Number {MergeField "Something"} one and will
always show, not that that matters.
2. This is paragraph number three and it may have a field or two also.

What I get IF something=True
1. This is Paragraph Number {MergeField "Something"} one and will
always show, not that that matters.
2. This is paragraph Number two and will only show if something is
True.

2. This is paragraph number three and it may have a field or two also.

What I get IF something=False
1. This is Paragraph Number {MergeField "Something"} one and will
always show, not that that matters.
2. This is paragraph number three and it may have a field or two also.

Tia
 
C

Cindy M -WordMVP-

Hi =?Utf-8?B?VHJ1ZWdlZWs=?=,

I'm afraid the problem you're running into logically makes sense, even if the
result does not. The ListNum field nested within the IF field still updates,
and is still recognized, no matter how the IF evaluates.
I'm just numbering paragraphs with {listNum} in word xp

Here is what I have.
{listnum} This is Paragraph Number {MergeField "Something"} one and
will always show, not that that matters.

{if {mergefield "something"} = True "{listnum} This is paragraph
Number two and will only show if the IF is True." ""}

{listnum} This is paragraph number three and it may have a field or
two also.


What I should get IF something=True
1. This is Paragraph Number {MergeField "Something"} one and will
always show, not that that matters.
2. This is paragraph Number two and will only show if something is
True.

3. This is paragraph number three and it may have a field or two also.

What I should get IF something=False
1. This is Paragraph Number {MergeField "Something"} one and will
always show, not that that matters.
2. This is paragraph number three and it may have a field or two also.

What I get IF something=True
1. This is Paragraph Number {MergeField "Something"} one and will
always show, not that that matters.
2. This is paragraph Number two and will only show if something is
True.

2. This is paragraph number three and it may have a field or two also.

What I get IF something=False
1. This is Paragraph Number {MergeField "Something"} one and will
always show, not that that matters.
2. This is paragraph number three and it may have a field or two also.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top