Going to Specific tab in oracle forms
问题 I have 3 radio button A ,B, C and I have 3 tab page in the canvas A, B,C. My Requirement is if user select radio A and press Submit button then tab A Should get activated and my cursor got to tab A. 回答1: If it is enabled and visible then you can use the following commands: go_item('blockname.itemname'); or go_block('blockname'); If you don't need to go to a specific item then use the second command go_block. 回答2: To enable a tab page: set_tab_page_property('TAB_PAGE_NAME',enabled,property