|
|
|
|
|
<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"). MonDocument is Document
MonDocument.DébutModification()
MonDocument.Remplace("%NomClient%", Client.Nom)
MonDocument.Remplace("%PrénomClient%", Client.Prénom)
MonDocument.FinModification()
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|