If a method returns a query, you can’t just do this can you:

 

<cfoutput query=”Instance.returnQuery()”>

 

You have to do it in 2 steps:

 

<cfset instanceQuery= Instance.returnQuery() />

<cfoutput query=”instanceQuery”>

 

Right?

 

 

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com).

An archive of the CFCDev list is available at www.mail-archive.com/[email protected]

Reply via email to