if active, the Button "ok" don't go to update after changing anything
Read and write property
Example
#jbs
document.blockupdate=true;
// changes ...
// don't switch to update mode
document.blockupdate=false;
You can check, if blockupdate is active
if (document.blockupdate == false) {
// only if not active: execute this script
}
ib_blockupdate, sys_keineaktualisierung J/N