I am using IE, but it should be cross browser compatible.  If it can't be, 
then I'll just explain to the powers that be that it can't be...
Would you have any examples of building such a control?

At 01:15 PM 1/8/01 -0500, you wrote:
>What web browsers does you support?  If you use IE, you can easily build an
>XML based tree control to contain your information...
>
>
>-----Original Message-----
>From: Joe Sheble aka Wizaerd [mailto:[EMAIL PROTECTED]]
>Sent: Monday, January 08, 2001 12:41 PM
>To: CF-Talk
>Subject: Hierarchial Display
>
>
>I am able to retrieve hierarchial data just fine using a nested custom tag,
>and this tag populates a query for me with the data.  However, I'm having a
>real problem with trying to figure out how to display it.  Here's an
>example of the data:
>
>00000325 - Thomas - Graf -
>00000645 - Robert - Nudo - 00000325
>00001392 - Joseph - Sheble - 00000325
>00000937 - Kimberly - Walters - 00001392
>00000674 - Lisa - Perez - 00000937
>00001450 - Jerome - Horowitz - 00000325
>
>
>And I'd like it displayed thus:
>
>00000325 - Thomas - Graf -
>- 00000645 - Robert - Nudo - 00000325
>- 00001392 - Joseph - Sheble - 00000325
>---- 00000937 - Kimberly - Walters - 00001392
>-------- 00000674 - Lisa - Perez - 00000937
>- 00001450 - Jerome - Horowitz - 00000325
>
>However, there's no limit to the hierachy depth...  any ideas?
>
>
>Joseph E. Sheble
>[EMAIL PROTECTED]
>========================
>Wizaerd's Realm
>http://www.wizaerd.com
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to