The problem with these type of org charts is that when a level has many members it becomes very large for the screen. We had precisely that problem where our support department has about 200 people and you end up scrolling right.
The solution, for us, was to use theActiveX Tree Control which installs with IE. We used a two frame page. The left column contains the tree, the right the employee info. That way you can see all the direct reports. We also added a search box to search the tree and open the correct leaf and hightlight the match. It's all database driven using recursion to populate the tree. Frank Mamone ----- Original Message ----- From: "chris.alvarado" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 03, 2002 12:42 PM Subject: RE: CF - Web Based Org Charts > Here is something I just through together, > > This is not Dynamically driven yet. > > But soon will be. > > All this really is, is an XSL style sheet applied to an XML Document, > and some VML elements thrown into the XSL document. > > http://www.squidinc.com/intranet/sales/results.htm > > -----Original Message----- > From: Dan O'Keefe [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 03, 2002 11:15 AM > To: CF-Talk > Subject: RE: CF - Web Based Org Charts > > > Where id you find the examples? > > Dan > > -----Original Message----- > From: chris.alvarado [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 03, 2002 12:10 PM > To: CF-Talk > Subject: RE: CF - Web Based Org Charts > > > Actually, an update; > > I found some nice examples of doing just this is XML / VML so I have > decided persue this route. > > Yes this solution will only work in IE 5 and up, but luckily this is for > a an intranet so that is one of the requirements we alreasy have in > place. > > Thanks for everyone's feedback! > > -chris.alvarado > > -----Original Message----- > From: Nick de Voil [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 03, 2002 10:49 AM > To: CF-Talk > Subject: Re: CF - Web Based Org Charts > > > Chris > > > A new client project of mine is going to requires some sort of dynamic > > > web based Org Chart creation. > > > > Preferably a package that will integrate with CF. > > > > It would be nice if the interface were somewhat drag and drop. > > Fig Leaf had a rather cool demo of exactly this based on Flash back in > the Harpoon days (about 18 months ago) > > Nick > > > > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

