Rev 12490 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !if $wims_read_parm=$empty or \ |
14335 | bpr | 2 | $wims_read_parm isitemof $gotblock,$waitblock,$(waitblock_$block) |
12490 | bpr | 3 | !exit |
23 | reyssat | 4 | !endif |
5 | |||
6 | !reset titb,upbl,prev,next,dat1,dat2,datm |
||
7 | !readproc $wims_priv_thisdoc/$wims_read_parm.def |
||
8 | !default dat1=19000101 |
||
9 | !default dat2=24000101 |
||
10 | !if $titb=$empty or $today<$dat1 or $today>$dat2 or $upbl!=$block |
||
12490 | bpr | 11 | !exit |
23 | reyssat | 12 | !endif |
13 | !if $datm!=$empty and $datm>$Datm |
||
12490 | bpr | 14 | Datm=$datm |
23 | reyssat | 15 | !endif |
16 | |||
17 | waitblock_$block=!append item $wims_read_parm to $(waitblock_$block) |