RE: trouble passing variables

2002-06-29 Thread Larry Juncker
PROTECTED]] Sent: Friday, June 28, 2002 4:46 PM To: CF-Talk Subject: trouble passing variables I have a form that is populated from a query, that has several checkboxes. The form posts back to itslef for update, but when I make modifications to the checkboxes, I get a expression evaluation error

Re: trouble passing variables

2002-06-29 Thread Douglas Brown
PROTECTED] - Original Message - From: Larry Juncker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, June 29, 2002 5:43 AM Subject: RE: trouble passing variables Doug- If I am not mistaken, you do not need a value statement on your edit form for the checkboxes. Just

RE: trouble passing variables

2002-06-29 Thread Kwang Suh
Checkbox fields only exist upon submission if they are checked. I always create cfparams for checkbox fields on the action page. -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Friday, June 28, 2002 3:46 PM To: CF-Talk Subject: trouble passing variables

Re: trouble passing variables

2002-06-29 Thread Douglas Brown
: Saturday, June 29, 2002 10:42 AM Subject: RE: trouble passing variables Checkbox fields only exist upon submission if they are checked. I always create cfparams for checkbox fields on the action page. -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Friday

RE: trouble passing variables

2002-06-29 Thread Kwang Suh
Well, you didn't scope the cfparam tags. Try scoping them to form. and see if that works. -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 29, 2002 1:37 PM To: CF-Talk Subject: Re: trouble passing variables Kwang, Thanks for the reply

RE: trouble passing variables

2002-06-29 Thread Sheila Handler
Try scoping the variables in the cfparam tags to attributes.x since that's what you use in your update statement. Date: Sat, 29 Jun 2002 18:57:17 -0600 From: Kwang Suh [EMAIL PROTECTED] Subject: RE: trouble passing variables Message-ID: [EMAIL PROTECTED] Well, you didn't scope the cfparam tags