Options

Save as pdf during runtime of the report.

shyamraooshyamraoo Member Posts: 38
edited 2015-04-10 in NAV Three Tier
Hi,

I want to save the report as pdf in specific path, but the problem is report should save with filters applied in request page. when i call the same report in onpostreport trigger, system hangs!!!!!

i dont want to use new page or report to get the filters and save the pdf in specific path. i want to know in request page we have an option to save as pdf manually to specific path. then why cant we automate that process save in specific path. Please help me on this.

Thanks,
Shyam Kumar N
Regards,

N.Shyam Kumar

Comments

  • Options
    karthisahakarthisaha Member Posts: 22
    When the function 'saveaspdf' is called with some report number, the report will be executed by that function internally.
    So if the function is used within the report, the program recursively calls the report to run.

    It is required to use different report or page to use this function.

    -Karthik
Sign In or Register to comment.