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 / Programming / March 2007

Tip: Looking for answers? Try searching our database.

Print Text Form Fields

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Lamar - 14 Mar 2007 17:08 GMT
I received this document that has Text Form Fields.  These field have data
typed in.  The problem is when I try to print this document then the form
fields
go blank.  The data does not print.  What is going on?

I want to print the data in the form fields.  Any help is appreciated.

Robert
macropod - 15 Mar 2007 07:03 GMT
Hi Lamar,

It sounds as if the document has been unprotected. Printing an unprotected form causes the fields to reset if you've got the 'update
fields' option selected under Tools|Options|Print.

Alternatively, you could reprotect the document via a macro coded as:
Sub LockIt()
ActiveDocument.Protect Type:=wdAllowOnlyFormFields, NoReset:=True
End Sub

Cheers

Signature

macropod
[MVP - Microsoft Word]
-------------------------

> I received this document that has Text Form Fields.  These field have data
> typed in.  The problem is when I try to print this document then the form
[quoted text clipped - 4 lines]
>
> Robert
 
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.