Index: BL/Sys/FOP/CommonTasks.cls.xml =================================================================== diff -u -r66511 -r66546 --- BL/Sys/FOP/CommonTasks.cls.xml (.../CommonTasks.cls.xml) (revision 66511) +++ BL/Sys/FOP/CommonTasks.cls.xml (.../CommonTasks.cls.xml) (revision 66546) @@ -274,17 +274,13 @@ . Set PSMediaType =$Case(PapierSoort, "GEEL":"(colored)", "LOGO":"(preprinted)", "BLANCO":"(plain)", :"(plain)" ) ; Not tested yet !!! . Set PSTraySelect=$Case(PapierSoort, "GEEL":"0" , "LOGO":"1" , "BLANCO":"2" , :"2" ) - Else If PrinterName="PRT001" Do ; HP-printer M608 voor Halux - . Set PSMediaType =$Case(PapierSoort, "GEEL":"(colored)", "LOGO":"(preprinted)", "BLANCO":"(plain)", :"(plain)" ) ; Not tested yet !!! - . Set PSTraySelect=$Case(PapierSoort, "GEEL":"0" , "LOGO":"1" , "BLANCO":"2" ,"ADMIN_TRAY_2":"2", "ADMIN_TRAY_3":"0" , :"2" ) - Else If PrinterName="HX_TAOR_BATCH_PS" Do ; HP-printer M608 voor Halux TAOR batches - . Set PSMediaType =$Case(PapierSoort, "GEEL":"(colored)", "LOGO":"(preprinted)", "BLANCO":"(plain)" , :"(plain)" ) ; Not tested yet !!! - . Set PSTraySelect=$Case(PapierSoort, "GEEL":"0" , "LOGO":"1" , "BLANCO":"2" ,"MANUEEL":"3" , :"2" ) + Else If PrinterName="PRT001" Do ; HP-printer M608 voor Halux LTBX batches (heeft slechts 2 i.p.v. 3 lades) + . Set PSMediaType =$Case(PapierSoort, "GEEL":"(colored)", "BLANCO":"(plain)", :"(plain)" ) + . Set PSTraySelect=$Case(PapierSoort, "GEEL":"1" , "BLANCO":"0" , "ADMIN_TRAY_2":"0", "ADMIN_TRAY_3":"1" , :"0" ) + Else If PrinterName="HX_TAOR_BATCH_PS" Do ; HP-printer M608 voor Halux TAOR batches (heeft slechts 2 i.p.v. 3 lades) + . Set PSMediaType =$Case(PapierSoort, "GEEL":"(colored)", "BLANCO":"(plain)", :"(plain)" ) + . Set PSTraySelect=$Case(PapierSoort, "GEEL":"1" , "BLANCO":"0" , "MANUEEL":"3" , :"0" ) - Else If PrinterName="TEST" Do ; HP Enterprise M608 - . Set PSMediaType =$Case(PapierSoort, "GEEL":"(colored)", "LOGO":"(preprinted)", "BLANCO":"(plain)", :"(plain)" ) ; Not tested yet !!! - . Set PSTraySelect=$Case(PapierSoort, "GEEL":"0" , "LOGO":"1" , "BLANCO":"2" , :"2" ) - Else If PrinterName?1(1"KYOCERAFS4000",1"KYOCERA".E) Do ; o.a. facturen met OMR . Set PSMediaType =$Case(PapierSoort, "GEEL":"(color)" , "LOGO":"(plain)", "MANUEEL":"(manual)", :"(plain)" ) ; Not tested yet !!! . Set PSTraySelect=$Case(PapierSoort, "GEEL":"1" , "LOGO":"2" , "MANUEEL":"3" , :"2" )