Enters in edit in the Word Processing control in a specific document section: body, header or footer.
DocGoIntoEdit(WP_MyDocControl, docHeader)
Syntax
DocGoIntoEdit(<Word Processing control> , <Section>)
<Word Processing control>: Control name
Name of the Word Processing control to use.
<Section>: Integer constant
Section of document into which we want to enter in edit:
| |
docBody | Enters in edit in the document body for the current page. |
docFooter | Enters in edit in the footer of the current page. |
docHeader | Enters in edit in the header of the current page. |