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.
私はオラクルフォームビルダーでフォームを構築しています
タブ付きキャンバスがあります
ボタンが押されたときに次のタブに切り替える方法を知る必要があります
では、次のタブ ボタンに何をプログラムすればよいのでしょうか??
通常、新しいタブ ページの項目に移動するのが最善の方法です。
GO_ITEM('BLOCK_NAME.ITEM_NAME');
または、タブ ページを明示的に最上位にすることもできます。
SET_CANVAS_PROPERTY('CANVAS_NAME', TOPMOST_TAB_PAGE, 'TAB_PAGE_NAME');