Hiearachical tree menu

Can someone help me with a Hiearachical tree menu. I try to build one, he works fine, but when a populate the source table I began to receive this erro :FRM-99999 error code 7343. I read in the forum that this is a bug of forms, and I don´t know if there is a correction, so, if anyone already made a menu based on a hierachal tree please give me a hand.
Thank´s Luis

If your question was how to use an HTML DB tree control based on a SQL Query:
Each tree in HTML DB has a template. HTML DB ships a few tree templates; but you can make your own. These templates control all images and icons used to exand and collapse tree nodes.
If you want to have icons at the end of your tree branches; like a (+) or something; you can use the #A1#, #A2# controls: for example:
select "EMPNO" id,
"MGR" pid,
"ENAME" name,
null link,
'yahoo' a1,
null a2
from "#OWNER#"."EMP"
You can use the template to control the display. You can hard code the image names in your query if you want to use a decode to determine the value.
Hope this helps.
Mike

Similar Messages

  • Create tree menu

    Hi, I'm trying to create a tree menu, When user click the links on left hand side, the content will be displayed on the right side of the page.
    I'm new to html db. Can anyone have some suggestion about this? Is there a how'to doc. or sample application for reference?
    Much appreciate your instruct.

    Sorry . .. I just read your other posting regarding menu trees
    tree menu
    and I think I started leading you down a path that is far more complicated than you are looking for. It looks like Jeff has answered you question regarding how to add a tree. The link that I gave you was for creating a dynamic drop down/out menu based on the Suckerfish dropdown menu.
    http://www.alistapart.com/articles/dropdowns/
    David

  • Searching for a good tree menu

    Hi all,
    I need to add a tree menu to my website.
    I cannot find a tree menu that works the way I need.
    I need a tree menu that:
    - can be styled with CSS;
    - highlight the current menu branch even with URL parameters:
    example:
    the link
    http://www.mysite.com/index.php?cat_id=1&prod_id=101
    should
    highligth the 'category 1' branch;
    and
    the link
    http://www.mysite.com/index.php?cat_id=1&prod_id=145
    should
    highligth the 'category 1' branch;
    then
    the link
    http://www.mysite.com/index.php?cat_id=2&prod_id=435
    should
    highligth the 'category 2' branch;
    - collapse/expand menu branch from links on page
    Can you point me to a site/tutorial to do this?
    I thank you in advance.
    tony

    On 06 Mar 2009 in macromedia.dreamweaver, sweetman wrote:
    > Hi all,
    >
    > I need to add a tree menu to my website.
    > I cannot find a tree menu that works the way I need.
    >
    > I need a tree menu that:
    > - can be styled with CSS;
    >
    > - highlight the current menu branch even with URL
    parameters:
    >
    > example:
    > the link
    http://www.mysite.com/index.php?cat_id=1&prod_id=101
    should
    > highligth the 'category 1' branch;
    > and
    > the link
    http://www.mysite.com/index.php?cat_id=1&prod_id=145
    should
    > highligth the 'category 1' branch;
    > then
    > the link
    http://www.mysite.com/index.php?cat_id=2&prod_id=435
    should
    > highligth the 'category 2' branch;
    >
    > - collapse/expand menu branch from links on page
    >
    > Can you point me to a site/tutorial to do this?
    http://projectseven.com/products/menusystems/tmm2/
    Not free, but will do everything you want.
    Joe Makowiec
    http://makowiec.net/
    Email:
    http://makowiec.net/contact.php

  • Of Explorer Trees & Menu bars

    This may seem like a dumb question, or that I'm not doing my work but I'm really stumped.
    Using JSP, and HTML tag <DIV> one should be able to create a JTree equivalent display in a frame on the browser right? how is this done?
    Plus, what about a menu bar?? the drop down would use <SELECT> tag?
    thx.

    Here is an excellent site with a free API for doing tree menu's. Its in javascript. But, you could use JSP page to dynamically generate the tree. The author has examples. It works great and I think this is what you are looking for:
    http://www.treemenu.com/

  • BC Sets - in SAP Tree Menu ?

    Hi Experts,
    I have created BC sets based in IMG, But how to create BC Sets based in SAP Tree Menu.
    I have to create BC sets for the Org Structure for which i have created all objects and relationships. Help me out on the same.
    Regards,
    Madhu Sudhanan

    Hi Pablo,
    I want to prepare BC sets for OM Structure. How to do that?
    reagards,
    Madhu Sudhanan

  • Tree Menu creation

    Created a tree menu off of a table and chose 'tree with icons'.
    How can you assign different icons to the tree branches?

    If your question was how to use an HTML DB tree control based on a SQL Query:
    Each tree in HTML DB has a template. HTML DB ships a few tree templates; but you can make your own. These templates control all images and icons used to exand and collapse tree nodes.
    If you want to have icons at the end of your tree branches; like a (+) or something; you can use the #A1#, #A2# controls: for example:
    select "EMPNO" id,
    "MGR" pid,
    "ENAME" name,
    null link,
    'yahoo' a1,
    null a2
    from "#OWNER#"."EMP"
    You can use the template to control the display. You can hard code the image names in your query if you want to use a decode to determine the value.
    Hope this helps.
    Mike

  • What happened to Navigation Tree Menu?

    Hi,
    i was able to use Navigation Tree Menu on portal 10.1.2.0.0
    now we have upgraded to 10.1.4
    and it has disappeared
    note: i have configured all items types to be enabled in the page group.

    A possible problem is that the url on 10.1.4 changed and this menu gets the pageid from url.
    Check the package, there is a part that it takes pageid from url.

  • Developing a tree menu which has one level submenu

    Hi,
    I am developing an internet based application using JSP. In the application I want to display a tree menu on the left side of screen. Every menu in the tree can contain one or more submenus. When the user clicks on a particular tree menu item ( '+' sign on particular tree menu item), the sub menu appears and when submenu item is clicked, then my application will load the corresponding JSP page on the right hand side of the screen. I was wondering how to implement this menu functionality using JSP.
    regards,
    Jatin.

    You will have to use JavaScript to display/hide menus. Look up Dynamic Drive's webpage which has a lot of dynamic content like this.

  • Tree menu based on session variable?

    Hi all,
    is there somewhere a javascript or php or html (or extension)
    tree menu
    that will highlight the current branch based on a session (or
    cookies, at
    least) variable content?
    I cannot fint it anywhere.
    TIA
    tony

    hi Christian,
    Thanks for your help,
    Here is my situation, I have a fact table of very high volume, because of which reports are taking lot of time in displaying results. Recently I have been assigned one of these reports and asked to improve its performance. so, I thought to use a opaque view(thought to apply all the fact related reports filters into WHERE Clause using session variables which can bring down table volume) and then switch this table source with original fact table using 'dynamic' table under existing alias table definition with the help of session variable. The purpose of this table switch is, all existing reports will  source from original fact table, where as modified report will be sourcing from opaque view.
    I would like to try to your suggested approach "creating a placeholder column which contains the exact variable string content for the table source and the opaque view source respectively", but how does OBIEE switch priority of these LTS, can you please explain me this approach a bit further.
    Thanks,
    vijay

  • Help using dynamic XML with Tree Menu

    Can some one please help me? I don't know what I'm doing
    wrong. I'd simply like to be able to load an XML file of data and
    use this data to populate a Flex tree component.
    The XML file needs to reside on the server and will change
    from time to time, so I am loading it via an HTTPService call. The
    part that I can't get to work is the way the
    XML is displayed in the Tree component. It ends up blank or
    sometimes I just get the result of "[object Object]". I know my
    syntax must be screwed up somewhere, but because
    AS3 and Flex are new territory for me, I can't get it to
    work. I am feeling my IQ drop on a minute to minute basis. Please
    help me if you can! Thanks!
    In this example, I am expecting a list of the different
    groceries/categories to show up in the tree menu. Instead, I get
    nothing.
    HERE IS THE XML FILE, CALLED "groceries.xml":
    <catalog>
    <category name="Meat">
    <product name="Buffalo" cost="4" isOrganic="No"
    isLowFat="Yes"/>
    <product name="T Bone Steak" cost="6" isOrganic="No"
    isLowFat="No"/>
    <product name="Whole Chicken" cost="1.5" isOrganic="Yes"
    isLowFat="No"/>
    </category>
    <category name="Vegetables">
    <product name="Broccoli" cost="2.16" isOrganic="Yes"
    isLowFat="Yes"/>
    <product name="Vine Ripened Tomatoes" cost="1.69"
    isOrganic="No" isLowFat="Yes"/>
    <product name="Yellow Peppers" cost="1.25"
    isOrganic="Yes" isLowFat="Yes"/>
    </category>
    <category name="Fruit">
    <product name="Bananas" cost="0.95" isOrganic="Yes"
    isLowFat="Yes"/>
    <product name="Grapes" cost="1.34" isOrganic="No"
    isLowFat="Yes" />
    <product name="Strawberries" cost="2.5" isOrganic="Yes"
    isLowFat="Yes"/>
    </category>
    </catalog>
    HERE IS THE MXML FLEX FILE THAT ISN'T WORKING AS I'D LIKE IT
    TO:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" initialize="initializeHandler(event)" width="240"
    height="340">
    <mx:Script>
    <![CDATA[
    import mx.collections.XMLListCollection;
    import mx.collections.ICollectionView;
    import mx.controls.List;
    private function initializeHandler(event:Event):void {
    textService.send();
    private function resultHandler(event:Event):void {
    myTree.dataProvider = textService.lastResult.catalog;
    ]]>
    </mx:Script>
    <mx:HTTPService id="textService" url="groceries.xml"
    result="resultHandler(event)" />
    <mx:Tree id="myTree" labelField="@name" showRoot="false"
    x="20" y="20" width="200" height="300" />
    </mx:Application>
    Any help is deeply appreciated.

    You must specify a resultformat of e4x. The default
    resultFormat is object. Object only works when you have a very
    simple xml structure that can be consistently represented as a set
    of objects.

  • ADF Tree Menu : ADF Demo

    Hi
    The use case I am trying to solve is a tree menu that allows users to navigate through their system. The tree menu must remain visible and maintain it's state while the user navigates through the system.
    The online ADF demo is exactly what I need as an example, but the downloaded version I have uses tabs instead of a tree menu. Is the online demo and the download version the same or am using an old version of the demo?
    Thanks.

    Leond,
    OK - I installed the demo locally and ran index.jspx, added gallery=true to the URL and did see the tree menu. (downloaded from the link on [url http://www.oracle.com/technology/products/adf/adffaces/11/doc/demo/adf_faces_rc_demo.html]this page
    In poking around, the tree menu is implemented as a declarative component. The source for it is in templates\pageTemplateDefs\componentGallerySideBar.jsff. As you look deeper, you'll see that there is a menu model that stores the selected item as well as disclosure state.
    Hope this at least gets you going.
    Regards,
    John

  • Dynamic Tree menu with checkbox

    Dear Boss
    Now I am in a problem for some task. But I have not ever done these. Please help me if you possible for you. I need a tree menu in java which has the following attributes:
    v This check box will implement on Oracle form
    v Checkbox Event tracking
    v On check event data will save in database
    v On check event text item of form will be re-query
    I am looking for your reply
    Aktar Chowdhury

    Play around with it, it is simpler than you think! Add a spry menu to a page with a css menu on it, see how it is structured, then make the changes to get the results you want. A Spry menu uses a UL/LI structure very similar to that generated by css_menu, you just need to add a class to the LI.
    //CSS Dynamic Menus required file
    require_once('includes/cssmenus2/gwb_Menu2.inc.php');
    //Begin Menu1
      $Menu1 = new MX_Menu2('MenuBar1');
      $Menu1->setQuery($rs_Menu1);
      $Menu1->setPK("MenuID");
      $Menu1->setFK("ParentID");
      $Menu1->setNameField("MenuLabel");
      $Menu1->setTitleField("Tip");
      //URL parameters
      $Menu1->setLinkField("Link");
      $Menu1->setTargetField("");
      // Layout
      $Menu1->setLevel(-1);
      $Menu1->setSkin("MenuBarVertical");  <---------
    //End Menu1
    body
    <?php  // Dynamic CSS Menu 
      echo $Menu1->render();
    ?>
    css_menu2.inc.php
      foreach($this->DBItems[$id] as $key=>$val){
        $li_class = ' class="MenuBarItemSubmenu"';     <-----
        //the efective row

  • How to create a Tree menu?

    Hi,
    I need to create a tree menu navigation in ABAP dialog screen. How do i do it?
    Any guide / sample code for reference?
    Regards,
    Rayden

    Hi,
    I need to create a dialog screen that is split into left and right. The left hand side is a Tree navigation and the right hand side is an abap program. How do i achieve that?
    Regards,
    Rayden

  • How can I create tree menu (like windows explorer) in Portlet

    On my page I need a portlet which will be a tree menu (expandable and collapsable).Items in the menu are just URLs.
    EG: Main menu
    SubMenu1
    -Item11
    -Item12
    -Item13
    Submenu2
    -Item21
    -Item22
    -Item23
    I crated a menu portlet in 9iAS portal R2, But it is not able to expand or collaps inside the same region.
    When I clik on Submenu1 it open a new window and Items are dispayed on window. I do not want that, I need to see all items in a submenu at the portal region itself, then when I clik on that Item(URL) I wiil get that new page/file as per the URL.
    On the menu portel design/layout screen of Oracle9iAS portal, it looks good (with exand/collaps), I want the exact same functionality for the menu on my page region.
    Please give me a quick answer

    Hi,
    This is not possible with Portal right now. You can run the menu as a tree by clicking on the frame view icon at runtime of the menu in the full page mode. This is not possible on the page.
    Thanks,
    Sharmila

  • How to call an event from simple tree menu

    I have a simple tree menu that when I click on a menu item,
    id like a picture or other data to appear on the right side of the
    page.
    Thank you in advance,
    Jim

    The reason why it becomes zero when you press stop is that you selected the control to get the default value in the event structure if it's not connected. You can fix it by connecting it like I did in the first picture.
    To make it stop when you press the stop button you have to connect one stop button to the loop exit terminal. The reason for the sequence structure that I added is to make sure that the loop exits the first time you press the stop button, try removing it and you'll see what I mean.
    You have one additional problem. You rely on the x+1 output of the sub vi as an input for the next iteration. However, that is not reliable since if you can the subvi from somewhere else it might mess up the count. You're better of using a shift register and passing in the last value to the subvi in each iteration.
    Attachments:
    1.png ‏9 KB
    2.png ‏10 KB

Maybe you are looking for

  • IFileAttachmentPerms not working as a FeatureLockDown

    Okay, Assuming everyone has heard about the possible exploit in Adobe Reader where malicious code could be ran if you have "Allow opening of non-PDF file attachements with external applications" enabled (Under: Edit > Preferences > Trust Manager > "P

  • Export photos to iMovie

    Procedure to export photos (and video) to iMovie.

  • How to Get Barcode Report in Oracle Fusion Middleware.

    Hello Freinds, I am Using Oracle Reports 11g (Oracle Weblogic 10.3.3). I want to configure barcode report in this application server. Earlier in Oracle 10gAS it was oraclebarcode.jar file to enable the functionality. Please provide me the information

  • The problem about MouseListener,MouseMotionListener

    When I compile my program I face a problem with the compiled informatioin: XYZApp.java:137: DisplayPanel should be declared abstract; it does not define mouseDragged(java.awt.event.MouseEvent) in DisplayPanel class DisplayPanel extends JPanel impleme

  • Updated software now mail application won't work

    so as usual, I updated the software on My mac and laptop... it is version 10,6.8 and now my mail applications Version: 4.6 won't open. Says it is the wrong version to work with the software... this is the FIRST time I am unhappy with my Apple product