WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Don't print "click here to enter text" in a form..

 
   Home -> Office -> Document Management RSS
Next:  How to save documents to work on another computer  
Author Message
Levi1010

External


Since: Nov 14, 2008
Posts: 3



(Msg. 1) Posted: Fri Nov 14, 2008 9:51 am
Post subject: Don't print "click here to enter text" in a form..
Archived from groups: microsoft>public>word>docmanagement (more info?)

I have created a simple fill in form to use as our fax cover sheet. I have 8
fields where text can be entered, but not all 8 fields will always be used.
The problem I am having is that when a field has no text entered. when it
prints it shows "click here to enter text." How can I have this not show when
printing?
Back to top
Login to vote
Jay Freedman

External


Since: Mar 17, 2004
Posts: 2919



(Msg. 2) Posted: Fri Nov 14, 2008 1:31 pm
Post subject: Re: Don't print "click here to enter text" in a form.. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 14 Nov 2008 09:51:02 -0800, Levi1010
wrote:

>I have created a simple fill in form to use as our fax cover sheet. I have 8
>fields where text can be entered, but not all 8 fields will always be used.
>The problem I am having is that when a field has no text entered. when it
>prints it shows "click here to enter text." How can I have this not show when
>printing?
>

What version of Word are you using, and what kind of fields are in the form?

The general idea is to write a macro that intercepts the Print command, changes
the fields to white, does the printing, and then undoes the change. But to do
that, the macro needs to know what kind of fields to look for.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
Back to top
Login to vote
Levi1010

External


Since: Nov 14, 2008
Posts: 3



(Msg. 3) Posted: Fri Nov 14, 2008 1:31 pm
Post subject: Re: Don't print "click here to enter text" in a form.. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I am using Word 2007. The fields I have are as follows:
To: Click here to enter text.
From: Choose an item.

Fax: Click here to enter text.
Pages (inc. cover): Click here to enter text.

Phone: Click here to enter text.
Date: November 14, 2008

Re: Click here to enter text.
CC: Click here to enter text.


"Jay Freedman" wrote:

> On Fri, 14 Nov 2008 09:51:02 -0800, Levi1010
> wrote:
>
> >I have created a simple fill in form to use as our fax cover sheet. I have 8
> >fields where text can be entered, but not all 8 fields will always be used.
> >The problem I am having is that when a field has no text entered. when it
> >prints it shows "click here to enter text." How can I have this not show when
> >printing?
> >
>
> What version of Word are you using, and what kind of fields are in the form?
>
> The general idea is to write a macro that intercepts the Print command, changes
> the fields to white, does the printing, and then undoes the change. But to do
> that, the macro needs to know what kind of fields to look for.
>
> --
> Regards,
> Jay Freedman
> Microsoft Word MVP FAQ: http://word.mvps.org
> Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
>
Back to top
Login to vote
Levi1010

External


Since: Nov 14, 2008
Posts: 3



(Msg. 4) Posted: Fri Nov 14, 2008 1:31 pm
Post subject: Re: Don't print "click here to enter text" in a form.. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

PS - I have a basic understanding of word...hence I do not know what a macro
is...
"Levi1010" wrote:

>
> I am using Word 2007. The fields I have are as follows:
> To: Click here to enter text.
> From: Choose an item.
>
> Fax: Click here to enter text.
> Pages (inc. cover): Click here to enter text.
>
> Phone: Click here to enter text.
> Date: November 14, 2008
>
> Re: Click here to enter text.
> CC: Click here to enter text.
>
>
> "Jay Freedman" wrote:
>
> > On Fri, 14 Nov 2008 09:51:02 -0800, Levi1010
> > wrote:
> >
> > >I have created a simple fill in form to use as our fax cover sheet. I have 8
> > >fields where text can be entered, but not all 8 fields will always be used.
> > >The problem I am having is that when a field has no text entered. when it
> > >prints it shows "click here to enter text." How can I have this not show when
> > >printing?
> > >
> >
> > What version of Word are you using, and what kind of fields are in the form?
> >
> > The general idea is to write a macro that intercepts the Print command, changes
> > the fields to white, does the printing, and then undoes the change. But to do
> > that, the macro needs to know what kind of fields to look for.
> >
> > --
> > Regards,
> > Jay Freedman
> > Microsoft Word MVP FAQ: http://word.mvps.org
> > Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
> >
Back to top
Login to vote
Jay Freedman

External


Since: Mar 17, 2004
Posts: 2919



(Msg. 5) Posted: Fri Nov 14, 2008 5:17 pm
Post subject: Re: Don't print "click here to enter text" in a form.. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

OK, let's try this again. Word has several kinds of fields, and I can't tell
from this information which kind you have.

With this form on the screen, press Alt+F9 (this is the Toggle Field Codes
command). Each field will be replaced by its code. What do you see in place of
the "Click here" text? Does it say FORMTEXT or MACROBUTTON or something else?

To return to the original view, press Alt+F9 again.

On Fri, 14 Nov 2008 10:38:18 -0800, Levi1010
wrote:

>
>I am using Word 2007. The fields I have are as follows:
>To: Click here to enter text.
>From: Choose an item.
>
>Fax: Click here to enter text.
>Pages (inc. cover): Click here to enter text.
>
>Phone: Click here to enter text.
>Date: November 14, 2008
>
>Re: Click here to enter text.
>CC: Click here to enter text.
>
>
>"Jay Freedman" wrote:
>
>> On Fri, 14 Nov 2008 09:51:02 -0800, Levi1010
>> wrote:
>>
>> >I have created a simple fill in form to use as our fax cover sheet. I have 8
>> >fields where text can be entered, but not all 8 fields will always be used.
>> >The problem I am having is that when a field has no text entered. when it
>> >prints it shows "click here to enter text." How can I have this not show when
>> >printing?
>> >
>>
>> What version of Word are you using, and what kind of fields are in the form?
>>
>> The general idea is to write a macro that intercepts the Print command, changes
>> the fields to white, does the printing, and then undoes the change. But to do
>> that, the macro needs to know what kind of fields to look for.
>>
>> --
>> Regards,
>> Jay Freedman
>> Microsoft Word MVP FAQ: http://word.mvps.org
>> Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
>>
Back to top
Login to vote
Display posts from previous:   
       Home -> Office -> Document Management All times are: Eastern Time (US & Canada)
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
Categories:
 Windows XP
 Windows Vista
 Windows Other
  Office
 Office Other
 Security
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Help Forum Terms of Service |
  • Link to WUGNET |
  • IT Support