There are already items in the block with enabled property equals yes, so I don't understand why I am still getting that error.
Main Topics
Browse All TopicsI have a form with three blocks. A key block, and two data blocks. My problem is sometimes when I try to page up to a previous block, I obtain the error, "No navigable items in destination block" and I am unable to page up. What is causing this error and how can I fix it?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Are you sure that the property is not changed programmatically ? Simply test it before going to the block.
This is from the on-line help (SET_ITEM_PROPERTY built-in):
Propagation of Property Changes
You can only specify a change to one item property at a time through the SET_ITEM_PROPERTY Built-in. However, one SET_ITEM_PROPERTY statement can cause changes to more than one item property if the additional changes are necessary to complete, or propagate, the intended change. This is included primarily for compatibility with prior versions. The following table shows the SET_ITEM_PROPERTY settings that cause Oracle Forms to propagate changes across item properties:
Setting this property parameter... To this setting Also causes these propagated changes:
ENABLED False sets the Navigable item property to False
sets the Update_Null item property to False
sets the Updateable item property to False
VISIBLE False sets the Enabled and Navigable item properties to False
sets the Updateable item property to False
sets the Update_Null item property to False
sets the Queryable item property to False
Business Accounts
Answer for Membership
by: HenkaPosted on 2009-10-09 at 00:59:57ID: 25533033
I think that you use Oracle Forms. In block there must be at least 1 item with property Enabled = yes.
You can set items property before you use "page up".