Pattern error ireport 5.2

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?
necora11's picture
Joined: Nov 2 2013 - 2:12pm
Last seen: 9 years 9 months ago

0 Answers:

No answers yet
Feedback