property Options: TWPMailMergeContinueOptions

<< Click to Display Table of Contents >>

Navigation:  Programming > Mail Merge (replace fields with data) and data forms > Update Field (Insert Text from Database) > Event OnMailMergeGetText > TWPMMInsertTextContents >

property Options: TWPMailMergeContinueOptions

This SET contains flags which change the way the data is inserted and how the method proceeds.

 

 

   mmStopNow,  aborts the merge process

   mmMergeTrim, // WPTools 8: removes leading and trailing spaces from the replacement string. (Not used for formatted text)

   mmUseFirstLoadedParProps, // When loading RTF or HTML we also assign the paragraph props of the first loaded paragraph (WPT6: Use /setattr in Extras)

   mmUseFirstLoadedParPropsAuto, // use mmUseFirstLoadedParProps if the field is the first NON SPACE sign in the paragraph

   mmUseFirst_AlsoBorders, // refines "mmUseFirstLoadedParProps" to copy also the border and padding properties

   mmIgnoreNewParAttr, // If we are loaded in RTF or HTML string then paragraph attributes are preserved  (WPT6: Use /keepattr in Extras)

   mmIgnoreNewCharAttr, // If we are loaded in RTF or HTML string then character attributes are preserved

   mmIgnoreLoadedFonts, // When loading RTF ignore the Fonts

   mmIgnoreLoadedFontSize, // When loading RTF ignore the Font sizes

   mmIgnoreLoadedFontStyles, // When loading RTF ignore bold/italic and underline

   mmMergeAsRTF,

   mmMergeAsHTML,

   mmMergeAsWPTOOLS,

   mmSkipSpacesBehind, // not used yet

   mmInsertObject,

   mmDeleteEmptyParagraph, // not used yet

   mmDeleteUntilFieldEnd, // not used yet

   mmDeleteThisField, //Delete the field markers! (WPT6: Use /remove in Extras)

   mmDontUseLoadedParTabs, // When loading RTF optionally IGNORE the tabs

   mmDontUseLoadedParStyle // When loading ignore the style

 

   , mmMergeTrimSpaces //WPTools 8: remove double spaces between words, can be combined with  mmMergeTrim  (Not used for formatted text)