Winston,

I think queryName.ColumnList will help you out (where 'queryName' is the name of your 
query).  It contains a comma-delimited list of all the column names returned by the 
query.  To do what you want you'll need an outer loop over your query results, and 
then an inner loop that goes over each item in the queryName.ColumnList and displays 
it's value (you'll need to use Evaluate() for this last part).

If you could, please post messages in plain text format, they're easier to read that 
way and take up less bandwidth. Thanks.

Hope that helps,
-Max


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to