Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Apex tree based upon page item

2785384Feb 12 2015 — edited Feb 13 2015

I have an application that has a table where records can be child records of others in the table. Our staff need to see the graphical relationship between these. I want to use the tree capabilities within Apex to do this but base the starting point upon a selection on another page by sending the ID to a hidden item on the tree page. Is this possible and how can it be done?

The results should look something like this:-

Tree example.PNG

I used the D Tree plugin with the following code to create this.

Tree code.PNG

Comments

593443
The mainpage promises "The initial plugin supports the ability to connect to Oracle Databases (Oracle 9iR2 and Oracle 10g),"

which is partially true.

You can connect to a 9i database thru the 10g driver but you won't see any addtitional information about the database which is quite weak.

Guys from Oracle, please add an addtional 9i connector!
594678
possibly that's the source of the prob i have with not displayed stuff like database links in 9i
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 13 2015
Added on Feb 12 2015
3 comments
326 views