You should be able to specify them just using the column label, i.e.
<cfoutput query="foo">
#label#
#objectID#
</cfoutput>
I would to default to using structures to return the data unless you really
need to use the query. You can use cfloop type="collection" to achieve
pretty much the same thing with structs. . .
One other tip- if you haven't used it yet, pass r_qObjects to the tag
cfa_dump-
<cfa_coGetM
datasource=".."
typeID=".."
r_qObjects="foo">
<cfa_dump var="#foo#">
Good Luck!
-charles
-----Original Message-----
From: josef [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 12, 2000 4:03 PM
To: spectra list
Subject: contentobjectgetmultiple - How to use r_qobjects
r_qobjects returns a query. How does one specify the fields when looping
through this output?
thanks
----------------------------------------------------------------------------
--
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.