Bullets and numbered list issue

  • When i created a numbered list and / or a bullet list in word then i save it
    with RTF format and i load it in WPTOOLS, it appears correctly in the
    WPTOOLS component in my delphi application but the bullet and the numbered
    list disappear or not correctly displayed in the wptolls componenet
    integrated in report builder.

    The same operation with WPTOOLS 3 worked correctly but not with WPTOOLS 4.

    What was the modficiation and how can i fix this issue?

    It's very urgent because one of my customer receiving the new version of my
    application can't do what he did before

    • Offizieller Beitrag

    >> Bullets disappear or are not correctly displayed in the wptolls componenet integrated in report builder.

    I suggest to add one line in unit ppWPTools:
    Result.Header.LoadOptions :=
    Result.Header.LoadOptions + [loOnlyListText];

    That has to go into function GenerateNewRichText at the end.

    Julian