The field that you are using as part of your variable name contains a "/"
which is not a valid character in a variable name.  In the error message you
included, your field value was 
"E6_HL_C/CCNOADD"   THIS is the forward slash you have to get rid of. 

-----Original Message-----
From: JAAV [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 31, 2001 1:19 AM
To: CF-Talk
Subject: Re: syntactically valid variables?


I have the same problem!!

what do you mean with "Remove the forward slash from the variable name." ?

I mean I have the same error but my variables don't have any slash in their
names.

how about you Nicole? did you fix your problem?

thanks in advance for your answers guys,

~Juan

----- Original Message -----
From: "Howarth, Craig (IBK-NY)" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, April 06, 2001 4:58 PM
Subject: RE: syntactically valid variables?


> Remove the forward slash from the variable name.
>
> > -----Original Message-----
> > From: Toivonen, Nicole [SMTP:[EMAIL PROTECTED]]
> > Sent: Friday, April 06, 2001 10:11 AM
> > To: CF-Talk
> > Subject: syntactically valid variables?
> >
> > Hi there,
> >
> > I'm getting the error below when attempting to generate a variable from
a
> > checkbox.  I am using the FuseBox 'formURL2Attribute' tag, which is
where
> > the the issues are arising.
> >
> > Unfortunately, I'm not very sure what 'syntactically valid variable
name'
> > means in this context, or what about the variable is creating an error.
Any
> > pointers would be appreciated.
> >
> > (CF 4.5.1 on WinNT 4)
> >
> >
> > TIA,
> >
> > Nicole.
> >
> > ----------------------------
> >
> > Error Occurred While Processing Request
> > Error Diagnostic Information
> >
> > An error occurred while evaluating the expression:
> >
> >
> >  NOT ISDEFINED( 'ATTRIBUTES.' & field )
> >
> >
> >
> > Error near line 20, column 9.
>
> --------------------------------------------------------------------------
--
> > ----
> >
> > Parameter 1 of function IsDefined which is now
"ATTRIBUTES.E6_HL_C/CCNOADD"
> > must be a syntactically valid variable name
> >
> >
> > The error occurred while processing an element with a general identifier
of
> > (CFIF), occupying document position (20:4) to (20:48) in the template
file
> > D:\CFUSION\CustomTags\formURL2Attributes.cfm.
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to