yes... <table> <cfoutput query="abc" group="column"> <cfoutput> <tr> <td>#abc.col1#</td> <td>#abc.col2#</td> <td>#abc.col3#</td> <td>#abc.col4#</td> </tr> </cfoutput> <tr> <td colspan="4"> </td> </tr> </cfoutput>
On 11/27/06, Torrent Girl <[EMAIL PROTECTED]> wrote: > But can I use your sample and place it in a table with rows? > > > > >Ah you are using it wrong. When doing grouping you have 2 sets of cfoutput: > > > ><cfoutput query="foo" group="payment_id"> > > this shows up once per payment id<br> > > <cfoutput> > > this shows up once per row > > </cfoutput> > > > ></cfoutput> > > > >On 11/27/06, Torrent Girl <[EMAIL PROTECTED]> wrote: > >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2274 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
