Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFLoop Index and CFoutput

Status
Not open for further replies.

rosn459

Programmer
Sep 18, 2003
37
US
I need to display the various field/column names from various SQL tables. To do this I use:
<CFLOOP INDEX=&quot;FieldName&quot; LIST=&quot;#tbl.ColumnList#&quot; DELIMITERS=&quot;,&quot;>

Within this, I want to only display twenty columns/fields on my page. I usually rely on cfoutput statements or cfloop query statements. But, I have been unable to use these within my cfloop tag.

Any ideas?
 
Nevermind. I answered my own question. I've included an array within each of my indexed loops. Works like a charm! If anyone's interested, I will post a sample code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top