Help!

Can I have a conditional watermark?

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Document Management RSS
Next:  resizing list width in combo box  
Author Message
Jane C
External


Since: Oct 27, 2009
Posts: 2



PostPosted: Tue Oct 27, 2009 8:09 pm    Post subject: Can I have a conditional watermark?
Archived from groups: microsoft>public>word>docmanagement (more info?)

Hi, I've searched for an answer to this on various forums but can't find
anything. Is it possible to make a watermark conditional on the value of a
field or bookmark? I.e. I have a document status, which is bookmarked. If
the contents of the bookmark are "Draft", I'd like a text DRAFT watermark to
appear. When the document status is changed to Final, I'd like the watermark
to disappear automatically. I don't want to use VBA, and I'm using Word 2003
running on XP.

Thanks.
Back to top
Greg Maxey
External


Since: Feb 01, 2009
Posts: 57



PostPosted: Tue Oct 27, 2009 11:31 pm    Post subject: Re: Can I have a conditional watermark? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jane C,

Yes. Well almost. Something will have to trigger the change. Simply
typing "Final" in the bookmark "Status" [Final] range won't do it.

You can create an AutoText entry of your Watermark. Call it myWatermark.
Insert some nested fields in the header:

{ IF {REF Status}="Draft"{AutoText myWatermark}""}

Provided "Update Fields" is set in your printer options then toggling
through Print Preview will trigger the update. Otherwise your users will
have to click in the header, CTRL+a (select all) and update fields (F9).


Jane C wrote:
> Hi, I've searched for an answer to this on various forums but can't
> find anything. Is it possible to make a watermark conditional on the
> value of a field or bookmark? I.e. I have a document status, which
> is bookmarked. If the contents of the bookmark are "Draft", I'd like
> a text DRAFT watermark to appear. When the document status is changed
> to Final, I'd like the watermark to disappear automatically. I don't
> want to use VBA, and I'm using Word 2003 running on XP.
>
> Thanks.

--
Greg Maxey

See my web site http://gregmaxey.mvps.org
for an eclectic collection of Word Tips.
Back to top
Jane C
External


Since: Oct 27, 2009
Posts: 2



PostPosted: Mon Nov 02, 2009 6:56 pm    Post subject: Re: Can I have a conditional watermark? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hey that's very cool, thanks Greg.

"Greg Maxey" wrote:

> Jane C,
>
> Yes. Well almost. Something will have to trigger the change. Simply
> typing "Final" in the bookmark "Status" [Final] range won't do it.
>
> You can create an AutoText entry of your Watermark. Call it myWatermark.
> Insert some nested fields in the header:
>
> { IF {REF Status}="Draft"{AutoText myWatermark}""}
>
> Provided "Update Fields" is set in your printer options then toggling
> through Print Preview will trigger the update. Otherwise your users will
> have to click in the header, CTRL+a (select all) and update fields (F9).
>
>
> Jane C wrote:
> > Hi, I've searched for an answer to this on various forums but can't
> > find anything. Is it possible to make a watermark conditional on the
> > value of a field or bookmark? I.e. I have a document status, which
> > is bookmarked. If the contents of the bookmark are "Draft", I'd like
> > a text DRAFT watermark to appear. When the document status is changed
> > to Final, I'd like the watermark to disappear automatically. I don't
> > want to use VBA, and I'm using Word 2003 running on XP.
> >
> > Thanks.
>
> --
> Greg Maxey
>
> See my web site http://gregmaxey.mvps.org
> for an eclectic collection of Word Tips.
>
>
> .
>
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Document Management All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum