Page 1 of 1

Error of report

Posted: Wed Apr 01, 2015 8:25 am
by Arunas
Hi.

I have Criteria Form and SQL in the SQL SELECT Used... Working. But, if there is no records of report, I get an error:

Warning: array_key_exists() expects parameter 2 to be array, null given in /home/nubuilder/nurunpdf.php on line 742
FPDF error: Some data has already been output, can't send PDF file

Why I don't get empty pdf file?

Re: Error of report

Posted: Tue Apr 14, 2015 1:37 am
by admin
Arunas,

Does your code create an empty temporary table (#TABLE_ID#)?

Steven

Re: Error of report

Posted: Mon Apr 20, 2015 11:38 am
by Arunas
Steven

I write SQL in field SQL SELECT Used To Create #TABLE_ID#. So I don't write code in PHP Used To Create #TABLE_ID#.

Re: Error of report

Posted: Mon Aug 10, 2015 9:12 am
by admin
Arunas,

Make sure that there is a fieldname in your table for any grouping in your report.

Steven