|
|
|
|
|
<Word Processing>.StartModification (Function) In french: <Traitement de texte>.DébutModification Indicates the start of a series of actions performed in a Word Processing control in a single event ("undo/redo"). WP_MyDocument.StartModification()
WP_MyDocument.Replace("%CustomerLastName%", Customer.LastName)
WP_MyDocument.Replace("%CustomerFirstName%", Customer.FirstName)
WP_MyDocument.EndModification()
Syntax
<Word Processing control>.StartModification()
<Word Processing control>: Control name Name of the Word Processing control to use.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|