Page 1 of 1

Regarding Tree Item

Posted: Sat Aug 05, 2006 2:47 am
by mirza_rehan
Any one have goood working experience on tree Item????

If Yes please reply.....

Best regards,
R E H A N M I R Z A
System Analyst / Senior Oracle Developer
Cell: +92-304-2120807

When ever you pray
Please remember me and my family

Posted: Fri Aug 18, 2006 4:27 am
by RiazAhmad
Yes i have a good experience. If have any query then contact at riazahmad82@hotmail.com msn messenger.



Thanx,

Posted: Fri Aug 18, 2006 5:18 am
by admin
I would really appreciate if you will also share all stuff here with all other members. thanks

Posted: Fri Aug 18, 2006 5:18 am
by Kashif
I have 3 tables.
First table's Primary key is the Foreign Key of 2nd table and 2nd table's Primary key is the Foreign Key of 3rd table.

I want to create Tree Item for these 3 tables.

Please post some sample code for 3 level Tree.

Best Regards.

Muhammad Kashif

Posted: Sat Aug 19, 2006 4:06 am
by mirza_rehan
Assalam-o-Alaikum

I have done lot of work on Tree Item now i have grip on it, any one need help please reply.

Dear, Admin inshaallah i will send you example as soon as possible.

Kasif please send me table structure so i will work on yours requirement.
I am waiting for your's reply

take care
Allah Hafiz

Best regards,
R E H A N M I R Z A
System Analyst / Senior Oracle Developer
Cell: +92-304-2120807

When ever you pray
Please remember me and my family

Posted: Sun Aug 20, 2006 9:09 am
by Kashif
Kasif please send me table structure
<b>Table 1</b>
Code Number(2) Primary Key
Tilte varchar2(35)

<b>Table 2</b>
Code Number(5) Primary Key
Title Varchar2(35)
Code_lvl_1 Number(2) Foreign Key (Table 1)

<b>Table 3</b>
Code Number(10) Primary Key
Title Varchar2(50)
Code_lvl_1 Number(2) Foreign Key (Table 1)
Code_lvl_2 Number(5) Foreign Key (Table 2)

Here is Structure of my Tables.
I want to Create Tree View for the ABove Tables

I want to Display only Titles in the Tree view. and i have no working experience on tree view.

Best Regards.

Muhammad Kashif

Posted: Fri Sep 01, 2006 8:13 am
by Kashif
<blockquote id="quote"><font size="1" id="quote"><b id="quote">quote:</b id="quote"></font id="quote"><table border="0" id="quote"><tr id="quote"><td class="quote" id="quote"><font size="1" id="quote">
Kasif please send me table structure so i will work on yours requirement.
I am waiting for your's reply

<i><div align="right">Originally posted by mirza_rehan

Posted: Fri Sep 01, 2006 8:13 am
by Kashif
<blockquote id="quote"><font size="1" id="quote"><b id="quote">quote:</b id="quote"></font id="quote"><table border="0" id="quote"><tr id="quote"><td class="quote" id="quote"><font size="1" id="quote">
Kasif please send me table structure so i will work on yours requirement.
I am waiting for your's reply

<i><div align="right">Originally posted by mirza_rehan

Posted: Fri Sep 01, 2006 8:14 am
by Kashif
<blockquote id="quote"><font size="1" id="quote"><b id="quote">quote:</b id="quote"></font id="quote"><table border="0" id="quote"><tr id="quote"><td class="quote" id="quote"><font size="1" id="quote">
Kasif please send me table structure so i will work on yours requirement.
I am waiting for your's reply

<i><div align="right">Originally posted by mirza_rehan

Posted: Fri Sep 01, 2006 8:14 am
by Kashif
<blockquote id="quote"><font size="1" id="quote"><b id="quote">quote:</b id="quote"></font id="quote"><table border="0" id="quote"><tr id="quote"><td class="quote" id="quote"><font size="1" id="quote">
Kasif please send me table structure so i will work on yours requirement.
I am waiting for your's reply

<i><div align="right">Originally posted by mirza_rehan

Posted: Fri Sep 01, 2006 8:48 am
by mirza_rehan
Assalam-o-Alaikum

Dear Kashif,
Please give me a time because i m on notice period...... i have a working load, because i am transfer my job to new person and also complete my some specified tasks......

hope you understand it.

Inshaallah i will send you yours requred form as soon as possible.....


take care
Allah Hafiz

Posted: Tue Sep 05, 2006 7:51 am
by Kashif
Sorry Forum Members.

Due to an error. This Problem occur. Every time when I Post my Reply it gives me error that reply can not be posted.

so the Threads is Showing more then One TIME.

Posted: Wed Sep 20, 2006 2:00 am
by mkhalil
I also exactly require the same. Please spare some time for us to provide a sample form using Hierarchical Tree. We would be thankfull to you and also provide us the link of tutorial.

Posted: Sat Jan 13, 2007 2:50 am
by riv_sax
Hi Kasif,
i looked at your table structure rather making it complex u try to denormalize u r structure ok. use
this table as master table ok
Table 1</b>
Code Number(2) Primary Key
Tilte varchar2(35)
then use the primary key of the above table as reference key for the table below
Table 2</b>
Code Number(5) Primary Key
Title Varchar2(35)
Code Number(2) Reference Key (Table 1)
and at last use the last table as detail table of the above table
Table 3</b>
Code Number(10) Primary Key
Title Varchar2(50)
Code Number(2) Foreign Key (Table 2)
Code Number(5) Foreign Key (Table 2)
hope u got my point
regards
rivon saxon
Kasif please send me table structure
<b>Table 1[/b]
Code Number(2) Primary Key
Tilte varchar2(35)

<b>Table 2[/b]
Code Number(5) Primary Key
Title Varchar2(35)
Code_lvl_1 Number(2) Foreign Key (Table 1)

<b>Table 3[/b]
Code Number(10) Primary Key
Title Varchar2(50)
Code_lvl_1 Number(2) Foreign Key (Table 1)
Code_lvl_2 Number(5) Foreign Key (Table 2)

Here is Structure of my Tables.
I want to Create Tree View for the ABove Tables

I want to Display only Titles in the Tree view. and i have no working experience on tree view.

Best Regards.

Muhammad Kashif

<i><div align="right">Originally posted by Kashif