Quantcast
Channel: NAV Three Tier — mibuso.com
Viewing all articles
Browse latest Browse all 10032

Automatically delete inserted file

$
0
0
Hi there,

I have a process only report which have functionality to import a excel file into Transfer Line table ...
I need to delete imported file (if import is success).
The problem is:
I have a locations on the server \\Files\ExcelFiles\Folder1\Book1.xlsx
\\Files\ExcelFiles\Folder2\AnotherBook1.xlsx
The location \\Files\ExcelFiles\ is fixed but last folder is different and for that reason when I delete the file I'm using
FileMgt.DeleteClientFile('\\Files\ExcelFiles\' + LastFolderName + '\' + FileName);

and the problem is when I'm filling value of the LastFolderName.
When I select the file from \\Files\ExcelFiles\Folder1\Book1.xlsx the system does not read that location. When I go in debug session, I see that system reads the selected file from C:\ProgramData\Microsoft\Microsoft Dynamics NAV\80\Server\MicrosoftDynamicsNavServer$DynamicsNAV80\TEMP\Book1.xlsx. So LastFolderName value is TEMP instead of Folder1.

*Is there any way to get somehow the location from where I reed the file, not the server temp location?*

Thanks
Best Regards

Viewing all articles
Browse latest Browse all 10032

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>