Hello community,
to keep the thing short I currently have the following problem:
a function that does:
begin
report.run(50011, false, true);
report.run(50012, false, true);
end;
prints (pdf downloads) only the second report 50012.
The problem didn't exist on Premise. I thought it has something to do with Reports being downloaded as a pdf file in browser in SaaS
Is there a functionality that does that in Base Application? If its not doable is there a good workaround? Can it be browser version dependent?
Notes:
- it doesn't matter what report it is. I tried it also with Base Application Reports.
- I tried putting the report calls in separate function in the same transaction - commits didnt help
- i tried running it with report.print()
- when i run a pagepreview in the second report then the first report prints (downloads as pdf)
- i tried chrome, edge, firefox
Thanks a lot