Forms 6i Data Block [message #84827] |
Fri, 30 April 2004 13:12 |
shahzad
Messages: 17 Registered: February 2002
|
Junior Member |
|
|
Hi readers,
I am devolping a application using oracle and devolper forms 6i.I am new in devolper.My problem is when i am setting the keyboard nevigations or the items.It set the property for only in the current block and when i give for item which is not in this block but on the same canvase it give me error.Example I first make a block of employees and sets the properiets.Then again i create a block for employee_phones on the same canvase but yhe control is not transfer to these items when i press the "tab" key.Please tell me about this and how i set the cursor in my desiered text field when the form is appear.
Thanks for reading.
SHAHZAD
|
|
|
Re: Forms 6i Data Block [message #84835 is a reply to message #84827] |
Mon, 03 May 2004 06:14 |
Prince
Messages: 32 Registered: December 2001
|
Member |
|
|
You might want to try putting a KEY-NEXT-ITEM trigger on the last field of your employee_block:
Go_block('employee_phones');
I believe that should take care of the problem.
|
|
|