On 11/6/06, Stephens, Larry V <[EMAIL PROTECTED]> wrote: > Trying to send a message by cfmail that includes a list of positions I > retrieved using a query. > > When I put <cfoutput query...> inside the cfmail tags I get a nested > output error. >
If that's happening you can call the fields directly in your email using the following. #queryname.fieldname# No need for the cfoutput here because there is a set of these tags on the page. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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-Talk/message.cfm/messageid:259336 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

