frm-40106:No navigate items in destination block. [message #292538] |
Wed, 09 January 2008 03:11  |
varu123
Messages: 754 Registered: October 2007
|
Senior Member |
|
|
I have a form f1.When i run f1,it asks me to chose from menus.
For ex-
1-do this
2-do that
....
When i enter choice 2 in the text item t1, i get the error
frm-40106:No navigate items in destination block.
IN the pl/sql code of t1, i am calling a block blk2.
if :t1=2 then
go_block('blk2');
....
BUt i am getting the above error.
The properties for blk2 are
Key Navigation=yes
insert,delete,update=yes
visible=true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|