Index: FLOWORD9.mac.rou =================================================================== diff -u -r56733 -r62514 --- FLOWORD9.mac.rou (.../FLOWORD9.mac.rou) (revision 56733) +++ FLOWORD9.mac.rou (.../FLOWORD9.mac.rou) (revision 62514) @@ -30,7 +30,14 @@ } If $isObject(pxZoek) { - Set Status="3;In productie;"_$$FormatVanafNu($ZDTH(pxZoek.ToeleveringGeplandTijdstip,3,,2)) + try + { + Set Status="3;In productie;"_$$FormatVanafNu($ZDTH(pxZoek.ToeleveringGeplandTijdstip,3,,2)) + } + catch + { + Set Status="" + } } } @@ -105,6 +112,7 @@ Quit:MagCode="A" "T/A" Quit:MagCode="H" "Halux" Quit:MagCode?1(1"E",1N) "Auto" + Quit:MagCode?1(1"O",1"E",1"U",1"A",1"H")1(1"O",1"E",1"U",1"A",1"H") $S($A($E(MagCode,1))>$A($E(MagCode,2)):$E(MagCode,1)_"+"_$E(MagCode,2),1:$E(MagCode,2)_"+"_$E(MagCode,1)) Quit "?"_MagCode FormatVanafVandaag(DatumEnTijd)