Home » Developer & Programmer » Forms » frm-40106:No navigate items in destination block.
frm-40106:No navigate items in destination block. [message #292538] Wed, 09 January 2008 03:11 Go to next message
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
Re: frm-40106:No navigate items in destination block. [message #292543 is a reply to message #292538] Wed, 09 January 2008 03:16 Go to previous messageGo to next message
mintomohan
Messages: 104
Registered: November 2006
Location: India
Senior Member
hi,

what all items do you have in the block BLK2.

I once encountered this error when there were only display items in a data block.

Minto
Re: frm-40106:No navigate items in destination block. [message #292554 is a reply to message #292538] Wed, 09 January 2008 03:33 Go to previous messageGo to next message
varu123
Messages: 754
Registered: October 2007
Senior Member
Blk2 has only one text item.
Re: frm-40106:No navigate items in destination block. [message #292566 is a reply to message #292554] Wed, 09 January 2008 04:03 Go to previous messageGo to next message
mintomohan
Messages: 104
Registered: November 2006
Location: India
Senior Member
can u please attach the fmb.

Minto
Re: frm-40106:No navigate items in destination block. [message #292567 is a reply to message #292538] Wed, 09 January 2008 04:06 Go to previous messageGo to next message
varu123
Messages: 754
Registered: October 2007
Senior Member
You need the code or the canvas?
Re: frm-40106:No navigate items in destination block. [message #292568 is a reply to message #292567] Wed, 09 January 2008 04:08 Go to previous messageGo to next message
mintomohan
Messages: 104
Registered: November 2006
Location: India
Senior Member
the canvas
Re: frm-40106:No navigate items in destination block. [message #292570 is a reply to message #292538] Wed, 09 January 2008 04:15 Go to previous messageGo to next message
varu123
Messages: 754
Registered: October 2007
Senior Member
Find it attached.
  • Attachment: blk2.fmb.doc
    (Size: 58.00KB, Downloaded 2577 times)
Re: frm-40106:No navigate items in destination block. [message #292573 is a reply to message #292570] Wed, 09 January 2008 04:23 Go to previous messageGo to next message
mintomohan
Messages: 104
Registered: November 2006
Location: India
Senior Member
in which trigger have you written the code?

Minto
Re: frm-40106:No navigate items in destination block. [message #292575 is a reply to message #292538] Wed, 09 January 2008 04:25 Go to previous messageGo to next message
varu123
Messages: 754
Registered: October 2007
Senior Member
key next item
There are other blocks also that runs fine.

[Updated on: Wed, 09 January 2008 04:26]

Report message to a moderator

Re: frm-40106:No navigate items in destination block. [message #292581 is a reply to message #292538] Wed, 09 January 2008 04:41 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
varu123 wrote on Wed, 09 January 2008 10:11

The properties for blk2 are
Key Navigation=yes
insert,delete,update=yes
visible=true


OK, but what about that one text item in 'blk2' block? What are its properties? Is it ENABLED?
Re: frm-40106:No navigate items in destination block. [message #292584 is a reply to message #292538] Wed, 09 January 2008 04:48 Go to previous messageGo to next message
varu123
Messages: 754
Registered: October 2007
Senior Member
yes it is enabled with the same properties as above.
Re: frm-40106:No navigate items in destination block. [message #292589 is a reply to message #292538] Wed, 09 January 2008 05:15 Go to previous messageGo to next message
varu123
Messages: 754
Registered: October 2007
Senior Member
What else information do you need?
Littlefoot,I know you are online.
Re: frm-40106:No navigate items in destination block. [message #292591 is a reply to message #292589] Wed, 09 January 2008 05:28 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
If I'm online, it doesn't mean I *must* participate in any of the discussions.

"FRM-40106: No navigate items in destination block." means that you are trying to go into a block which does NOT have at least one navigable and displayed item.

So: make sure there's at least one navigable, enabled and displayed item in 'blk2' block.

Besides, "attaching a FMB" doesn't mean to attach a MS Word DOC file (which I can not (and do not want to) open), but a form FMB file.
Re: frm-40106:No navigate items in destination block. [message #292597 is a reply to message #292591] Wed, 09 January 2008 05:43 Go to previous messageGo to next message
mintomohan
Messages: 104
Registered: November 2006
Location: India
Senior Member
couldn't make out anything from the screenshot.
please attach the fmb.

Minto
Re: frm-40106:No navigate items in destination block. [message #292598 is a reply to message #292538] Wed, 09 January 2008 05:50 Go to previous messageGo to next message
varu123
Messages: 754
Registered: October 2007
Senior Member
Yes ofcourse, but you are the leader of the forum.
This is the only forum where Michel has limitations Razz
There are two things i noticed.
There are two blocks blk1 and blk2.
In the object navigator, the text item for blk1 is t_1 and for blk2 is t_2 but if in layout editor , i right clicked the textitem to see the properties ,
for blk1 ,it is t1 and for blk2 it is t2.
If try to change them as in object navigator,it gives an error:
FRM-15500:Valid and Unique object name must be entered

COuld this mismatch be the reason for FRM-40106.
In the code it is t_1 and t_2.
Re: frm-40106:No navigate items in destination block. [message #292605 is a reply to message #292538] Wed, 09 January 2008 06:04 Go to previous messageGo to next message
varu123
Messages: 754
Registered: October 2007
Senior Member
Ok thanks,Problem solved.
Re: frm-40106:No navigate items in destination block. [message #292617 is a reply to message #292538] Wed, 09 January 2008 07:07 Go to previous messageGo to next message
rajy_salim
Messages: 204
Registered: January 2008
Location: Beirut - Lebanon
Senior Member
Is the problem solved?
Re: frm-40106:No navigate items in destination block. [message #292693 is a reply to message #292605] Wed, 09 January 2008 12:02 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
varu123

but you are the leader of the forum
I'm afraid you got it completely wrong.

varu123

Ok thanks,Problem solved.
Would you mind to share the solution with the rest of the community, so that others could benefit from it as well, please?
Re: frm-40106:No navigate items in destination block. [message #292697 is a reply to message #292538] Wed, 09 January 2008 12:13 Go to previous message
varu123
Messages: 754
Registered: October 2007
Senior Member
The form has various canvas and blocks.
It was just a mismatch between canvas and blocks.It was compiled wrong and hence the error.
On the form, for canvas can2,the block was blk3 not blk2 and it was compiled that way.
Previous Topic: Forms error
Next Topic: Error on opening Form Builder
Goto Forum:
  


Current Time: Fri Feb 14 09:54:20 CST 2025