Tree, Parent-Child structure

i hope there is a way to create a Parent-child relationship application.
For example, i need to create an

Organization structure
CEO > VP > Asst. VP > Senior Manager > …

Department Structure
Division > Department > Sub Department > Groups …

SC would be so cool if possible to use the GUI app to create Parent-Child relationship and update a backend table, TREE_TABLE

Table: TREE_TABLE
Fields:

  • PARENT
  • CHILD
  • Descr…

Kindly advise if possible to integrate with existing PHP class/framework

Thanks

Yea
It’s called a nested grids

I have a 5 later nested grid app
Company>state>hospital>dept>contact

But if you are looking for an org chart
Sc isn’t the application I would use
I had to do that and there are better choices

Kev

recently i really hoooked up with SC.
i hope to achieve something like
http://www.umbc.edu/delta/support/finance/modules/Tree%20Viewer_files/image039.jpg

Perhaps generating through code a tree menu?

Check out menu macros: http://www.scriptcase.net/docs/en_us/manual_mp.htm#scriptcase-macros/scriptcase-macros

regards,
Bernhard Bernsmann

[QUOTE=bartho;24556]Perhaps generating through code a tree menu?

Check out menu macros: http://www.scriptcase.net/docs/en_us/manual_mp.htm#scriptcase-macros/scriptcase-macros
[/QUOTE]

Thanks for the reply, but it doesn’t generate TREE records into DB as what i am aware, also not able to queries the parent-child relationship via SC macro