Just a need to know, it of course should work but it doesnt.
THIS: sc_btn_display(‘Verwerk’,$nietverwerkt>0 ? ‘on’ : ‘off’); does not work.
THIS:
if ($nietverwerkt>0){
sc_btn_display(‘Verwerk’,‘on’);
}else{
sc_btn_display(‘Verwerk’,‘off’);
}
does work…
And that goes for several other functions in scriptcase…
I guess the parser is a bit sloppy…