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!

issue with scrol bar in 12c

Tony007Apr 21 2022 — edited Apr 21 2022

hi am having issue with scroll bar when i click the scrol bar down it does not move record BUT WHEN I click the record and use down arrow the scroll bar move
scrooll3.pngi have this trigger in my block
KEY-SCRDOWN
IF :system.last_record != 'TRUE' then
scroll_down;
END IF;

KEY-SCRUP
IF :system.cursor_record != 1 then
scroll_up;
END IF;

Comments

Post Details

Added on Apr 21 2022
1 comment
391 views