[CFCDev] CFC Error - Name Can't be empty

2004-11-12 Thread Brent Nicholas
Ok, so I've run into this from time to time and I can never seem to really figure it out. I'm not passing WorkFlowCode param in and I shouldn't need to but it errors out. Something obvious I'm overlooking? It throws up on: cfif ARGUMENTS.WorkFlowCode neq Code: !--- GetAuditWorkflow ---

Re: [CFCDev] CFC Error - Name Can't be empty

2004-11-12 Thread Dave Carabetta
On Fri, 12 Nov 2004 10:48:47 -0500, Brent Nicholas [EMAIL PROTECTED] wrote: Ok, so I've run into this from time to time and I can never seem to really figure it out. I'm not passing WorkFlowCode param in and I shouldn't need to but it errors out. Something obvious I'm overlooking? It

RE: [CFCDev] CFC Error - Name Can't be empty

2004-11-12 Thread Gerald Harper
. Gerald * -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brent Nicholas Sent: Friday, November 12, 2004 7:49 AM To: [EMAIL PROTECTED] Subject: [CFCDev] CFC Error - Name Can't be empty Ok, so I've run into this from time to time and I can never seem to really

RE: [CFCDev] CFC Error - Name Can't be empty

2004-11-12 Thread online
16:33 To: [EMAIL PROTECTED] Subject: RE: [CFCDev] CFC Error - Name Can't be empty Try the following in your CFIF block: cfif isDefined(ARGUMENTS.WorkFlowCode) AND ARGUMENTS.WorkFlowCode neq AND WORKFLOW_CODE = '#ARGUMENTS.WorkFlowCode#' /cfif I think that if an optional ARGUMENTS

RE: [CFCDev] CFC Error - Name Can't be empty

2004-11-12 Thread Adam Cameron
- From: Adam Cameron on behalf of Adam Cameron Sent: Sat 13/11/2004 7:52 AM To: [EMAIL PROTECTED] Cc: Subject:RE: [CFCDev] CFC Error - Name Can't be empty cffunction name=GetAuditWorkflow access=public returntype=query cfquery name=GetAuditWorkflow datasource