10. Februar 2017 14:12
10. Februar 2017 14:30
10. Februar 2017 17:25
10. Februar 2017 22:03
fiddi hat geschrieben: Steht da evtl. was falsches drin?
ExportPath := CreateExportFolder("Export Path","Data Exp. Rec. Type Code");
LOCAL GetTempFilePath() : Text[1024]
TempFile.CREATETEMPFILE;
TempFileName := TempFile.NAME;
TempFile.CLOSE;
EXIT(
PathHelper.GetFullPath(
PathHelper.Combine(
PathHelper.GetDirectoryName(TempFileName),
'..')));
10. Februar 2017 22:50
11. Februar 2017 01:17
LOCAL DownloadFiles(DataExportRecordDefinition : Record "Data Export Record Definition";ServerPath : Text;ExportPath : Text)
ZipFileNameOnServer := ZipFilesOnServer(ServerPath,DataExportRecordDefinition."DTD File Name");
ZipFileNameOnClient := ExportPath + '\' + DataExportRecordDefinition."Data Exp. Rec. Type Code" + '.zip';
FileMgt.DownloadToFile(ZipFileNameOnServer,ZipFileNameOnClient);
ExtractFilesOnClient(ExportPath + '\',ZipFileNameOnClient);
11. Februar 2017 09:17
netshape hat geschrieben:habe folgendes Problem beim erstellen des GDPdU Export, die index.xml datei wird immer unter den lokalen Benutzerpfad gespeichert. C:\ProgramData\Microsoft\Microsoft Dynamics NAV\70\Server\MicrosoftDynamicsNavServer$Test\users\...... Die Posten.txt