|
|
|
|
<Document variable>.EndModification (Function) In french: <Variable Document>.FinModification Indicates the end of a series of actions performed on a variable of type Document in a single event ("undo/redo"). MyDocument is Document MyDocument.StartModification() MyDocument.Replace("%CustomerLastName%", Customer.LastName) MyDocument.Replace("%CustomerFirstName%", Customer.FirstName) MyDocument.EndModification()
Syntax
<Document>.EndModification()
<Document>: Document variable Name of the Document variable to be used. Remarks The modifications performed on the document are grouped from the call to <Document variable>.StartModification. If several cancelable modifications are performed, a single "Ctrl + Z" is sufficient to cancel all the operations performed.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|