Index: FOPQueue.csp =================================================================== diff -u -r111 -r153 --- FOPQueue.csp (.../FOPQueue.csp) (revision 111) +++ FOPQueue.csp (.../FOPQueue.csp) (revision 153) @@ -112,7 +112,7 @@ var msg; var msgTitle="AlleNieuweTakenDoorlaten"; msg=#server(..ZetStatusVoorNieuwePrintertaken(""))#; - if (msg && msg.length) alertVB(msg,msgTitle); + if (msg && msg.length) { alertVB(msg,msgTitle); document.location.reload(); } return; } @@ -189,6 +189,23 @@    (MaxBusyTask=#(CurMaxBT)#)            + + + +
+ LET OP : Nieuwe taken krijgen een status die berekend wordt op basis van volgende expressie : +
#(InitialStatusExpression)# +
+ +
+ LET OP : Nieuwe taken komen steeds in status [#(InitialStatus)#] terecht +

@@ -199,7 +216,7 @@

RunMode: Batch, Threaded, InLine (via Scheduler) - Synchronous (immediately)
- Status : [W]ait -- [S]tarted -- [B]usy -- [P]rocessed -- [F]inished -- [E]rror -- [Y]:Synchronous
+ Status : [W]ait -- [S]tarted -- [B]usy -- [P]rocessed -- [F]inished -- [E]rror -- [Y]:Synchronous -- on [H]old