Hirarchical Tree Sorting in Developer 6i

Hi all,
I have created a hirarchical tree in the developer 6i and want to sort it alphabatically, any one who can help to solve this problem ?
bye
Hafeez

The sorting in the tree depends on how you populated it - so you need to get your SQL sorted as you wish

Similar Messages

  • Doubt in population of Hirarchical Tree List

    Hai Friends,
    I have Departments like IT,Sales,Market,Accounts in Employee Table.
    I have to populate employee names of all employees department wise in the
    Hirarchical Tree List.
    Initial Hirarchical Tree List
    =============================
    +IT
    +Sales
    +Marketing
    +Acctounts
    When Hirarchical Tree List expands
    ===================================
    - IT
    name1
    name2
    name3
    -Sales
    name1
    name2
    name3
    -Marketting
    name1
    name2
    name3
    -Accounts
    name1
    name2
    name3
    I tried with the code (copied from Forms Help ...) but when i run the form
    I am getting
         FRM-47321 Error(Data used to populate tree is invalid)
    CAN U GIVE CORRECT SOLUTION ..... URGEMT
    i need this population when ever form runs.(when-new-form-instance trigger of form)

    hi madhava,
    see below example:
    1) Start up Form Builder.
    2) Create a form (for example, hiertree).
    3) Create a block manually (for example, block).
    4) Create a canvas and go to the Layout Editor.
    5) Click on the hierarchical tree iconic button and click and drag
    it onto the canvas. This creates a tree item called, for example,
    TREE4.
    6) Create a record group (for example, RECORD_GROUP6) with the
    following code:
    SELECT 1, LEVEL, ENAME, NULL, TO_CHAR(EMPNO)
    FROM EMP
    CONNECT BY PRIOR EMPNO = MGR
    START WITH JOB = 'PRESIDENT'
    7) Go to the property palette of the record group and set the
    property "Record Group Fetch Size" to, for example, 20.
    8) Go to the property palette of the tree item, and select the name
    of the record group under the "Record Group" property.
    9) Go back to the Object Navigator and create a
    WHEN-NEW-BLOCK-INSTANCE trigger with the following code:
    DECLARE
    HTREE ITEM;
    V_IGNORE NUMBER;
    BEGIN
    --TO FIND THE TREE ITSELF.
    HTREE := FIND_ITEM('BLOCK.TREE4');
    V_IGNORE := POPULATE_GROUP('RECORD_GROUP6');
    --TO SET THE RECORD GROUP AND CAUSE THE DATA TO DISPLAY
    FTREE.SET_TREE_PROPERTY(HTREE, FTREE.RECORD_GROUP,
    'RECORD_GROUP6');
    END;
    10) Compile and run the form. Your tree with the information is
    displayed.
    Madhava guess me whom i am?
    good luck

  • Sort by Develop Adjustments

    I would like to be able to sort a set of photos by those that have Develop Adjustments and those that do not.  Is this easily done?  For now, I don't want to sort by the type of adjustment.....just whether or not an image has one.
    Thanks

    I was aware of the +- badge but didn't know about the smart collection "Un-Edited."  However, I do not see that "Un-Edited" smart collection.  There is a "Without Keywords" smart collection.  Is there a way to turn on/off these default ones?  I do have LR 4.0.
    Thanks
    P.S......by the way, about my question yesterday or the day before concerning my mismatch between my laptop Catalog settings and my desktop settings.....I didn't realize I had created so many HDR files on my laptop, along with their corresponding adjustment settings.  I was originally going to just forget about these and redo them on my desktop.  However, because there are so many, I think I'm just going to have to Export all of them on my laptop with the settings and reimport into my Desktop LR.  I'll just have to wait for my backup system to go through its paces and be patient while it does!

  • TextReader / Binary Tree Sorting

    Hello, I'm trying to run the code on the bottom half of the page on
    http://burks.bton.ac.uk/burks/language/java/jnotes/c11/ex112ans.htm
    but am getting the errors:
    cannot find symbol, symbol : class TextReader and Package TextReader does not exist.
    I don't understand what TextReadrer is, is it something I need to download or create?
    Sorry if the question is stupid, I've been trying to teach myself java the last couple of days and I can't find the answer anywhere.
    Also idealy I would like to sort a list of integers instead of words, how do I go about changing this?
    Thank you.

    lucymoon wrote:
    Also idealy I would like to sort a list of integers instead of words, how do I go about changing this?I failed to notice this part of your message.
    Here's a demo
    import java.util.*;
    public class Sorting
          public static void main(String[] args)
              List<Integer> ref=new ArrayList<Integer>();
              ref.add(1);
              ref.add(4);
              ref.add(2);
              ref.add(3);
         //     Collections.sort(ref);
              Iterator<Integer> it=ref.listIterator();
              while(it.hasNext())
                System.out.println(it.next());     
    }Run the code with the commented satement, observe te o/p.
    Then uncomment the statement and observe the o/p
    Bye and Regards,
    swapnaja

  • Tree/TreeTable component development in Oracle JDeveloper

    Hi
    I am newbie for building JSF components using Oracle ADF. We have some data from other application which needs displayed in hierarchical fashion - Tree structure. Can I sample application in this regard.
    Thanks
    sunder

    Thanks for the information, it was helpful.
    Can you provide similar startup where we need to display data from web services in tree table format. We will also require to render the cell with as a radio button/text.
    Thanks
    sunder

  • Has a way been developed using CVI to create a window similar to windows explorer's left pannel?

    I am trying to develop a way to creat a pannel similar to the left one in windows explorer. Are there any allready defined functions (similar to VB TreeView) that can do this in Lab Windows CVI?

    There has been a tree view control developed by a CVI developer that is available at http://welcome.to/cvi under the user-contributed files. In the future, CVI will support the use of ActiveX controls in CVI panels which will allow the use of Microsoft's TreeView control.
    Best Regards,
    Chris Matthews
    Measurement Studio Support Manager

  • Tree Object In Developer2000

    Hello to every one
    I am using developer2000 and i want to create tree object in only Developer2000 .how can i create Tree in Developer2000.
    Majid Niazi.

    i suggest u to use forms 6i but u can find demo in oracle forms 5 @
    <drivelocation>:\ORANT\TOOLS\DEVDEM20\DEMO\navwiz.fmb
    it will help u
    it is quite difficult to use treeview rather than forms 6i
    download this presentation this will help u and guide u how to create tree view on Developer 2000 ( Forms 5.0)
    http://www.rumken.com/ioug2000/455.ppt
    Message was edited by:
    Fiz Dosani

  • Yahoo astra tree (how to get nodeLevel)

    Hello,
    I'm trying to use yahoo astra tree component ( http://developer.yahoo.com/flash/astra-flash/tree/examples.html) , for abaut 2 weeks, but I've a huge problem, I cant manage a way of get the path frmo root to ne child level of the tree.
    I need something like
    node1
    node2
         subnode1
         subnode2
              subsubnode1
    node3
    node4
    when subsubnode1 is clicked, I need to have traced his path, node2.subnode2.subsubnode1
    How to get this result?
    Thanks
    Pluda

    hello,
    it seems no one uses these astra components.
    well, I think the issue is in this piece of code, I can't transverse the tree data, but I think this is the best way to get this working
    if(node.nodeLevel == 0) {
                global.v.pai = node.label;
            } else {
                trace(node.nodeLevel);
                var parentPointer:TNode = node.parentNode;
                if(parentPointer is BranchNode) {
                    global.v.familia = node.parentNode.label;
                } else {
                    while (!(parentPointer is RootNode)) {
                        parentPointer = parentPointer.parentNode;
    thanks

  • Python Server/Client Application Development

    Hey All!
    I am writing a basic proof of concept server/client application for a project I am working on.
    My goal is this:
    1) End user launches client.
    2) Client connects to server.
    3) User selects one or more files to send to server.
    4) Server saves a copy of each file.
    5) Server terminates connection.
    5) Server processes each file.
    6) Upon completion of the processing server sets a "processing completed flag."
    7) Client periodically checks with server for "processing completed flag."
    8) Client securely reconnects
    9) Client downloads processed files.
    I have no background in programming servers/clients so this will be a learning experience for me and the workflow described above may change as I learn more about how this all works. Currently my hope is to first implement a system that will stay connected while the files are processed and once I have a better understanding as to how that works I can add more complexity to the system.
    I will be writing this in Python 3.3 and the server will be hosted on a server which will (for now) be running Arch.
    This thread will act as a sort of development journal but feel free to comment or post suggestions. I will for sure have questions as I go along too!

    brettski wrote:Turns out the best way (so far as I can tell) is to go integer -> string -> byte and then byte -> string -> integer..
    Do you mean regular, non-byte strings? That cannot possibly be the best way to do it. It would be like using Russian as an intermediary language for translating Spanish to French.
    Maybe the following will set you on the right path:
    http://stackoverflow.com/questions/6187 … -in-python
    http://stackoverflow.com/questions/4445 … int-python
    Looking further, this is probably the right way to do it:
    some_int = 57
    bytes = struct.pack('i', bytes)
    sock.send(bytes)
    See http://docs.python.org/3/library/struct.html for details.
    As for threaded servers, you may find some useful examples here.

  • Regd Custom Workbench Development

    Hi Experts
    I am a novice to SAP ABAP. I am trying to create a workbench in terms of Object Navigator. I want few answers regarding its UI working. In the UI the picture that is getting displayed on the right of Menu tree (ABAP Workbench Development Picture) is resizing on expansion or collapse. And the subscreen area used for holding the screens are perfectly fitting screens of any resolution
    Whats the coding behind this? I analysed the coding related to object navigator but could not find any suitable answers. If someone can help me out it will be of great use since that one thing is spoiling the look and feel of my whole development
    Anticipating replies
    Thanks and Regards
    Anand Sekar

    Check out Image in Custom Control
    In short: use a creen with custom control object, set resize properties on control

  • Tree Population in COLLAPSED mode

    Hi All,
    I have a "hirarchical tree" based on a group ...i am populating the tree using POPULATE TREE procedure but whenever it populates it populates in expanded mode which gives a odd look while populating...so can I populate the tree in COLLAPSED mode?
    thanks

    Put status = -1
    for eg:
    This query will show the tree as collapsed
    select -1,level,ename,null,empno
    from emp
    connect by prior empno=mgr
    start with mgr is null
    --(-1 indicates status)
    Following query shows expanded
    select 1,level,ename,null,empno
    from emp
    connect by prior empno=mgr
    start with mgr is null
    Message was edited by:
            jeneesh                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Don't  Oracle SQL Developer show Object tables ?

    Hi
    when I create a table of an object in oracle the SQL Developer don't show it in Tables tree
    my mean is that SQL Developer don't show object tables that are defined in user_object_tables or dba_object_tables
    in Tables tree (while other tools such as PL/SQL Developer do it)
    do you know that is there any solution for showing object tables in Table tree in SQL Developer ?
    thanks

    Any updates on this? I have the same problem. "Types" only shows the object types, but not the tables based on these object types.
    Erwin

  • Sorting of JTreeTable

    Hi,
    I am using JXTreeTable component of swingx api. I created a treetable using FilesystemModel. The application is displaying the filename, size, filetype and properties in treetable component.
    I have two questions.
    1. How can I get the tree sorted on treetable header click ?
    2. How to get new files/folders loaded into the tree ?
    Any help and suggestion will be appreciated.
    Thanks

    Jtreetable does also not have getLastSelectedPathComponent() method. How can I get the selected node of the tree ?
    Thanks

  • Exception running Development Component on CE 7.1

    Hi Experts,
    I'm trying to develop a Development Component deploying on a trial version of CE 7.1 which is running on JDK 1.5. I'm compiling my application through JDK 1.6. As for testing purpose i have simply created a view and an application and not done any sort of development on the view(Simple Hello World!!! application).But every time i run my application it gives me an error saying:
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:664)
        at com.sap.engine.boot.loader.ResourceMultiParentClassLoader.loadClassLocal(ResourceMultiParentClassLoader.java:183)
        at com.sap.engine.boot.loader.MultiParentClassLoader.findClassInLoaderGraph(MultiParentClassLoader.java:312)
        at com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:271)
    I have also tried compiling the component using JDK version 1.5 and 1.4 as well but with no fruitful results. I have even tried making use of a lot of similar threads posted on SDN of which the solution given by most if to check the versions JDK that the server is running and the version that I'm using to compile the Component. This doesn't seem to work in my case.
    Please help me out with this!!!
    Thanks...
    Abhishek Goel

    Hi,
    I got the same error 6 months ago.
    When you installed the NWDS you selected the JDK 1.6 as the default JVM?
    If that was the case, then you need to uninstall your NWDS and reinstall it using the JDK 1.5.0_15 or later.
    The reason is that when you build your DC, it is builded with the JDK 1.6 but the server runs with JDK 1.5 and that's why the server throws the message java.lang.UnsupportedClassVersion: Bad version number in .class file.
    Hope it helps
    Regards

  • Available developer downloads for older versions of Photoshop?

    I am testing a custom plug-in for Photoshop.  I currenly have Photoshop CC, but I need to find versions of Photoshop CS4, 5, 5.5, and 6 for both Mac and Windows, in both 32- and 64-bit versions as appropriate.
    Is there some sort of developer resource for this?

    You can download the trial version of the software thru the pages linked below.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    http://prodesigntools.com/tag/ddl
    CS3 and CS4: http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html
    CS5: http://prodesigntools.com/all-adobe-cs5-direct-download-links.html
    CS5.5: http://prodesigntools.com/adobe-cs5-5-direct-download-links.html
    CS6: http://prodesigntools.com/adobe-cs6-direct-download-links.html

Maybe you are looking for

  • Ipod wont conect to itunes

    Im getting so frustrated with my ipod mini it conects to my comp. but it dosent show up on itunes so i cant update any of my songs and right now i have no songs on it because i reset it and i uninsaled then reinsald itunes but it still wont conect it

  • Bw 3.5 activation

    hi   i have tried to install  FI-AR  and FI-AP  from bc   but before that some of them was already  installed, so there was a problem , kindly guide me how  to resolve the problem,and what is the extract procedure of installing  BC content objects .

  • Profiling Problem & Web Authentication Proxy

    Dear All, I am facing problem with profiling of workstation over wireless network as ISE is marking these workstations as 'Unknown'. Whereas if I connect same workstation using wired connection then it gets profiled in the right category. Profiling f

  • Requriements for Adobe interactive forms on client

    Dear Adobe experts, What kind of requriements / software should where be installed on the end-users PC to get the Adobe interactive forms to work proberly. We wound like to use it together with web dynpro for ABAP as well. Are there any diffrences if

  • Nokia store and software update

    Hi my nokia asha 2055 doesn't want to access nokia store collections,my stuff etc....i've tried so many times to access it but it doesn't want to....and when i try to update the phone software it says,no new updates available what should i do?