Maybe you are using a function that needs quotes around the variable name.

eg

<Cfset variables.a = 1>

<cfif IsDefined("a")>
        ...
</cfif>

IS NOT THE SAME AS

<Cfif IsDefined(a)>
        ...
</cfif>

The second one will throw an error saying it can't find variable "1".

Paul

> -----Original Message-----
> From: Stone, Jeff [mailto:[EMAIL PROTECTED]]
> Sent: 24 October 2000 15:01
> To: Fusebox
> Subject: RE: Having Problems with FormURL2Attributes
>
>
> Stephen,
>
> Thanks for the feedback.  I don't think I was very clear the first time.
> Unfortunately, I do not have a variable named "1" anywhere in my code.  I
> have a hidden field named "New" in my code.  This hidden field has a value
> of 1.  Anytime I process the form with the "multi-/part" form type, I get
> the error as I stated below.  If I comment this code out, the
> next field in
> my form is "EventName".  If I type "HalloweenParty" in the EventName field
> and press submit, I get the same error, except this time it says:
>
>
> ----- ERROR MESSAGE STARTS ------
>
> Error Diagnostic Information
> Parameter 1 of function IsDefined which is now
> "Caller.ATTRIBUTES.HalloweenParty" must be
> a syntactically valid variable name
>
> The error occurred while evaluating the expression:
>
>  refindnocase("[[:alpha:]]",left(trim(field),1)) and NOT
> SDEFINED( 'Caller.ATTRIBUTES.' & trim(field) )
>
> The error occurred while processing an element with a general
> identifier of
> (CFIF), occupying document position (83:3) to (83:112).
>
> ----- ERROR MESSAGE ENDS ------
>
>
> Hoping for some guidance,
>
> Jeff Stone
> Senior Web Developer
> (512) 912-3349 - Phone
> (512) 912-3977 - Fax
> ---------------------------------------------------------
> Cirrus Logic, http://www.cirrus.com
> Where Analog Meets Digital
> ---------------------------------------------------------
> ------------------------------------------------------------------
> ------------
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to