Navigating to specific field in POST-BLOCK trigger
ZASep 16 2010 — edited Sep 16 2010I 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