Hey - I fooling around with CFTABLE (for modeling purposes only - no slaming
please)
I want to loop over a cfcol to populate the table - 

Something like this:
<cftable query="GetTable"
         colheaders
         htmltable
         border>

<cfloop list="#GetTable.ColumnList#" index="i">  
        <cfcol text="#i#" width="30" align="CENTER">
</cfloop>

</cftable>


CF won't let me loop inside the table (Only CFCOL is permited inside the
cftable....so it says..

I want to output the whole query - I'd like to be able to do this without
haveing to look up the field names and type them..
is there a way to do this??

TIA

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to