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!

Cursor Item Question

513167May 6 2010 — edited May 8 2010
Dear all,

I have a problem about go to the cursor item when open the form.

When open the form (at Enter-Query mode), I want the cursor go to :B_EMP.C_UID. This block is non-base table block. However, the cursor always go to another block.field when open the form. So I added the error message to show the form_status, cursor_item and current_item at When-New-Record-Instance trigger. The result is Form_Status = 'NEW', :SYSTEM.cursor_item = 'B_EMP.C_UID' and :SYSTEM.current_item = 'B_EMP.C_UID' .

And I observed that if I add the error message, the cursor can go to :B_EMP.C_UID when open the form. If I remove the message, it will go to another block.field.

Can anyone help?

Thanks in advance.

Regards.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 5 2010
Added on May 6 2010
4 comments
1,000 views