Hidden text or Non-print Text?

R

Raymond

Hello,

I want to provide instructions on a form that won't print when I print out
the form, but will be visible to the Word form user whether or not the user
has Show/Hide Formatting toggled on or off....

Is this possible?

I'm using Office 2003 and creating a template to generate the form outside
of our org's network.

Thank you for your feedback!

Raymond
 
G

Guest

Raymond:

If you mean an actual Word document form, then you might consider the Help
Text available for each formfield you create. This help can be displayed in
the status bar or when the user presses F1.

The only strategy for conditional text that I know of relies on use of
hidden text. You can arrange it so the hidden text is shown when the document
opens. You can provide specific buttons on a custom floating toolbar that
allow the user to voluntarily show or hide the instructions. Hidden text will
never print.

Finally, you could put the instructions in text boxes, which appear on the
drawing layer, not the text layer. You'd then have to change your print
options to clear the "Drawing objects" check box so the instructions wouldn't
print. I think the users might have to do that manually each session. Again,
you could provide custom buttons to accomplish this, or you could intercept
the Print command and add code to accomplish your changes.

Note that the customizations could be confined to the specific template that
your users use to create or edit the document in question.

Bear
 
C

CyberTaz

One option: If this really is designed as a Form the user will be entering
the information into Fields. When you print use the Print Option to Print
Data Only for Forms.
 
R

Robert M. Franz (RMF)

Hi Bear
[..] Hidden text will never print.

"Never" is such a dangerous word. Tools | Options | Print has an option
to print hidden text.

2cents
Robert
 
S

Suzanne S. Barnhill

And don't underestimate the likelihood that some poorly written add-in will
check that option without your knowledge.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

Robert M. Franz (RMF) said:
Hi Bear
[..] Hidden text will never print.

"Never" is such a dangerous word. Tools | Options | Print has an option
to print hidden text.

2cents
Robert
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word
 
R

Raymond

Excellent!

I will try to figure out how to implement these tools with my new Word Form
Template...

Thank you very much!

Raymond
 

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