Index: vhPRINTER.mac.rou =================================================================== diff -u -r33640 -r34632 --- vhPRINTER.mac.rou (.../vhPRINTER.mac.rou) (revision 33640) +++ vhPRINTER.mac.rou (.../vhPRINTER.mac.rou) (revision 34632) @@ -91,13 +91,13 @@ New BestandNaam,BestandLocatie if ##class(TECH.Config.ConfigMgr).Instance().GeefBoolean("vhPRINTER_BestandNaam_DoorverwijzingActief") { set BestandLocatie = ##class(TECH.Config.ConfigMgr).Instance().GeefString("PrintFileDropFolder") - Set BestandNaam = ##class(TECH.Context).Instance().GeefFileAPI().GeefFileNameGenerator().GenerateFileName("prn","txt") + Set BestandNaam = ##class(TECH.Context).Instance().GeefFileAPI().GeefFileNameGenerator().GenerateFileName("print","txt") } else { set BestandLocatie = $$DIRUSER^vhDEV() if '$length(BestandLocatie) { set BestandLocatie = ##class(TECH.Config.ConfigMgr).Instance().GeefString("DefaultExportDirectory") } - set BestandNaam ="prn"_$translate($zdatetime($horolog,8)," :","")_" "_$piece($ztimestamp,".",2)_".txt" + set BestandNaam ="print"_$translate($zdatetime($horolog,8)," :","")_" "_$piece($ztimestamp,".",2)_".txt" } quit ##class(TECH.Files).AppendFile(BestandLocatie,BestandNaam)