Problem with MailMerge in Tables

  • Hello,

    I've got a problem with MailMerge and Tables. I have some MMFields in a Table looking like this:

    Code
    Column1 Column2   Column31       <Field11> <Field12>1       <Field21> <Field22>1       <Field31> <Field32>

    When I use FieldGetNames() I get as much Fields in as there really are, but they are all called Field11 and Field12.
    So the list looks like:

    Code
    Field11
    Field12
    Field11
    Field12
    Field11
    Field12

    I have the same behaviour if I use the OnMailMergeGetText. Am I missing something? Or does MailMerge not work in Tables?

    Maybe you get a hint.

    Thanks in advance!!!!

    Florian Fanderl

    • Offizieller Beitrag

    Hi,

    are you sure the name of the field in the second row is really a different name than in first row?

    I mean the name of the field object - this is passed to OnMailMergeGetText - NOT the text within the field.

    Looking into the RTF would reveal this problem.

    Julian