Re: Getting dynamic checkboxes in Flash Form

2007-01-26 Thread Kris Jones
There was an article about this in CFDJ about a year ago. Try doing a search on their website. > I am trying to generate dynamic checkboxes in Flash Forms inside of the > FORMGROUP tag and I am not having any success. How would one go about doing > this? I am using a query to get the

Getting dynamic checkboxes in Flash Form

2007-01-25 Thread Bruce Sorge
I am trying to generate dynamic checkboxes in Flash Forms inside of the FORMGROUP tag and I am not having any success. How would one go about doing this? I am using a query to get the checkbox values and display name. Thanks, -- Bruce Sorge "I'm a mawg: half man, half dog. I

RE: Looping over dynamic checkboxes

2006-02-09 Thread Bobby Hartsfield
-Original Message- From: Cameron Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 10:45 AM To: CF-Talk Subject: Re: Looping over dynamic checkboxes Thanks for that suggestion, Bobby. I'm still missing something, and I think I've taken a step back. The following

Re: Looping over dynamic checkboxes

2006-02-08 Thread Cameron Johnson
Thanks for that suggestion, Bobby. I'm still missing something, and I think I've taken a step back. The following code only gives me one checked checkbox when first editing the form and no checked checkboxes during the error checking: checked

RE: Looping over dynamic checkboxes

2006-02-07 Thread Bobby Hartsfield
y 07, 2006 4:45 PM To: CF-Talk Subject: Looping over dynamic checkboxes The scenario: I've got a self-posting form that validates against validateForm.cfm. If there are errors in the form, I declare an error message variable and put in some text: The purpose: If there are errors, I want

Looping over dynamic checkboxes

2006-02-07 Thread Cameron Johnson
e, so that the user doesn't have to retype everything. If there are no errors, use the query results: The problem: I've got a set of dynamic checkboxes from the query "getCheckboxes" with the input name of "checkboxList". Jus

Dynamic Checkboxes

2004-03-09 Thread Jillian Carroll
Hey folks... I'm really frozen on this one. This is for a golf pool --the idea is: 01.    User comes to the page, selects 2 golfers from each 'group'. 02.    No more than 2 golfers can be selected from each group. I can get the golfers to list from the database without any difficulty... th

RE: dynamic checkboxes...

2003-10-22 Thread Bailey, Neal
o: CF-Talk Subject: RE: dynamic checkboxes... This is totally divorced from your code to keep it easy to read.  Applying the algorithm to your specific formatting will be trivial.        checked="checked" /> #name# cheers, barneyb   -Original Message-   From: Bailey, N

RE: dynamic checkboxes...

2003-10-22 Thread Barney Boisvert
y, October 22, 2003 1:23 PM   To: CF-Talk   Subject: dynamic checkboxes...   Hey guys,   Stuck again... I have a list of Testimonials that I am displaying from a DB   and next to each one I have a checkbox so that I can select only the ones I   want to show on the site. My problem is when I call th

dynamic checkboxes...

2003-10-22 Thread Bailey, Neal
Hey guys, Stuck again... I have a list of Testimonials that I am displaying from a DB and next to each one I have a checkbox so that I can select only the ones I want to show on the site. My problem is when I call the page I want the checkboxes that were previously chosen to show on the page as

Re: Processing Dynamic Checkboxes

2002-11-12 Thread Brook Davies
Two things to bear in mind: 1. unchecked boxes will not show up as fields on the post page. Be sure to use for all checkboxes. Set the default to 0. 2. If you are inserting the data into a BIT field, and you probably should be, you'll need to change the "on" setting to a 1 or 0 on the post pr

RE: Processing Dynamic Checkboxes

2002-11-12 Thread Matthew Walker
#, #form.featureId# ) How's that? Matthew Walker http://www.matthewwalker.net.nz/ > -Original Message- > From: Bob Wilson [mailto:sales@;usasites.com] > Sent: Wednesday, 13 November 2002 3:45 p.m. > To: CF-Talk > Subject: Processing Dynamic Checkboxes > >

Processing Dynamic Checkboxes

2002-11-12 Thread Bob Wilson
Hello all, I have an application that will be generating a list of features. Some of those features will be checked if they apply to the product. Of course the others will be left unchecked. What's the best way to process the checked items and insert them into a table? Using CF 4.52 on Windo

Re: Dynamic checkboxes and the resultant page.

2002-10-15 Thread S . Isaac Dealey
idx is your own local variable. Your checkboxes array will contain one array with 2 elements for each checkbox the user selects. hth S. Isaac Dealey Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 > I am trying to create dynamic checkboxes from a query result set and then

RE: Dynamic checkboxes and the resultant page.

2002-10-15 Thread Greenberg, Lisa
chael Corbridge [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 12:18 PM To: CF-Talk Subject: RE: Dynamic checkboxes and the resultant page. try this: #variables.var1# #variables.whereVar1# #variables.var2# #variables.whereVar2# hth, - mike -Original Message-

RE: Dynamic checkboxes and the resultant page.

2002-10-15 Thread Michael Corbridge
try this: #variables.var1# #variables.whereVar1# #variables.var2# #variables.whereVar2# hth, - mike -Original Message- From: Greenberg, Lisa [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 2:52 PM To: CF-Talk Subject: Dynamic checkboxes and the resultant

Dynamic checkboxes and the resultant page.

2002-10-15 Thread Greenberg, Lisa
I am trying to create dynamic checkboxes from a query result set and then pass a parameter as well to the resultant page: #old_terr_id# #territory_name# On the action page I have the following if a checkbox has been entered

Re: Dynamic Checkboxes

2002-06-29 Thread David Schmidt
ve to know how many records to start/end with. Here's how it goes... <--- To start the index off ---> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, June 29, 2002 6:27 AM Subject: Dynamic Checkboxes : I am having some trouble with dynamically named checkboxes.

RE: Dynamic Checkboxes

2002-06-29 Thread Dave Watts
> I am having some trouble with dynamically named checkboxes. > > On a form I have some dynamically named form variables. like > > > ... > > > > I submit to > > > ... > > > All of these work except for the checkbox. The reason is > because checkboxes aren

Dynamic Checkboxes

2002-06-29 Thread David Jones
I am having some trouble with dynamically named checkboxes. This is what I am trying to do On a form I have some dynamically named form variables. like I submit to