Re: missing argument in a function

2005-10-03 Thread Arturo Fuentes
John Michael Permetheis IV [mailto:[EMAIL PROTECTED] > Sent: 03 October 2005 17:40 > To: CF-Talk > Subject: Re: missing argument in a function > > > yes. an output before the query and after it returns a valid value. > this is driving me nuts > > On 10/3/05, Adrian

RE: missing argument in a function

2005-10-03 Thread Adrian Lynch
Could you post the whole funtion and the calling code? Might be something else. Ade -Original Message- From: Captain John Michael Permetheis IV [mailto:[EMAIL PROTECTED] Sent: 03 October 2005 17:40 To: CF-Talk Subject: Re: missing argument in a function yes. an output before the query

Re: missing argument in a function

2005-10-03 Thread Captain John Michael Permetheis IV
Message- > From: Captain John Michael Permetheis IV [mailto:[EMAIL PROTECTED] > Sent: 03 October 2005 17:27 > To: CF-Talk > Subject: Re: missing argument in a function > > > correct.. the value that is passed into the where clause. > > > ~~~

RE: missing argument in a function

2005-10-03 Thread Adrian Lynch
Strange! Have you outputted ticket_id before and after to check it's what you expect it to be? Ade -Original Message- From: Captain John Michael Permetheis IV [mailto:[EMAIL PROTECTED] Sent: 03 October 2005 17:27 To: CF-Talk Subject: Re: missing argument in a function correct.

Re: missing argument in a function

2005-10-03 Thread Captain John Michael Permetheis IV
From: Captain John Michael Permetheis IV [mailto:[EMAIL PROTECTED] > Sent: 03 October 2005 17:07 > To: CF-Talk > Subject: Re: missing argument in a function > > > yes. if the joins are in the query the value is empty. if i remove the > joins the value is valid. > > On 10/

Re: missing argument in a function

2005-10-03 Thread Captain John Michael Permetheis IV
result from the query? > > Ade > > -Original Message- > From: Captain John Michael Permetheis IV [mailto:[EMAIL PROTECTED] > Sent: 03 October 2005 17:07 > To: CF-Talk > Subject: Re: missing argument in a function > > > yes. if the joins are in the query the val

RE: missing argument in a function

2005-10-03 Thread Adrian Lynch
Just to be clear, when you say 'value', you do mean in the cfqueryparam? Not the result from the query? Ade -Original Message- From: Captain John Michael Permetheis IV [mailto:[EMAIL PROTECTED] Sent: 03 October 2005 17:07 To: CF-Talk Subject: Re: missing argument in a function

Re: missing argument in a function

2005-10-03 Thread Captain John Michael Permetheis IV
yes. if the joins are in the query the value is empty. if i remove the joins the value is valid. On 10/3/05, Adrian Lynch <[EMAIL PROTECTED]> wrote: > Are you saying that: > > > > is either passing in a blank value or the right value depending on the SQL > statement above it? > > Ade > > -Ori

RE: missing argument in a function

2005-10-03 Thread Adrian Lynch
Are you saying that: is either passing in a blank value or the right value depending on the SQL statement above it? Ade -Original Message- From: Captain John Michael Permetheis IV [mailto:[EMAIL PROTECTED] Sent: 03 October 2005 16:54 To: CF-Talk Subject: missing argument in a function