No navigable items(designer 9i)

hi everybody i am using designer 9iAS,
I have two Module Components in OrderDetail Module as
ordmas
orddet
when i generate this module and run the form builder at the run time it show message as
FRM-40106: No navigable items in destination block;
can u help me
please

Helena,
I have seen your respone so a previous thread and thought you may be able to assist.
I am gettting the FRM 40106 no navigable items error when the form opens
but have been unable to rectify the problem by putting a dummy item on
the form. I have also checked that at least one item in each block is
enabled and visble.
I'm wondering is ther any rules around block ordering etc or queries
populating the forms blocks that could cause this?
I'm really stuck and would greatly appreciate some advice.
Dave

Similar Messages

  • Graphic causes navigation item to be "unclickable"

    I'm in the process of using iWeb '08 to build a little web site for my home furnishings business (http://web.mac.com/georgemolnar_ca/Welcome_Home_toNest/Sofas.html), but have hit what seems to be a bug. I have a .gif logo in the upper left corner of each page, which is preventing the Home page navigation item from being "clickable" underneath it. Is there any way to avoid this, or is this a software bug that has to be designed around?

    Thanks, the problem was resolved by replacing the logo element with a .jpg instead of a .gif, and then sending to back. For some reason, "Arrange" options are greyed out for gif images.
    But now, another odd behavior I see when checking site on a PC, using Explorer 7, the navigation menu is wrapping differently than it does in Safari. Oh well, no biggie.

  • How to know previous navigation item during runtime in Forms

    Hi,
    How can one know the previous navigation item in oracle forms.
    Scenario:
    Navigation: US Super HRMS Manager --> People --> Enter and Maintain.
    On the Find Person window --> Query a Person
    On the People Window, there is an Assignment Button. When clicked, it will open new window "Assignment".
    At this point 'WHEN-NEW-ITEM-INSTANCE' is fired for the item 'ASSGT. ORGANIZATION_NAME'.
    There is DFF on this window and when DFF is closed by pressing OK button, 'WHEN-NEW-ITEM-INSTANCE' is fired again for the item 'ASSGT. ORGANIZATION_NAME'.
    Hence my question is how to know if the previous item is DFF or not.
    Thanks in Advance.
    Vishnu

    Hi,
    How can one know the previous navigation item in oracle forms.
    Scenario:
    Navigation: US Super HRMS Manager --> People --> Enter and Maintain.
    On the Find Person window --> Query a Person
    On the People Window, there is an Assignment Button. When clicked, it will open new window "Assignment".
    At this point 'WHEN-NEW-ITEM-INSTANCE' is fired for the item 'ASSGT. ORGANIZATION_NAME'.
    There is DFF on this window and when DFF is closed by pressing OK button, 'WHEN-NEW-ITEM-INSTANCE' is fired again for the item 'ASSGT. ORGANIZATION_NAME'.
    Hence my question is how to know if the previous item is DFF or not.
    Thanks in Advance.
    Vishnu

  • Displaying navigation item in Navigation Pane

    1. I created a Portal in my 11.1.1.8 Portal Builder.
    2. For that portal, I added a few links to navigation. Portal Home -> Portals -> Portal Builder -> "Administer" corresponding to my portal -> Assets-> Navigation -> Edit on the default navigation
    3. I added the following code in the portal's page template:
    <af:navigationPane id="pt_np1" var="node"
         value="#{navigationContext.defaultNavigationModel.defaultMenuModel}"
         level="1" hint="tabs">
         <f:facet name="nodeStamp">
              <af:commandNavigationItem text="#{node.label}"
                   action="#{node.doAction}"
                   destination="#{node.destination}"
                   id="pt_cni1"/>
         </f:facet>
    </af:navigationPane>
    4. I see tabs with no text.
    Expected: Tabs should contain the text that I entered in "Name" field of Navigation item.
    Observed: The tabs are created but there is no text in them. The number of tabs are as expected. I had 6 navigation item, the number of tabs created are also 6.
    For the text field, I tried the following:
    node.id - displays the id of the navigation item.
    node.prettyUrl - again, the id of the navigation item.
    node.name - empty tabs
    node.label - empty tabs.
    The class of node is "oracle.webcenter.portalframework.sitestructure.SiteStructureResource".  But, I could not get javadoc to see more information.
    Does anyone know how I can get the Name of the navigation to display in the tabs?

    I found the answer. According to this link - http://docs.oracle.com/cd/E29542_01/webcenter.1111/e27739/jpsdg_app_els.htm#CHDCBJGJ
    I should use node.title to get the title.

  • ValueChangeListener on Navigation Item (JD 11.1.1.3.0)

    Hello to all,
    I put on a page a Navigation Item binded to a VisualObjet named: TemplateView1
    When the user select the item on navigation, I need to get the row selected and make some operation. So I wrote a method and I associated it to valueChangeListener event.
    But what happend? The:
    Row currRow = ADFUtils.findIterator("TemplateView1Iterator").getCurrentRow();
    give me always the prev record not the new one. For example at the start:
    *1 <user see theese>*
    2
    3
    4
    He select the *3th* row, Row currRow = ADFUtils.findIterator("TemplateView1Iterator").getCurrentRow(); give me the *1th row.*
    After he choose the *2nd* row, Row currRow = ADFUtils.findIterator("TemplateView1Iterator").getCurrentRow(); geve me the *3th row*...
    How can I give the selected row?
    Thank you,
    Cristian

    Ok... :)
    I have a NavigationList (choiceList ) binded to a ViewObject: templateSearch1
    When I choose a element (template) from the choiceList:
    1. I get the row selected from templateSearch1 (on ValueChangeListener event I get the templateSearch1.getCurrentRow())
    2. get the XML from row
    3. Create a mask based on XML
    All works... but: on choiceList 's ValueChangeListener event the templateSearch1.getCurretRow() give me the prev row not the selected row.
    Hope it is clear :)
    This is the code on ValueChangeListener :
    +public void createSearchMask(ValueChangeEvent valueChangeEvent){+
    ApplicationModule am;
    am = ADFUtils.getApplicationModuleForDataControl("AppModuleDataControl");
    Row currRow = ADFUtils.findIterator("templateSearch1Iterator").getCurrentRow();
    +if (currRow != null) {+
    String xml = currRow.getAttribute("Xml").toString();
    XMLDocument doc = XMLUtils.getDoc(xml);
    RichPanelGroupLayout search = new RichPanelGroupLayout();
    search.setId("searchPanelMask");
    UIComponent searchMask = createSearchMaskFromXML((XMLElement)doc.getFirstChild().getFirstChild(),search);
    +if (this.getBox().findComponent("searchPanelMask")!= null){+
    this.getBox().getChildren().remove(this.getBox().findComponent("searchPanelMask"));
    +}+
    this.getBox().getChildren().add(search);
    +}+
    +}+
    Cristian

  • Associating a Navigation Item with a View Controller in a XIB

    According to Xcode:
    The 'navigationItem' outlet of a UIViewController has been deprecated. Navigation items are required prior to loading a view controller's view. Instead of an outlet, consider embedding the navigation item in the view controller.
    What does "embedding the navigation item in the view controller" mean? The obvious interpretation of putting a navigation item in the view controller's XIB as a peer to the view has no effect.

    Hi -
       Try using Command "SET_SELECTION_STATE" in dropdown Data Binding - Data Binding type.
    Anesh B

  • Command Navigation Item + Filter mapping issue

    Readers,
    I have 2 questions here
    1) How is navigation item different from commandLink ?
    2)I am having a navigation item in my Main Page. the code of which is
    <f:facet name="globalLinks">
                <af:group id="g1">
                  <af:spacer width="10" height="10" id="s1"/>
                  <af:navigationPane id="np1" hint="bar"
                                     inlineStyle="vertical-align:sub;">
                    <af:commandNavigationItem text="Home" id="cni2"
                                              icon="/com/xxx/images/home.gif"
                                              destination="/faces/MainPage"
                                              targetFrame="_self"/>
                    <af:commandNavigationItem text="Logout" id="cni1"
                                              icon="/com/xxx/images/glbl_logout.gif"
                                              actionListener="#{backingBeanScope.MainPageBean.doLogout}"/>
                  </af:navigationPane>
                </af:group>
              </f:facet>I have configured a filter to intercept all URL of type "/*" and redirect it tologin page if the session attribute is null
    the issue happening here is on click of the Home link, it takes me to the login page in spite of configuring the commandNavigationItem for home link (see the above code). When i click on logout though i am redirected to login page i get the NPE.
    Code for Filter is
                    if (session.getAttribute("userLoginId") != null) {
                        user = (String)session.getAttribute("userLoginId");
                    if ((user == null) || (user.equals(""))) {
                        String finalRedirectURL =  "/Portal/faces/LoginPage";
                        hres.sendRedirect(finalRedirectURL);
                        FacesContext context = FacesContext.getCurrentInstance();
                        context.responseComplete();  //*on logout i get NPE here*
                    }Please advice..
    thnks
    Jdev 11.1.1.5

    Question one still unanswered also a bit of question 2.
    Now the issue is getting the following error on logout, clicking on home page now doesn't redirect me to login page.
    java.lang.IllegalStateException: Cannot forward a response that is already committed
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:122)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44
    Any ideas ?
    Edited by: in the line of fire on Nov 1, 2011 1:18 PM

  • How to open navigation item in new tab?

    Hello
    Is it possible to open a navigation item in a new tab?
    for example, when a user enters in MII and in the menu has several links, is it possible, when clicking in a link, to open it  in a new tab?
    i know it is possible to open in a new window or in home page or on top... but what about tab?
    Best regards.
    Edited by: Ricardo Alves on Dec 4, 2009 5:53 PM

    Your solution will be client setting dependent.  The home page navigation and tab options for opening in the frame or new window are merely setting the href target in the home page html when the screen is rendered by the personalization service.  As far as I know the tab behavior new to IE in version 7, and the tab behavior in other browsers like Mozilla/Firefox are both managed at the application level and will be client PC bound.  The home page process just uses target="_blank" for opening links in a new window.  I don't know if there is a browser neutral setting for something like target="_newtab", but it doesn't appear to be the case:  http://www.w3.org/TR/html401/types.html#h-6.16
    If something like this does creep into the standard then it would make a nice feature enhancement request for 3 radio button options when defining a link in the navigation editor.

  • Removed toolbar from Navigator in Design Editor and want it back

    Hi,
    this is more funny than actually serious stuff that it is usually discussed here. I accidentally dragged toolbar from Navigator in Design Editor so it was floating palette. I clicked close window button on palette and have never seen toolbar again. Tried close Navigator, close Design Editor, right click on various places no luck, my dear little toolbar is gone.
    Please give me my toy back!!! =:>)
    Thank you,
    Radek

    Radek,
    Use the View menu and you should see that the Toolbar option is missing a tick. Select Toolbar and all will
    be well again...
    regards,
    David

  • Link to top-level navigation items

    hi all,
    does anybody know how to create a link to a top-level navigation item from an jsp iView? the idea is similar to Home-page and area-page concept in the new ESS with WebDynpro. From the home-page, users can navigate direct to an item which is displayed in the top-level navigation. fyi, we are on EP6.
    Thanks in advance.

    Hi,
    You can create links to any navigation node, the keyword here is NavigationTarget.
    Check this for more:
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/014421d21d6fade10000000a11466f/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/b3/7b8163404448e7aad7899c0b30313e/frameset.htm
    Regards,
    Praveen Gudapati

  • How can I edit navigation items outside of iWeb08?

    I created a website for a friend, published the site and then backed up the HTML files to an external disk. I've since re-formatted my iMac and installed 10.5
    Now I need to remove pages from the site and have to edit a few areas of the pages but i cannot import the backed-up project into iWeb. I have seen the other posts about transferring the domain file, but this process cannot be used because I did a clean installation. I know that there is nothing more I can do about that, c'est la vie.
    BUT, I do have Dreamweaver and am trying to edit the raw HTML files outside of iWeb.
    The problem is I cant find where I can edit the Navigation items. The pages seem to reference a Navbar widget, but i can't find any of the page names in the JS, CSS or XML files. Does iWeb reformat the links into something else? I've been able to get into the code and remove lines of copy and body links, but the Navigation has me stumped. All i want to do is remove a couple of pages from the global nav.
    Does anyone have any ideas?

    iweb nav bar info is in your site's feed.xml file.

  • Navigation Item Icon Image

    Hi,
    I have put up some custom navigation items in the Navigation along with Logout,Print etc.
    I assigned a graphic gif image to each of the Navigation items in the property Image, but the images do not show up when the page renders.
    I have selected images from the LOV in the Image property so there is less chance that the path taken is wrong ... my image value reads #APP_IMAGES#myicon.gif
    I tried View Source of the page rendered but there also I could not see any HTML img src code for my image.
    Any clues?
    Thanks.

    Hey,
    did you read this thread: Navigation Bar Image
    That helped me out at the same problem!
    Regards,
    Tim

  • Reduce spacing between top navigation items.

    My top navigation is a bit too wide for most screens.  Is there a way, via CSS, to ever-so-slightly shrink the spacing between top navigation items?
    Thanks!

    Mike, you are a beautiful human being.  Thank you!  This is precisely what I was looking for.
    I'd love your advice on this one, if you might:
    http://social.technet.microsoft.com/Forums/en-US/sharepointgeneral/thread/29389876-3d83-42ac-857e-c96e588fa4e0/#9c5701d9-edfa-4673-bad0-0ba254c373fc
    Thanks again!

  • Tabbing (Next Navigation Item) to different frames/datasets on a canvas?

    How can I set the tab order to tab between frames on my form? In the properties palette for an item, the Next Navigation Item field, I can only choose items in the same dataset. What if I wanted to mix and match the fields from say 2 different datasets so they show up together in a frame and have consistent tabbing?
    Also, I have set up a join relationship between 2 datasets on a canvas but when I insert record it only inserts 1 set and not the info from the other but when I query info that was already in the dataset it shows up fine on both sets??? Please help. Thanks alot

    To achieve cross-block navigation, here is what I do:
    For forward tabbing as well as automatic skipping to same field, create a hidden navigable item following the item, and on that item, create a when-new-item-instance trigger with a go_item command. (For hidden navigable, it must be on the same canvas. Just set its height and width to zero.)
    For shift-tab (reverse navigation), use a key-prev-item trigger on the second item with a go_item back to the first item.

  • Adding navigation items to view controllers in interface builder - pwnd me

    I am perplexed by Interface builder. I had SDK version 2.x (can't recall now) and just upgraded to the newest 3.1 and now things do not work the same.
    So that I could have a custom navigation item applied to my view controller, I have followed the instructions here:
    http://developer.apple.com/iphone/library/documentation/DeveloperTools/Conceptua l/IB_UserGuide/EditingNibFileObjects/EditingNibFileObjects.html
    in section entitled "Configuring the Views for Additional Navigation Levels"
    When I try to load the nib at runtime I get this error:
    [* Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "EventCreate" nib but the view outlet was not set.']
    The view is set on the controller; however, I did not do anything to set the file's owner since the before-mentioned doc does not say anything about that. It seems the view must be set on the file's owner to make it work. This is confusing.
    I've noticed that the nibs I had set up using the previous release (2.x can't remember now) aren't totally supported in the way I had them set up with navigation items. In IB, I would set the File's Owner to by view controller and then I could drop a navigation item in and connect that right away to the controller, and the controller had a navigation item outlet exposed by default. That doesn't appear to work any more. When I open my older nibs (xib files) the navigation item outlet shows up in the inspector for the controller BUT its greyed out, as if obsolete. There's no navigation item outlet showing in IB anymore, it seems when building new xibs. So, I don't know what to do here.
    Can somebody help me?

    crouchingchicken wrote:
    I would set the File's Owner to by view controller and then I could drop a navigation item in and connect that right away to the controller
    Yes, I agree. The nav item used to show up as an outlet of any view controller.
    When I try to load the nib at runtime I get this error:
    The problem with the doc is this line:
    To push a new view controller at runtime, _create a new instance of your custom UIViewController subclass, initialize it with the nib_ file you created for it, and push it on the navigation controller stack.
    The underlined portion can lead us to believe we can alloc and initWithNibName:bundle: as we would when File's Owner is a proxy for the controller we create in code. But that won't work in this case, since the controller we want is the one that's created from the view controller object when the nib is loaded. In other words, we don't want to alloc a new controller, we just want to grab the object made from the nib. Here's what to do:
    // RootViewController.m
    - (IBAction)nextView {
    NSLog(@"nextView");
    // SecondViewController *viewController = [[SecondViewController alloc]
    // initWithNibName:@"SecondViewController" bundle:nil];
    NSArray *nib = [[NSBundle mainBundle] loadNibNamed:@"SecondViewController"
    owner:self options:nil];
    NSLog(@"nib=%@", nib);
    SecondViewController *viewController = [nib objectAtIndex:0];
    [self.navigationController pushViewController:viewController animated:YES];
    // [viewController release];
    Be sure not to release the object obtained from the nib, since we didn't alloc it. Top level objects created from a nib are autoreleased. You can put some logging into the second view controller's dealloc to verify it gets dealloced when popped:
    // SecondViewController.m
    - (void)dealloc {
    NSLog(@"dealloc: %@", self);
    [super dealloc];
    - Ray

Maybe you are looking for