Hello Abu,
I do export grid to pdf and I have two questions:
1. I have a link field that appears but it is not connected to a database.
$col = array();
$col["title"] = "";
$col["name"] = "act";
$col["width"] = "60";
$col["align"] = "center";
$col["search"] = false;
$col["default"] = "Details";
$col["link"] = "case.php?id={ID}";
$col["export"] = false;
$cols[] = $col;
Although the value of field is "$col["export"]=false" it still shown in the pdf file. How to solve?
2. I want to export data to a new pdf page (tab). How?
Best regards,
Davor
Hello Davor,
I am emailing you fix for export.
For new link column, please try use another column name instead of act (it's predefined)
Regards,
Hello Abu,
Unfortunately column still appears.
Code:
$col = array();
$col["title"] = "";
$col["name"] = "detalj";
$col["width"] = "60";
$col["align"] = "center";
$col["search"] = false;
$col["default"] = "Detalji";
$col["link"] = "case.php?id={ID}";
$col["export"] = false;
$cols[] = $col;
Regards,
Davor
Hello Abu,
Unfortunately when I use $ col ["export"] = false; to omit a column in the report in pdf, my page is blank generating error.
Another thing, I open this relatorio in another tab in the browser?
Regards,
Felipe Chaves
Abu
Even after the update had the same behavior. When I click the export button the screen goes blank and nothing happens.
Regards,
Felipe Chaves