Hierarchical Tree IN Oracle FORMS6i and oracle 9i

Hi ,
I have written all the scenarios as follows. Please write in steps to do this.
I have the follwing scenario to create the hierarchical tree.
The display is as follows when the user comes to this screen.
CTRLBLK1 CTRLBLK2
SCOTT This block is hidden
John
The way I want it when the user is clicking scott it is displaying the records in the other block
the full tree expanded not collapasble.
Scenario1
CTRLBLK1 CTRLBLK2
SCOTT President
VP
Manager
Same is over here in scenario2
Scenario2
CTRLBLK1 CTRLBLK2
John President
VP
Manager
Clerk
The tree should be displayed not collapsed. What is way to do the above
in forms. I tried to do the way suggested in OTN. But i didnot reached to the solution.
The way I want it when the user is clicking scott it is displaying the records in the other block
the full tree expanded not collapasble.
Pls help.
Thanks,
PS

1) create a item Hierarchical Tree,
ANS: The tree is created
2) put this to pull in data to the Tree
DECLARE
l_query VARCHAR2(500);
BEGIN
l_query := '';
FTREE.SET_TREE_PROPERTY ( c_tree_blk_item_nm, FTREE.QUERY_TEXT, l_query );
FTREE.POPULATE_TREE ( c_tree_blk_item_nm );
go_node ( c_tree_root_node );
IF FTREE.GET_TREE_PROPERTY (c_tree_blk_item_nm, FTREE.NODE_COUNT ) = 1 THEN
po_found := FALSE;
ELSE
po_found := TRUE;
END IF;
END;
Ans: I wrote this code in WHEN_NEW_FORM_INSTANCE trigger. But the code didnot got compiled . I did cut and paste of query too.
Pls help me in defining the c_tree_blk_item_nm and go_node ( c_tree_root_node ). I was thinking some code of this type would work.
The code itself didnot got compiled. It didnot ran.
3) put this coding into WHEN-TREE-NODE-SELECTED trigger under the item, this is to populate the data to other block when u select the tree node.
IF :SYSTEM.TRIGGER_NODE_SELECTED = 'TRUE' THEN
GO_BLOCK ( 'BK_AGT' );
EXECUTE_QUERY;
SYNCHRONIZE;
end if;
BK_AGT is the 2nd control block .
Help me in solution for this scenario in creating the hierarchical tree in forms6i.
-KJJJ

Similar Messages

  • Oracle forms6i and Oracle server 10G compatability

    Does anybody know if I can run 6i forms with 10G server?

    Not sure about 10g Rel 2 (I didn't try it). I used Forms 6i with 10g Rel 1 without problems.
    But be aware that, anyway, the combination is not certified.

  • Oracle Spatial and Oracle Forms

    Hi,
    Does anyone have experience with Oracle Spatial and Oracle Forms?
    I have generated a form, which is based on a view. The view uses the mdsys.sdo_relate operator. Somehow I am unable to get the form to perform (to get one record it takes over 20 minutes). While useing sql-navigator to process the same statement it seems no problem. The query that also uses the view, is then processed in 10 seconds.
    I also noticed that when text-functions like ' lower' of ' upper' are used to query the view, the query is processed within 15 seconds. If I don't use ' lower' or ' upper' it takes a long time (> 20 minutes) to process the query. Is it possible that this causes the bad performance of the form?
    On metalink I have found that forms and spatial do not cooperate because of the pl/sql version that
    forms6 uses. There is no solution presented, does anyone know of a work around?
    My configuration is:
    Oracle 8.1.7 on WIN2K @ PIII-800Mhz 256 Mb memory.
    Formsbuilder 6
    If requested I can post the queries that I have made.
    With regards,
    Gerjan Walrecht
    [email protected]
    null

    Hello Priya,
    Look into the following.
    1. Book - Pro Oracle Spatial for Oracle Database 11g by r. Kothuri, A. Godfrind, E. Beinat. This book provides a nice introduction on Oracle Spatial concepts and have examples.
    2. Look at the Oracle Spatial & Graph User Guide
    2. Book - Applying and Extending Oracle Spatial by S. Greener and S. Ravada. This book provides hands on information for advanced oracle spatial application developers. Practical guide on hands-on examples, Data models and  develop cross-vendor database solutions.
    3. This oracle spatial forum, once you understand these concepts.
    In the future consider Certification on Oracle Spatial 11g Certified Implementation Specialist.
    Best
    Navaneet

  • Select query differences between oracle 9 and oracle 8.

    Hi,
    I have a problem using the select query between oracle 7 and oracle 9i I don't have the same result :
    ex:
    With oracle7
    SQL> select 'champ1','champ2' from DUAL;
    'CHAMP 'CHAMP
    champ1 champ2
    With Oracle 9
    SQL> select 'champ1','champ2' from DUAL;
    'CHAMP1' 'CHAMP2'
    champ1 champ2
    So Can someone tell me how to solve this problem ? Is there a parameter in oracle 9 to set?
    Thanx.

    Whenever you are posting anything over internet forums like this - you should be very careful about not just posting the details which requires to solve the problem - also should be sensible about your question.
    This is not at all desired when you are posting such question. It may be because - you may not well aware of the fact.
    My suggestion is -> First Go through the basics Of SQL in general.
    Then go for any specific product like Oracle/ SQL Server/ Sybase etc.
    And, finally learn the advanced commands of that DB.
    You asked it - may be you thought the difference in output in terms of lines. But, that is not your actual output. That is the graphical display part only.
    Anyway,
    You can get the quite familier output by first type the following command ->
    set lin 310Regards.
    Satyaki De.

  • What are the major differences between oracle 10g and oracle express 10g

    Hi
    Can anyone tell, What are the major differences between[b] oracle 10g and oracle express 10g.
    Or if you know any URL, then please do let me know.
    Advance Thanks
    JC

    Dear sir,
    here it is.
    http://www.oracle.com/database/product_editions.html

  • Differences in NLS_LANGWE8ISO8859 between Oracle 8i and Oracle 9i or higher

    Are there any differences in NLS_LANG WE8ISO8859P1between Oracle 8i and Oracle 9i or higher?
    please, there is a document that explains what.
    thank you very much.

    Ok,      
    I want to know whether there was any difference when using this NLS_LANG between 8 and oracle 9.
    I read many documet about unicode, but i want to know this question.
    If NLS_LANG is a standard there isn´t changes between the to versions.

  • Is it possible to import and export dump between oracle 9 and oracle 11?

    Is it possible to import and export dump between oracle 9 and oracle 11?
    Source DB : Oracle 11g(unix0
    Oracle client : Oracle 9(Windows)
    Export import utility : Oracle 9's
    Destination DB : oracle 9

    I am getting the Following Error and export utility is not responding after this.
    Export: Release 9.2.0.1.0 - Production on Thu Jul 15 14:37:01 2010
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    server uses AL32UTF8 character set (possible charset conversion)

  • Differences between Oracle BAM and Oracle BI and Question BAM  Data Objects

    Hi,
    I have two questions.
    1. Can someone tell me differences between Oracle BAM and Oracle BI?
    My understanding about Oracle BAM is, we use BAM to build Dashboards or Reports.
    We can also build DashBoards or reports using Oracle BI.
    I am not able to understand why Oracle has two tools for same purpose?
    Which tool is more powerful and user friendly(Oracle BI or Oracle BAM)?
    2. Every time we plan to develop Dashboard or report in BAM, we need to create BAM ADC Data Object to store Data (i.e first step is to get data from external database or application and second step is to store data in BAM ADC data object).
    My understanding is we have an extra step(i.e creating Data Object) in Oracle BAM to develop a report or DashBoard
    I am wrong pl correct me?
    Regards,
    Shanti Nagulapalli.

    Oracle 11g has many advanced features in PL/SQL over Oracle 9i.
    refer here,
    http://www.oracle.com/technetwork/database/features/manageability/9i-to-11g-real-world-customer-exper-133754.pdf
    http://www.oracle.com/global/de/upgradecommunity/artikel/upgrade11gr2_workshop2.pdf
    http://www.compuworks.com/events/view/233.pdf
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getCourseDesc?dc=D52601GC10&p_org_id=15942&lang=US
    Thanks

  • Oracle 8i and Oracle 9i On Redhat 7.1

    I have installed oracle 9i on SuSe 7.1 and Mandrake 8.0 successfully!!But when I want to install Oracle 8i and Oracle 9i on Redhat 7.1,it goes wrong! All installtion was successful.The last step is Link Pending and errors come~~~~:"Error in invoking target toolsinstall of make file /soft/oracle/product/9.0.1.0.0/ldap/lib/ins_ldap.mk".
    See the graphic:http://211.100.12.66/oracle.htm

    Go to www.oracle.com.
    click on downloads in the upper right.
    Select 8i Enterprise edition in the select product box.
    select 8.1.7 for linux.
    You should see the glibc patch on this page.
    you will need a userid and password to the oracle technology network, but these are free if you do not have one.
    Thanks
    Don

  • Oracle Clusterware and Oracle Real Application Clusters Install Guide

    I've downloaded the latest "Oracle Database - Oracle Clusterware and Oracle Real Application Clusters Install Guide - 10g Release 2 (10.2) for HP-UX PA-RISC" (part no. B14202-01) dated August 2005 from OTN. I'm getting the following error when opening the pdf file in Adobe Reader:
    "Cannot extract the embedded font 'PEPPLC+Palatino-Italic'. Some characters may not display or print properly."
    When I print the manual, I get blank pages throughout the document which, in my opinion, should contain text and don't. Specifically pages 1-11, 2-5, 2-19, 2-24, 2-33, 3-5, 3-19 to name a few. When I go to those pages within the pdf file in Adobe Reader, I get the error: "There was a problem reading this document (114)."
    Can you verify this problem on your end. Also, how do I get a good copy of this document?

    Hi!
    Apologies for the delay in responding to you. Please try the documentation library, part B19306-01 at URL: http://www.oracle.com/technology/documentation/database10gR2.html. Search for the part B14202-01 and click: pdf at top right. Part B14202-01 documentation pdf is currently displaying and printing on this end. The blank pages at the end of each main topic are inserted on purpose.
    Another link to part B14202-01, on OTN is under the OEM, Oracle Enterprise Manager 10g Release 2 (10.2): http://www.oracle.com/pls/db102/portal.portal_db?selected=21
    Thank you for your comments and feedbacks. Its much appreciated.
    Main OTN, documentation URL: http://www.oracle.com/technology/documentation/index.html
    Regards,
    Chao

  • Architectural Difference between Oracle 8i and Oracle 9i

    hello there
    anybody can tell me precisely what is the architecture difference in Oracle 8i and Oracle 9i.
    or provide me the link where i can get it.
    waiting for reply

    What do you mean by "architectural differences"? Fundamentally, Oracle architecture hasn't changed a whole lot in a couple of decades. Certain implementations within the overall Oracle architecture will change over time, normally to support some new feature.
    Locally managed tablespaces, for example, automatic segment space management, and automatic extent allocation are pretty important new features, but they don't fundamentally change the architecture of allocating space for objects to store data.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Comparison of Oracle 8i and Oracle 9i

    Hello everyone,
    I would like to know all the diferences between the Oracle 8i and Oracle 9i.The diference in features of these 2 versions and the technical difference between the two. If anywhere the data type gets changed between the 2 versions, that also please let me know
    I am going to create a database which is being flooded with lots of data and each table having millions of rows.Please suggest me the optimal software.
    I had designed the structure keeping in mind the Oracle 8.
    thanks
    Rishi

    Is this what you are looking for:
    http://otn.oracle.com/docs/products/oracle9i/doc_library/901_doc/server.901/a90120/toc.htm
    http://download-east.oracle.com/docs/cd/A87860_01/doc/index.htm

  • Can I have both Oracle 8i and Oracle 9i servers on a s Solarix Box

    Can I have both Oracle 8i and Oracle 9i servers installed on a single Solaris box !? Or say .. any other flavour of unix
    Thanks in advance.
    ---Srini

    Yes! By all means, you can.
    You will just have to install Oracle under different directories for different versions and set the ORACLE_HOME accordingly.

  • Diff between oracle 8i and oracle 9i

    difference between oracle 8i and oracle 9i interms if architecture wide any other differences.

    difference between oracle 8i and oracle 9i No difference. These are both:
    1. very old
    2. coming form the "i" post-fix era
    3. in dire need for an upgrade to 11g (although we are also still on 9i and keep postponing upgrades, sigh :-( )

  • Difference between oracle 8i and oracle 10g

    Hi,
    i need to know the difference between oracle 8i and oracle 10g. Also, to know the depreciated and delimited features in oracle 10g, as compared to oracle 8i.
    Earlier response is appreciated.

    Differences between 9i and 10g are detailed here: http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14214/toc.htm
    Differences between 9i and 8i are detailed here:
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96531/toc.htm

Maybe you are looking for

  • So what exactly does it take to qualify a phone as "Certified Like-New"?

    ...verify the phone turns on and then ship it out? I've had a Droid since launch...its been in a case and screen protector since day one and I take pride in keeping it (and all my other electronics) in mint condition. When I installed 2.2 last month,

  • How do I get subscribed calendar events to show on my iPhone 4?

    I have a subscribed calendar in iCal on my desktop that shows up in the list of iCloud calendars on my iPhone, but none of the events actually show up on my iPhone even though that calendar is selected to show its events.  How can I fix this?  It's r

  • How to recover from a HD crash?

    I recently suffered from a hard drive failure due to problems with the known monitor will-not-wake-from-sleep issue. My problem now: Since Garageband came preinstalled on my Mac when I bought it, I have no installation CD or serial number. My new HD

  • Standard queries SD/MM FI/CO in xls

    A customer asks me to show all the standard business content queries in the SD /MM and FI/CO area . In the service marketplace and in the help sap i have found only the queries with technical details of the different infobjects/ KF /structures etc. I

  • CJ20N: handle Z table's related to project and wbs element

    Hi there, The requirement is to handle Z table for project and wbs element. Example: ZTAB1 has fields: pspnr | field1 | field2 (for projects) ZTAB2 has fields: pspnr | field3 | field4 (for wbs element) I found an enhancement that can read z table int