Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 oracle forms builder 中构建一个表单
我有一个标签画布
我需要知道按下按钮时如何切换到下一个选项卡
那么我在下一个选项卡按钮中编程什么?
通常最好的方法是导航到新标签页上的项目,例如
GO_ITEM('BLOCK_NAME.ITEM_NAME');
或者您可以明确地将标签页设为最顶部:
SET_CANVAS_PROPERTY('CANVAS_NAME', TOPMOST_TAB_PAGE, 'TAB_PAGE_NAME');