|
|
|
|
|
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(TT_MonDocument)
DocReplace(TT_MonDocument, "%NomClient%", Client.Nom)
DocReplace(TT_MonDocument, "%PrénomClient%", Client.Prénom)
DocEndModification(TT_MonDocument)
Syntax
DocEndModification(<Document>)
<Document>: Document or string variable Document to use. This document corresponds to: 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|