Could you show us your *real* code since what you have won't actually
output anything dynamic at all?

On 6/4/05, Chad Renando <[EMAIL PROTECTED]> wrote:
> Hey all.  I am looping through one query to create rows in a table,
> and then, due to the first query having dynamic column names, looping
> through another to create the columns.  So:
> 
> <cfloop query="MyRowQuery">
>      <tr>
>           <cfloop query="MyColumnQuery">
>                <td>Stuff</td>
>           </cfloop>
>      </tr>
> </cfloop>

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to