Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
CLuksha #1
dump query inside a cfmail tag
I am stuck using cf 4 so keep that in mind.
I am trying to get the results of a query dropped into the body of a cfmail
tag. Can't use cfdump.
Can I convert the query to a structure somehow to dump in the email?
--
Chris Luksha
Echo Web Services
Making Your Website Resound
[url]www.echowebservices.com[/url]
CLuksha Guest
-
HTML link inside a <CFMAIL> email
Hello all, I have writen a basic help desk application. When a logged call is closed i use <CFMAIL> to send a confirmation that there log has been... -
query in cfmail
I want to run a cf query inside the cfmail tag. But the cf mail tag already is using a query attribute. see below Keeps saying I cannot nestle... -
cfmail query using form for input of message
There must be a way to do this--to search for a group who is to receive the email, let a user create a form message, and send to all those users.... -
query results in cfmail
I want to show an itemized invoice based on a query, and send it in cfmail. Whenever I specify a query, it only returns the first row. Any... -
CFMAIL AND QUERY ATTRIBUTE
Does the cfmail tag recognize queries obtained from QOQs? That is, does it recognize it as a query and therefore sends the email to all receipients... -
stpaz #2
Re: dump query inside a cfmail tag
what you could use if CF_ObjectDump, which is what we had to use before CFDUMP
existed, try googling it.
I found [url]http://www.pengoworks.com/downloads/customtags/objDump/example.cfm[/url]
but the download link no longer works, I you are using below v5 CF its a god
send.
stpaz Guest
-
CLuksha #3
Re: dump query inside a cfmail tag
Thanks. I will look around for it and let you know what I find.
--
Chris Luksha
Echo Web Services
Making Your Website Resound
[url]www.echowebservices.com[/url]
"stpaz" <webforumsuser@macromedia.com> wrote in message
news:d6vfsh$mu$1@forums.macromedia.com...> what you could use if CF_ObjectDump, which is what we had to use before
> CFDUMP
> existed, try googling it.
>
> I found [url]http://www.pengoworks.com/downloads/customtags/objDump/example.cfm[/url]
>
> but the download link no longer works, I you are using below v5 CF its a
> god
> send.
>
CLuksha Guest
-
stpaz #4
Re: dump query inside a cfmail tag
FYI I Just found a copy of it on the same site
[url]http://www.pengoworks.com/index.cfm?action=customtags:archive[/url]
stpaz Guest



Reply With Quote

