Jump to content
Changes to the Jaspersoft community edition download ×

santiagofmg

Members
  • Posts

    6
  • Joined

  • Last visited

santiagofmg's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. i'm not happy with that answer, i consider ireport the most potent reporting tool that i ever used, there must be a patch or something to correct this. thanks anyway. If somebody has a best answer i really apreciate it. Don't take it bad it's only a need of my project. Post Edited by santiagofmg at 01/24/2011 22:13
  2. Hi friends i have data from an Oracle database type CLOB, the data is correctly saved as HTML here is a sample: <HTML> <HEAD> <TITLE>Ejemplo 10</TITLE> </HEAD> <BODY> <H1>Tablas básicas</H1> <TABLE BORDER="1"> <TR> <TH>Cabereca 1</TH> <TH>Cabereca 2</TH> <TH>Cabereca 3</TH> </TR> <TR> <TD>Dato 1</TD> <TD>Dato 2</TD> <TD>Dato 3</TD> </TR> <TR> <TD>Dato 4</TD> <TD>Dato 5</TD> <TD>Dato 6</TD> </TR> </TABLE> </BODY> </HTML> its just a Html Table but when i try to show on IReports this doesnt work: i got the attribute textElement markup="html" it render some tags correctly like bold, italic etc but i get a problem with the next tags: <TABLE BORDER="1"> <TR> <TD> help me to exit this issue any light will be appreciated....and thanks for your time
  3. Hi friends i have data from an Oracle database type CLOB, the data is correctly saved as HTML here is a sample: <HTML> <HEAD> <TITLE>Ejemplo 10</TITLE> </HEAD> <BODY> <H1>Tablas básicas</H1> <TABLE BORDER="1"> <TR> <TH>Cabereca 1</TH> <TH>Cabereca 2</TH> <TH>Cabereca 3</TH> </TR> <TR> <TD>Dato 1</TD> <TD>Dato 2</TD> <TD>Dato 3</TD> </TR> <TR> <TD>Dato 4</TD> <TD>Dato 5</TD> <TD>Dato 6</TD> </TR> </TABLE> </BODY> </HTML> its just a Html Table but when i try to show on IReports this doesnt work: i got the attribute textElement markup="html" it render some tags correctly like bold, italic etc but i get a problem with the next tags: <TABLE BORDER="1"> <TR> <TD> help me to exit this issue any light will be appreciate....and thanks for your time
  4. hI On version 4 of ireport has HTML support for very basic tags but TAGS like <table> are not supported. Is there a plan to support the render of html tables on IReports?. Or there's a pluggin or programatically i can do this on this version. Thanks for your help. Grettings form Ecuador....Encoding in the middle of the world ;)
  5. someone could render html tables throught textfield????
  6. Did you test with html tables they didn't work some tags doesn't ireport just don't render correctly when you choose html markup on textfield property. someone have a solution for this thanks for your time
×
×
  • Create New...