Hrm.. Still getting the same result.

The code that is actually printing it is 

#currentQuery[currentField][currentQuery.currentRow]#

So I probably have to figure out how to remove the current row (since 
#currentQuery[currentField]# doesn't work). It's probably forcing it to display 
just on that row.

>> So I have a query that returns the following..
>
>Whenever you use the GROUP attribute of CFOUTPUT, you use a nested
>CFOUTPUT to display the members of each group. So, you'd need
>something like this:
>
><cfoutput query="..." group="Client_Name">
>     <tr>
>          <td>#MenuName#</td>
>          <td>#Client_Name#</td>
>          <td>
>               <cfoutput>#Client_Code#,</cfoutput> <!--- this will
>actually leave an extra comma at the end, there are various ways to
>avoid that or remove it --->
>          </td>
>     </tr>
></cfoutput>
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>http://training.figleaf.com/
>
>Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
>GSA Schedule, and provides the highest caliber vendor-authorized
>instruction at our training centers, online, or onsite. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352846
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to