PDF report is generated twice, but with same name

Ask general questions here.
hsarmah2021
Posts: 34
Joined: Tue Oct 27, 2020 1:43 pm

PDF report is generated twice, but with same name

Post by hsarmah2021 » Thu Jul 14, 2022 3:52 pm

Hi everyone,
Does anyone know why the pdf report create method is called twice here? They both have the same name, so I assume the later one overwrites the first one. But I have only one ReportToPDFModule in my teardown section, so it should actually generate once and not twice.
You do not have the required permissions to view the files attached to this post.

User avatar
doke
Posts: 112
Joined: Fri Mar 29, 2019 2:33 pm

Re: PDF report is generated twice, but with same name

Post by doke » Tue Jul 19, 2022 10:14 am

without your code there is no answer to your question.
Debug yourself , set a breakpoint at your last item before generating pdf...
might solve your question yourself.

regards,
Don

Dox213
Posts: 1
Joined: Sat Jul 23, 2022 7:27 am
Contact:

Re: PDF report is generated twice, but with same name

Post by Dox213 » Sat Jul 23, 2022 7:33 am

Hi!

Without your code there is no answer to your question.Debug yourself , set a breakpoint at your last item before generating pdf...
might solve your question yourself.

regards,
Dox213
_________