Recursion and Breadcrumbs

2003-11-24 Thread Jake McKee
After searching high and low, I've found quite a few discussions about using recursion to create breadcrumbs, and other nested "categorical" info. It seems to be a pretty common question, and I would expect that there is a common solution out there, but I can't seem to find one. I'm trying to dis

RE: Recursion and Breadcrumbs

2003-11-24 Thread Hagan, Ryan Mr (Contractor ACI)
t; -Original Message- From: Jake McKee [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 1:51 PM To: CF-Talk Subject: Recursion and Breadcrumbs After searching high and low, I've found quite a few discussions about using recursion to create breadcrumbs, and other nest

RE: Recursion and Breadcrumbs

2003-11-25 Thread Dominik Schlaepfer
, 2003 7:51 PM To: CF-Talk Subject: Recursion and Breadcrumbs After searching high and low, I've found quite a few discussions about using recursion to create breadcrumbs, and other nested "categorical" info. It seems to be a pretty common question, and I would expect that there is a

RE: Recursion and Breadcrumbs

2003-11-25 Thread Dominik Schlaepfer
Jake No it does not! In the lower section of the article, just over the source code of the recursive Custom Tag, it is written: "To get to put the items in any other order, you would have to completely reorganize your database, and nobody wants to do that.  An alternative to hours of swapping Ite

RE: Recursion and Breadcrumbs

2003-12-03 Thread Andre Turrettini
Jake, I did something that might help you.  Its a recursive function that uses one db call.  You can see it at work by creating an account and creating a survey here.  www.surveys.theanticool.com .  The interface to create the survey uses only ie at this point(I know I know!).  You can see the res