Index: BL/Sys/FOP/CommonTasks.cls.xml =================================================================== diff -u -r66083 -r66104 --- BL/Sys/FOP/CommonTasks.cls.xml (.../CommonTasks.cls.xml) (revision 66083) +++ BL/Sys/FOP/CommonTasks.cls.xml (.../CommonTasks.cls.xml) (revision 66104) @@ -272,7 +272,7 @@ . Set PSTraySelect=$Case(PapierSoort, "GEEL":"0" , "LOGO":"1" , "BLANCO":"2" , :"1" ) Else If PrinterName?1(1"LEVBON_PS") Do ; HP Laserjet M602 . Set PSMediaType =$Case(PapierSoort, "GEEL":"(colored)", "LOGO":"(plain)", "BLANCO":"(plain)" , :"(plain)" ) ; Not tested yet !!! - . Set PSTraySelect=$Case(PapierSoort, "GEEL":"0" , "LOGO":"1" , "BLANCO":"4" , :"1" ) + . Set PSTraySelect=$Case(PapierSoort, "GEEL":"4" , "LOGO":"1" , "BLANCO":"0" , :"0" ) ; LET OP: Op deze printer stuurt TrayNr '2' dezelfde lade aan als TrayNr '4' maar het gedrag bij lege lade werkt NIET correct bij TrayNr='2' !!! Else If PrinterName="PRT001" Do ; HP-printer voor Halux . Set PSMediaType =$Case(PapierSoort, "GEEL":"(colored)", :"(plain)" ) ; Not tested yet !!! . Set PSTraySelect=$Case(PapierSoort, "GEEL":"1" , "BLANCO":"0" ,"ADMIN_TRAY_2":"0", "ADMIN_TRAY_3":"1" , "LOGO":"4" , :"0" )