Re: Recursion Output Help

2008-07-24 Thread Gerald Guido
Did you look at this:
http://nstree.riaforge.org/

On Thu, Jul 24, 2008 at 1:36 PM, Mark Leder [EMAIL PROTECTED] wrote:

 Hi All,



 Been working on a recursion output for several days now without success.
 Using a single category table with ID, Name, ParentID.  The nesting is up
 to four layers deep.  Problem is, I want to tie the results set to
 documents
 that have been posted, with the categoryID referencing the documentID.  And
 only showing those collapsable tree elements that have documents (without
 breaking the tree).



 If anyone is open to assisting with display output, for fee, I'd greatly
 appreciate it.  I don't care about what format the display takes (flash,
 html, jquery, extjs, etc.) as long as it loads reasonably quickly.  Need to
 do this pretty quickly, by mid-next week.   Can show you all the params via
 webex.  Using CF8 and MS-SQL 2000.



 Contact me off list if your interested.  EDT Time zone.



 Thanks,



 Mark




 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309642
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Recursion Output Help

2008-07-24 Thread Mark Leder
I did.  Couldn't figure out that logic + tree breaks when I only want to
return nodes and levels that correspond with documents/db listings on the
server.

-Original Message-
From: Gerald Guido [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 2:09 PM
To: CF-Talk
Subject: Re: Recursion Output Help

Did you look at this:
http://nstree.riaforge.org/

On Thu, Jul 24, 2008 at 1:36 PM, Mark Leder [EMAIL PROTECTED] wrote:

 Hi All,



 Been working on a recursion output for several days now without success.
 Using a single category table with ID, Name, ParentID.  The nesting is
up
 to four layers deep.  Problem is, I want to tie the results set to
 documents
 that have been posted, with the categoryID referencing the documentID.
And
 only showing those collapsable tree elements that have documents (without
 breaking the tree).



 If anyone is open to assisting with display output, for fee, I'd greatly
 appreciate it.  I don't care about what format the display takes (flash,
 html, jquery, extjs, etc.) as long as it loads reasonably quickly.  Need
to
 do this pretty quickly, by mid-next week.   Can show you all the params
via
 webex.  Using CF8 and MS-SQL 2000.



 Contact me off list if your interested.  EDT Time zone.



 Thanks,



 Mark




 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309658
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Recursion Output Help

2008-07-24 Thread Gerald Guido
I have a simple recursion example that I used a menu-ing system few years
back. Perhaps it may help.

http://mgt.pastebin.com/f4ff2f94f

On Thu, Jul 24, 2008 at 2:39 PM, Mark Leder [EMAIL PROTECTED] wrote:

 I did.  Couldn't figure out that logic + tree breaks when I only want to
 return nodes and levels that correspond with documents/db listings on the
 server.

 -Original Message-
 From: Gerald Guido [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 24, 2008 2:09 PM
 To: CF-Talk
 Subject: Re: Recursion Output Help

 Did you look at this:
 http://nstree.riaforge.org/

 On Thu, Jul 24, 2008 at 1:36 PM, Mark Leder [EMAIL PROTECTED] wrote:

  Hi All,
 
 
 
  Been working on a recursion output for several days now without success.
  Using a single category table with ID, Name, ParentID.  The nesting is
 up
  to four layers deep.  Problem is, I want to tie the results set to
  documents
  that have been posted, with the categoryID referencing the documentID.
 And
  only showing those collapsable tree elements that have documents (without
  breaking the tree).
 
 
 
  If anyone is open to assisting with display output, for fee, I'd greatly
  appreciate it.  I don't care about what format the display takes (flash,
  html, jquery, extjs, etc.) as long as it loads reasonably quickly.  Need
 to
  do this pretty quickly, by mid-next week.   Can show you all the params
 via
  webex.  Using CF8 and MS-SQL 2000.
 
 
 
  Contact me off list if your interested.  EDT Time zone.
 
 
 
  Thanks,
 
 
 
  Mark
 
 
 
 
 



 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309674
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4