Hey all. I am still old-chool CF5, should have access to CF7 this week. However, I have yet to get my head around cfscript, functions, and CFCs.
I am wanting to do a recursive thing. I have a table with FieldID, FieldName, ParentFieldID. I want to call all fields where ParentID = 0, then recursively call all fields where ParentFieldID = FieldID, then start over at thge next 0 value ParentFieldID. Currently, I am manually cflooping, no recursion. Is this possible in CF5, and if so, how? I wouldlike to know best practive with functions, but is it also possible without functions? Cheers, Chad --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
