HTMLExport does not RichView properly?

When I try to export a report with a RichView on it, which includes formatting (bold, color, etc) and images, then the HMTLExport just strips it down to plain text.
Am I doing something wrong?

(export to PDF works perfect for that same report)

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 9:28PM
    from usermanual
    re export into html
    Export peculiarities: export may consist of several files. Each graphic image is supported and saved in their own separate file, RichText objects are transferred as simple text.
  • edited 9:28PM
    Thanks [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Sorry that I didn't take a better look at the manual. Is this something we might expect in the future? Another suggestion for future use (maybe): the use of anchors (relative to other objects). For example; i have a vertical bar that needs to grow with the height of another object ... doesn't seem to pan out that well in code. Love FR by the way![/img]>
  • gordkgordk St.Catherines On. Canada.
    edited 9:28PM
    I doubt it it has been that way since fr3.

    for your vertical bar assuming
    |memoobject| |vbarobject|
    memo object stretches band to suit contents set barobject stretch mode to smmaxheight
    it should then grow with the memo object.
  • edited March 2009
    Thanks again Gordk ...

    However, the bar is not supposed to stretch to full band height.

    I have something like this:
    [BAR ========================]
    [Memo1] [verticalbar] [Memo2]
    [BAR ========================]
    [Memo3]
    

    The vertical bar is to strech and the height between the two bars (when memo1 being that same height).
    I tried catching it in code, but no luck there ... what would be the right event to calculate/apply this change of height?

    I think I'll try playing with Child bands and use your suggestion, see if that works.

Leave a Comment