Oracle Form Builder: Switching between tabs in a form
Asked Answered
B

1

5

i am building a form in oracle forms builder

i have a tabbed canvas

i need to know how to swap to the next tab when a button is pressed

so what do i program into the next-tab button??

Banff answered 20/5, 2009 at 7:25 Comment(0)
G
7

Best way normally is to navigate to an item on the new tab page, e.g.

GO_ITEM('BLOCK_NAME.ITEM_NAME');

OR you can make the tab page topmost explicitly:

SET_CANVAS_PROPERTY('CANVAS_NAME', TOPMOST_TAB_PAGE, 'TAB_PAGE_NAME');
Guildroy answered 20/5, 2009 at 7:43 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.