Sub Paragraph and RTF issue

  • When I run the Sub Paragraph demo and click on the load button, the ANSI fields load correctly but the RTF field writes it's first line ("Some RTF Text") on top of the parent bar, overwriting the "Field B" label.

    If I click on the save button this first line is lost and "a" becomes the first line in the Field B TWPRichText box.

    I would like to use this feature, but I need to resolve this issue first.

    Thanks,
    Tony

    • Offizieller Beitrag

    Hi,

    One previous version had this problem, TParagraph.LoadFromStream (this is used to load the RTF text) loaded the first line into the par itself.

    The current version (V5.18.1) has an option parameter in par.LoadFromStream. Please use [wploadpar_AsChildrenPar]


    Julian