View Revisions: Issue #33241
Summary | 0033241: FPReport designer: HTML links just affect the text color | ||
---|---|---|---|
Revision | 2018-02-26 20:04 by Stephano | ||
Description | Using HTML <a> tags in memo will not create a link in particular when the report is exported to html. This feature is very important for drill-down reports where one can click on a number or label to get deeper into the report details. The attached patch, although preliminary, creates the links. But moDisableWordWrap should be ON as fpreport breaks the link to different lines in order to accommodate the memo width, while the parser parses each line separately. |
||
Revision | 2018-02-26 20:00 by Stephano | ||
Description | Using HTML <a> tags in memo will not create a link in particular when the report is exported to html. This feature is very important for drill-down reports where one can click on a number or label to get a deeper into the report details. The attached patch, although preliminary, creates the links. But memo.wordwrap should be disabled as fpreport breaks the link to different lines in order to accommodate the memo width, while the parser parses each line separately. |