Page 1 of 1

nuRunPDF ?

Posted: Thu Mar 27, 2014 10:01 pm
by rnott
In the Documentation on the nuBuilder website... if you navigate to "Creating a Report"...below the first image, it reads...

Reports created in this section can be used by running a Javascript function called nuRunPDF() and passing the Code of this Report record as a parameter eg nuRunPDF('001');

does "nuRunPDF" need to be changed to "nuPrintPDF"?

Re: nuRunPDF ?

Posted: Fri Mar 28, 2014 12:51 am
by admin
rnott,

Yes.

I have now fixed it. Thanks for letting me know.

Steven

Re: nuRunPDF ?

Posted: Tue Jan 13, 2015 8:14 am
by nekpap
Hi,

nuPrintPDF('marks_print'); was added to an extra action button, to print a pdf.

When I press the button error message comes up : '' Cannot be left blank.

On another form nuPrintPDF('marks_print'); is working perfect.

Any ideas what's wrong?

Nektarios

Re: nuRunPDF ?

Posted: Wed Jan 14, 2015 11:11 pm
by admin
Nektarios,

Maybe hash variables you are using aren't available on both pages.

use nuDebug() to print out the sql.

Steven

Re: nuRunPDF ?

Posted: Fri Jan 16, 2015 1:12 am
by massiws
Nektarios,
have you read this post?

Max.

Re: nuRunPDF ?

Posted: Sat Jan 17, 2015 3:35 pm
by nekpap
Thank You Max!!!!

That was the problem!

Thank you very much!

Nektarios

Re: nuRunPDF ?

Posted: Sat Jan 17, 2015 9:26 pm
by massiws
.