I have a data block with two tabs and a scrollbar. What I need is to disable block scrolling when I change tab page (i.e. going from "all records" tab into "one record details" tab. Note that I have no master-details relation! tab pages refer to the same data block).
I wish to get this behavior by setting the "Show scroll bar" to "No"; but I can not find the way to set it at Runtime. I tried
SET_BLOCK_PROPERTY('DATABLOCK',BLOCKSCROLLBAR_POSITION,0,0), but it only hide scrollbar, not disable it.
is there a way to do this? thanks