I have some output Im generating using a CFOUTPUT GROUP with a nested
CFOUTPUT.  Works fine in a browser, Im trying to send the same output using
CFMAIL and having a tough time.  This is a slimmed down version of the
NON-CFMAIL page.


<table>
<CFOUTPUT QUERY="BLAH" GROUP="BLAH.BLAH">
<tr><td>HEADING: #heading#</td></tr>

        <tr><td>COLUMN1</td></tr>
        <CFOUTPUT>
        <tr><td>#COLUMN1#</td></tr>
        </CFOUTPUT>

</CFOUTPUT>
</table>


If I add the QUERY and GROUP to the CFMAIL tag I get an email for every
record.  How do I output something like this in a single email...?

-Adrian




------------------------------------------------------------------------------
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