Index: BL/Legacy/DCPRINT2.cls.xml =================================================================== diff -u -r71063 -r73181 --- BL/Legacy/DCPRINT2.cls.xml (.../DCPRINT2.cls.xml) (revision 71063) +++ BL/Legacy/DCPRINT2.cls.xml (.../DCPRINT2.cls.xml) (revision 73181) @@ -252,7 +252,7 @@ If $$$HasLength(Exartepad) { #Dim BestandsNaam as %String = $Piece(Exartepad,"\",$Length(Exartepad,"\")) - Set FopPad = "\\fop\FOP\LevBon_Klant" _ "\" _ BestandsNaam + Set FopPad = "\\192.168.1.7\FOP\LevBon_Klant" _ "\" _ BestandsNaam Do FileAPI.CopyFile(Exartepad,FopPad) } Index: BL/FOP/Derde/AfzenderHoofdingInvuller.cls.xml =================================================================== diff -u -r47605 -r73181 --- BL/FOP/Derde/AfzenderHoofdingInvuller.cls.xml (.../AfzenderHoofdingInvuller.cls.xml) (revision 47605) +++ BL/FOP/Derde/AfzenderHoofdingInvuller.cls.xml (.../AfzenderHoofdingInvuller.cls.xml) (revision 73181) @@ -30,7 +30,7 @@ #dim URL As %String = "" #dim Klant As DOM.VKP.VanHoeckeKlant = ##class(DOM.DomeinContext).Instance().GeefVerkoopAPI().GeefKlant(NotebornKlantID) If Klant.HeeftEigenLogo(){ - Set URL = "\\fop\Resources\Media\KlantLogos\" + Set URL = "\\192.168.1.7\Resources\Media\KlantLogos\" #dim Bestand As %String = Klant.GeefLogo() #dim Extensie As %String = ##class(TECH.StringUtils).GetLastPart(Bestand,".") Set URL = ##class(TECH.Files).AppendFile(URL,Bestand)