I would like to copy files/folders from a local network machine to the Server machine where the dynamiscs nav server is located can this be achieved in Dynamics NAV? if so how can this be done?
I would like to copy files/folders from a local network machine to the Server machine where the dynamiscs nav server is located can this be achieved in Dynamics NAV? if so how can this be done?
In Classic client or on RTC?
IF RTC, you can use UPLOAD function
Sends a file from a RoleTailored client to a Microsoft Dynamics NAV Service.
Comments
rec.SETRANGE(Path, 'c:\');
IF Rec.FIND('-') THEN
REPEAT
COPY(Rec.path + rec.Name, 'c:\navision\local' + Rec.Name);
UNTIL rec.NEXT = 0;
rksaurabh
CONTEXTURL
rksaurabh
In Classic client or on RTC?
IF RTC, you can use UPLOAD function
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav