Just thinking out loud here, but is there any way in a function to call an external page, i.e cfhttp ? You could then pass params to that page as though it were a function which will do the database work.
-----Original Message----- From: Paul Johnston [mailto:[EMAIL PROTECTED] Sent: 03 December 2003 15:05 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] CF5 and functions/script > If all the code is running inside a function then your > buggered. You need CFMX to do that. If it's feasable, you > could encapulate the function in a custom tag so control is > passed from the tag to the function for certain tasks, then > back to the tag for database work. Thanks. Was just wondering if anyone had come up with a solution for this (although obviously not!). Hate using Custom Tags in fact. Far prefer just to use functions, cfincludes and caching and session storage than Custom Tags. Just me I suppose! Paul -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
