Unless you use cfobject, you can't really do stuff like this in CF5. (<cf_shamlessplug>One more reason to ugprade to MX!</cf_shamelessplug>).
======================================================================= Raymond Camden, ColdFusion Jedi Master for Hire Email : [EMAIL PROTECTED] Yahoo IM : cfjedimaster "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Adams, Stephen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 17, 2002 9:44 AM > To: CF-Talk > Subject: RE: CFML tags available in CFSCRIPT > > > ********************************************************************** > WESTMINSTER CITY COUNCIL > Please refer to the disclaimer beneath this message > ********************************************************************** > > Oh, the reason I asked was I have just read Kevin Towes' > article "Using > ColdFusion Tags in CFScript", and he runs a query and dumps > the results from > within CFScript. I thought this is a great idea and > something I'd like to > do in CF5 to split my page processing from the html. e.g. > > <cfscript> > // do all the cf stuff here separately from html > </cfscript> > > <cfoutput> > html displaying results of above CF. > </cfoutput> > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 17 September 2002 14:36 > To: CF-Talk > Subject: Re: CFML tags available in CFSCRIPT > > www.houseoffusion.com/docs/cfscript.htm This is complete for CF5 other than UDFs. No CF tags can be used in CFSCRIPT and the functionality that does exist is limited to 'basic' syntax. CFMX has more to it including try/catch and the ability to access CFCs. > Hi, > > Can anyone tell me which CFML tags are available in CFSCRIPT. I know about > CFLIB.org and some of the functions that resemble the way some tags work, > but are there function that work the same way as CFQUERY and CFFILE for > example. I am using CF5 and I was wondering if I can get a list of CFML > tags that can be called in CFSCRIPT. ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

