|
|
|
|
DocStartModification (Function) In french: DocDébutModification Indicates the start of a series of actions performed on a Word Processing document in a single event ("undo/redo").
DocStartModification(WP_MyDocument) DocReplace(WP_MyDocument, "%CustomerLastName%", Customer.LastName) DocReplace(WP_MyDocument, "%CustomerFirstName%", Customer.FirstName) DocEndModification(WP_MyDocument)
Syntax
DocStartModification(<Document>)
<Document>: Control name or Document variable Document to use. This document corresponds to: the name of a Word Processing control. - a variable of type Document.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|