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
i 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;