Jump to content
We've recently updated our Privacy Statement, available here ×

problems exporting .html


2004 IR Help

Recommended Posts

By: carlosbsb - carlosbsb

problems exporting .html

2004-07-20 13:58

how I can decide this problem?

 

src="nullpx"

 

it sees below

<td colspan=3><img src="nullpx" width=55 height=18>

my program I make.

exporter.setParameter(JRHtmlExporterParameter.IMAGES_URI,"\sibnc\images\gif\pixel.gif");

 

but when I export in the archive

 

src="\sibnc\images\gif\pixel.gifpx"

 

<td colspan=3><img src="\sibnc\images\gif\pixel.gifpx" width=55 height=18>

 

 

 

 

 

By: olivier849 - olivier849

RE: problems exporting .html

2004-07-21 02:39

in order to have an anwser you shall post a question...

 

what's your problem? be a little bit more accurate please.

 

 

 

 

By: carlosbsb - carlosbsb

RE: problems exporting .html

2004-07-21 05:29

my problem the field src="nullpx".

when I export my report the field src="nullpx"

it continues with the expression src="px";

it sees below

my program I make.

exporter.setParameter(JRHtmlExporterParameter.IMAGES_URI,"\sibnc\images\gif\pixel.gif");

 

tag src assumes

src="\sibnc\images\gif\pixel.gifpx"

as I can take off the value "px"

I am using jasperreports.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...