Function & Pdf
Function & Pdf
Hi,
I have a function that allow to export data of a row of searchable dbase in pdf. I do it with html view called Print. I also tray to put zc parameter to export a pdf with name based on determinate field. But it's so different the language of function compared with openurl.
Any suggestion?
Thanks
Mic
void print(int id)
{
openUrl((((("http://creator.zoho.com/" + zoho.adminuser) + "/") + zoho.appname) + "/print/Print_page/id=") + input.id, "same window");
}