Cursor Item Question
513167May 6 2010 — edited May 8 2010Dear 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.