Hi All,
i have created a report and am trying to save that as PDF in a specific path using
saveaspdf function in RTC.
The code is
REPORT.SAVEASPDF(50041,'c:\Thomas.pdf');
but i got an error stating
"Either the caller does not have the required permission or the specified path is read only" ](*,)
Can any one help me in this?
Thanks inAdvance
Comments
if so try to run nav as administrator or save the file in a different path... :-k
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Am using XP. even if i change the path, the same error exist.
tsv
Am using XP. even if i change the path, the same error exist.
tsv
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
/Claus
Program Manager
Microsoft Dynamics NAV
Thanks in advance.
tsv
2) If you want to send the file from client, you need to download the file to the client. There is command for that.
3) After downloading the file, you can delete it on the server...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
can we save the file in client computer or its possible only in server?
Thanks in advance
tsv
2) By temp path I mean the temporary folder which exists on all systems. The path is in the TEMP environment variable. You can use the TEMPORARYPATH system variable to use it.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
by using DOWNLOAD function i am able to download the file, but this function opens a save dialog box.
i don't want the dialog box to open, it should save to the default path that i specify in the function's parameter. how do i achieve this? this is becuase i have to attach the file to the mail and send it to the user.
Thanks in advance.
tsv
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.