Page 2 of 3
Re: How to create a Single Record Report with join clause
Posted: Wed Jun 05, 2019 10:55 pm
by nc07
Thanks a lot, Janusz,
It took me a while but I got it working. Really appreciate your help.
Secondly, would you be able to help me to configure and send email from nuBuilder after the current report is generated.
Your help would be highly appreciated.
Regards
NC07
Re: How to create a Single Record Report with join clause
Posted: Thu Jun 06, 2019 1:59 am
by Janusz
Hi,
You are Welcome - and I am pleased - that it was helpfull for you.
Unfortunally in my applications I do not use mail option at all so can not help in this case.
But maybe some other people can share their experience regarding mail usage in nuBuilder.
Re: How to create a Single Record Report with join clause
Posted: Fri Jun 07, 2019 1:13 am
by nc07
Thanks Janusz
Re: How to create a Single Record Report with join clause
Posted: Fri Jun 07, 2019 10:06 am
by admin
.
Re: How to create a Single Record Report with join clause
Posted: Wed Jun 12, 2019 12:57 am
by nc07
Hi Janusz,
Need some help on how to output my current record to pdf with a custom name. At the moment it outputs as nurunpdf.php. Something like including field values etc.
Your help will be greatly appreciated.
Re: How to create a Single Record Report with join clause
Posted: Wed Jun 12, 2019 5:39 am
by Janusz
Hi,
not fully sure for your request - the nurunpdf.php is one on the nuBuilder .php file
please precise and describe more what would you like to do and will try to help
Re: How to create a Single Record Report with join clause
Posted: Wed Jun 12, 2019 5:56 am
by nc07
Actually, when I output the report it outputs the name of the pdf as nureport.pdf. However, I want to include me filed data eg.customer name and possibly date as the output pdf file name. example: patricia_12062019...something like that.
Re: How to create a Single Record Report with join clause
Posted: Wed Jun 12, 2019 6:12 am
by Janusz
are you using the standard nuBuilder configuration or you modifed nurunpdf.php - as I decribed in other post?
Re: How to create a Single Record Report with join clause
Posted: Wed Jun 12, 2019 6:34 am
by nc07
Ian using that standard nurunpdf.php
Re: How to create a Single Record Report with join clause
Posted: Wed Jun 12, 2019 7:04 am
by Janusz
with my configuration - the standard option is as following - it generates the html file in browser which later you can download manually to the disk - and during saving you can assign any name.
Do you have automatically the nureport.pdf file on the disk without manual downloading it from the browser?
(because in my case to have automatic download I needed to modify the nurunpdf.php file - but maybe there are some other options I do not know)