dump query inside a cfmail tag

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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....
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139