Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Navigating to specific field in POST-BLOCK trigger

ZASep 16 2010 — edited Sep 16 2010
I am working on a form in Oracle Forms6i on Windows XP. It has a control block on top (for entering search parameters) and a database block for executing the query based on search criteria entered in control block.

After setting parameters in control block, if user goes to detail block, it should check if one specific search parameter is entered. If NOT, then it should not go to detail and it should navigate to REQUIRED field in control block. I can not set the REQUIRED property YES for required field.

I tried POST-BLOCK of control block and it stopped navigating to next block, but GO_ITEM failed... how can I jump to REQUIRED field without using timer? What other trigger should I consider for this?

Thanks
This post has been answered by CraigB on Sep 16 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 14 2010
Added on Sep 16 2010
2 comments
1,041 views