PrintFormsData Property

Applies To

Document object.

Description

True if Word prints onto a preprinted form only the data entered in the corresponding online form. Read/write Boolean.

See Also

DataForm method, PrintOut method, SaveFormsData property.

Example

This example sets Word to print only the data from an online form, and then it prints the active document.

ActiveDocument.PrintFormsData = True
ActiveDocument.PrintOut
This example returns the current status of the Print data only for forms on the Print tab in the Options dialog box.

temp = ActiveDocument.PrintFormsData