SAVEASPDF and SAVEASEXCEL Not Working

chandrurecchandrurec Member Posts: 560
Hi all,

I tried to save the Order Confirmation report in PDF and EXCEL File by giving the following syntax.

Report.SAVEASPDF(205,C:\Order,rec);
Report.SAVEASEXCEl(205,C:\Order,rec);


But when I run the report from Sales Order Form, I cannot find the file named Order getting saved in the form of PDF or Excel.

Is there any prerequisite or software which I need install in my PC so that the keyword works correct.

If anybody already used this keyword, kindly tell me a solution to make this keyword work in my PC.

Thanks in advance.

Regards,
Chandru.

Comments

  • kinekine Member Posts: 12,562
    1) You must run it in RTC, not classic (and you posted this in classic forum) - it is not working under classic...
    2) Depends on your OS - but Vista and Win7 do not allow you to write into C:\ by default...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.