Hres the error message I am receiving in my log file:

2002-02-04    
   15:10:11    
   Error    
   1256    
      
 
Error message for task: 'Send ' is 'An error occurred while evaluating the
expression:  LOGMESSAGE = "Status code for task: '" & "#Attributes.TASK#" &
"' is '" & #cfhttp.statuscode# & "'" Error near line 330, column
10.-------------------------------------------------------------------------
-------Error resolving parameter CFHTTP.STATUSCODEColdFusion was unable to
determine the value of the parameter. This problem is very likely due to the
fact that either:  You have misspelled the parameter name, or  You have not
specified a QUERY attribute for a CFOUTPUT, CFMAIL, or CFTABLE tag.

 
The file executes fine via IE or manually executing it form within the
administrator.

Heres the code:

<cfmail to="[EMAIL PROTECTED]"
        from="[EMAIL PROTECTED]"
        subject="test">hello</cfmail>


CAN ANYONE PLEASE HELP ME FIGURE THIS OUT???? 



-----Original Message-----
From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] 
Sent: Monday, February 04, 2002 3:30 PM
To: CF-Talk
Subject: Outputting issue


Ok, I have  a pretty basic question, but haven't used it much in the past so
I am needing alittle help.

I have a query:

<cfquery datasource="datasource" name="getitems">
    Select header,type,id,name
    from items
</cfquery>

Each item coming from the above query has a header value, and I want to
display the results as such:

HEADER1
    ITEM 1
    ITEM 2
    ITEM 3
HEADER2
    ITEM 4
    ITEM 5
    ITEM 6
HEADER 3
blah blah

How do I do this without multiple queries...

Thanks (I know it's basic)

Paul Giesenhagen
QuillDesign
http://www.quilldesign.com
SiteDirector - Commerce Builder

______________________________________________________________________
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to