Index: BL/Flow/Pakbon/Doc.cls.xml =================================================================== diff -u -r61689 -r73694 --- BL/Flow/Pakbon/Doc.cls.xml (.../Doc.cls.xml) (revision 61689) +++ BL/Flow/Pakbon/Doc.cls.xml (.../Doc.cls.xml) (revision 73694) @@ -125,7 +125,7 @@ De Leveringsbon (van handel) is in PDF-bestand reeds beschikbaar (via WebService naar AX) Deze taak zal de pdf printen en pakbon renderen zoals gewoonlijk. -Parameter LeverbonPdfBestandVolledigeNaam : Gebruik steeds netwerkpad (UNC) t.o.v. de Fop-server, dus best '\\fop\FOP\LevBon_Klant\ ... .pdf' +Parameter LeverbonPdfBestandVolledigeNaam : Gebruik steeds netwerkpad (UNC) t.o.v. de Fop-server, dus best '\\Notes01\FOP\LevBon_Klant\ ... .pdf' Het bestand zal achteraf opgekuist worden door de FOP-scheduler taak. Oproepen via : Index: BL/Legacy/DCPRINT2.cls.xml =================================================================== diff -u -r73181 -r73694 --- BL/Legacy/DCPRINT2.cls.xml (.../DCPRINT2.cls.xml) (revision 73181) +++ BL/Legacy/DCPRINT2.cls.xml (.../DCPRINT2.cls.xml) (revision 73694) @@ -252,7 +252,7 @@ If $$$HasLength(Exartepad) { #Dim BestandsNaam as %String = $Piece(Exartepad,"\",$Length(Exartepad,"\")) - Set FopPad = "\\192.168.1.7\FOP\LevBon_Klant" _ "\" _ BestandsNaam + Set FopPad = "\\Notes01\FOP\LevBon_Klant" _ "\" _ BestandsNaam Do FileAPI.CopyFile(Exartepad,FopPad) }