John, who's note are you replying to? Did you read the entries I pointed to about solving common problems in returning data from CFML to Spry? If you're saying you can call this from the browser, then the problem does seem it would be one of the issues I'd raised. Just can't tell since you're not indicating whose not you're replying to.
/charlie http://www.carehart.org/blog/ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, August 24, 2006 2:14 PM To: [email protected] Subject: Re: [ACFUG Discuss] Feeling a little SPRY <cffunction name="getcarts" access="remote" output="true" returntype="any"> <cfquery datasource="#adsn#" name="DBpull"> SELECT *stuff* FROM *somewhere* LEFT JOIN *something* on *something* LEFT JOIN *something* on *something* LEFT JOIN *something* on *something* </cfquery> <cfscript> bReturn = querytoxml(DBpull); </cfscript> <cfreturn breturn/> </cffunction> theres the function .... ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com ------------------------------------------------------------- ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
