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

Pattern error ireport 5.2


necora11

Recommended Posts

Hi, I have created several reports with ireport 5.1 and 5.2. when I use a pattern like this #, # # 0.00€ accepts correctly in the preview, but when I call the report from php like this:

 

$xml =  simplexml_load_file("xxxx.jrxml");

$PHPJasperXML = new PHPJasperXML();

$PHPJasperXML->arrayParameter=array();

$PHPJasperXML->xml_dismantle($xml);

$PHPJasperXML->connect($server,$user,$pass,$db);

$PHPJasperXML->transferDBtoArray($server,$user,$pass,$db);

$PHPJasperXML->outpage("I");


 

in the browser or any pdf reader, numbers are displayed without any formatting. 

Someone have any solution for this problem?

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...