Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

forms 11g. how to hide/disable data block scrollbar at runtime

SiatGesiJan 31 2020 — edited Jan 31 2020

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

Comments
Post Details
Added on Jan 31 2020
1 comment
3,103 views