Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / September 2004

Tip: Looking for answers? Try searching our database.

Automated Paragraphs

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Brenda A. Reid - 10 Sep 2004 15:51 GMT
WinXP
Office 2002

I have a template created where I'd like to automate some paragraphs based
on a users answer to some questions.  Here is what I have:

{fillin "Are there any restrictions on objects? (y / n)"}

If the user answers y, the paragraph  would read blah, blah, blah but if the
user answered n, then the paragraph would read yeah yeah yeah.

Any help to get me started would be great.  Tks in advance . . .
Greg - 10 Sep 2004 16:14 GMT
Brenda,

FILLINs don't create a bookmark to reference.  Try an ASK
and IF field combination:

{ASK Question "Are there any restrictions on objects?
(y/n)"}(IF { Question } = "y""Blah, Blah""Yeah,yeah" }
>-----Original Message-----
>WinXP
[quoted text clipped - 9 lines]
>
>Any help to get me started would be great.  Tks in
advance . . .

>.
Brenda A. Reid - 10 Sep 2004 18:49 GMT
This looks like it's exactly what I need but when I open the .dot file, it's
only asking me the "fillin" fields and ignoring the Ask field.  ???

This is what I have in my document:

{ASK restrictions "Are there any restrictions on objects?  (y/n)"}

Further down in my document where the choice is to be made I have:

{IF restrictions = "n" "There are no restrictions on the objects."
"Restrictions on the objects and powers of the Company are as set forth in
Schedule 'A' hereto."}

Nothing seems to be happening . . .

> Brenda,
>
[quoted text clipped - 22 lines]
>>
>>.
Greg - 10 Sep 2004 19:32 GMT
Brenda,

That is the problem with ASK fields.  Unlike FILLIN
fields, they do not fire a prompt automatically.  You
could set the bookmark restrictions with a FILLIN nested
in a SET field:

{ SET restrictions{ FILLIN "Are there any restrictions on
objects?  (y/n)"} }

>-----Original Message-----
>This looks like it's exactly what I need but when I open the .dot file, it's
[quoted text clipped - 40 lines]
>
>.
melissa1005 - 11 Sep 2004 23:10 GMT
Also, I believe that you can use REF fields when you use ASK fields:
{ASK restrictions "Are there any restrictions on objects?  (y/n)"}{IF {REF
restrictions} = "n" "There are no restrictions on the objects."
"Restrictions on the objects and powers of the Company are as set forth in
Schedule 'A' hereto."}

> Brenda,
>
[quoted text clipped - 63 lines]
>>
>>.
Greg Maxey - 12 Sep 2004 01:19 GMT
Melissa,

Yes you can.  BTW you don't really need the "REF" part, (i.e., {
restrictions } alone works equally well.  I first suggested an ASK/REF
combination, but ASK fields will not automatically prompt when new documents
are created from templates containing ASK fields.  FILLIN fields do, but
then they don't set a bookmark.  A FILLIN nested in a SET field achieves
both :-)

Signature

Greg Maxey
A peer in "peer to peer" support
Rockledge, FL
To e-mail, edit out the "w...spam" in gmaxey@whamspammvps.org

> Also, I believe that you can use REF fields when you use ASK fields:
> {ASK restrictions "Are there any restrictions on objects?  (y/n)"}{IF
[quoted text clipped - 68 lines]
>>>
>>> .
Brenda A. Reid - 13 Sep 2004 15:59 GMT
This has worked beautifully -- just wanted to say thanks to Grey and Melissa
who responded to my plea!

> WinXP
> Office 2002
[quoted text clipped - 8 lines]
>
> Any help to get me started would be great.  Tks in advance . . .
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.