|
|
|
|
|
DocEndModification (Function) In french: DocFinModification Indicates the end of a series of actions performed in 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
DocEndModification(<Document>)
<Document>: Document variable or character string Document to use. This document corresponds to: - the name of a Word Processing control.
- a variable of type Document.
Remarks The modifications performed on the document are grouped from the call to DocStartModification. If several cancelable modifications are performed, a single "Ctrl + Z" is sufficient to cancel all the operations performed.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|