Text Truncating and blank pages in BIRT [message #1060142] |
Thu, 23 May 2013 05:48  |
Eclipse User |
|
|
|
Hi All,
I am new to Eclipse. I need your help in understanding different features of BIRT.
We are in the process of converting our Crystal reports to BIRT.
we have a crystal report that contains many Sub-reports and very long text.
when I am trying to insert text in the dynamic text format, it keeps the text but truncates half of it. I researched on Google and found a know BUG for about long text truncation but there was no resolution for the problem. I found a workaround that is explained in the example below:
If we want to insert the below text:
"Immediately after a fire is identified:
• The Incident Leader and/or Back-Up Incident Leader, hereafter referred to as Incident Leader(s), will take control of the crisis executing the following procedures:
• When a fire is identified, initiate the fire alarm at any pull station located by stairwells or throughout the workspace.
• The Incident Leader(s) will immediately notify the local fire emergency response authorities at {1cstERP__cstEmergencyResponsePlan____triEmerPhoneTX}.
• Evacuate the building immediately; do not go back to work area to retrieve personal or work items such as computers or cell phones."
Workaround:
1) Edit the text box
2) change the format from Auto to Html
3) insert the <BR> after every line, like below:
Immediately after a fire is identified:<BR>
<BR>
• The Incident Leader and/or Back-Up Incident Leader, hereafter referred to as Incident Leader(s), will take control of the crisis executing the following procedures:<BR>
• When a fire is identified, initiate the fire alarm at any pull station located by stairwells or throughout the workspace.<BR>
• The Incident Leader(s) will immediately notify the local fire emergency response authorities at <VALUE-OF>row["cstERP__cstEmergencyResponsePlan____triEmerPhoneTX"]</VALUE-OF>.<BR>
• Evacuate the building immediately; do not go back to work area to retrieve personal or work items such as computers or cell phones.<BR>
• Do not wait for computers to shut down.<BR>
4) And finally adjusted the text box size, so that it displays complete text.
After performing the above steps, I see blank pages because of the text box size which is very large.
Would request you to help me on this issue.
~Kirti
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03644 seconds