Re: [ cf-dev ] checked radio boxes in a loop...

2003-01-07 Thread Ian Westbrook
atements, but that ain't the same as actually being able to see the whole db on the screen before you... I'm hosting with Loud-n-Clear, who I must say are excellent... Ian W - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January

Re: [ cf-dev ] checked radio boxes in a loop...

2003-01-07 Thread duncan . cumming
TED]> cc: 01/07/03 04:04 PM Subject: Re: [ cf-dev ] checked radio boxes in

Re: [ cf-dev ] checked radio boxes in a loop...

2003-01-07 Thread duncan . cumming
/www.alienationdomains.co.uk Reseller options available! -- -- "Ian Westbrook" To: "cfug dev list" <[EMAIL PROTECTED]>

RE: [ cf-dev ] checked radio boxes in a loop...

2003-01-07 Thread Rich Wild
t: 07 January 2003 15:50 > To: cfug dev list > Subject: [ cf-dev ] checked radio boxes in a loop... > > > Hi. > I'm experimenting with loops: you can take a look at the > experiment at http://www.artsoutheast.co.uk/diarytest.cfm > > if you choose more than '

RE: [ cf-dev ] checked radio boxes in a loop...

2003-01-07 Thread Sridhar Pedamallu
because all radio buttons has same name. rename each sets of radio buttons as -Original Message- From: Ian Westbrook [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 03:50 To: cfug dev list Subject: [ cf-dev ] checked radio boxes in a loop... Hi. I'm experimenting

Re: [ cf-dev ] checked radio boxes in a loop...

2003-01-07 Thread Taz
You've given all the radio buttons the same name in the same form. Only one can be checked. You'll need to rename each set of form objects through the loop Taz -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: [ cf-dev ] checked radio boxes in a loop...

2003-01-07 Thread duncan . cumming
"cfug dev list" <[EMAIL PROTECTED]> Subject: [ cf-dev ] checked radio boxes in a loop...

[ cf-dev ] checked radio boxes in a loop...

2003-01-07 Thread Ian Westbrook
Hi. I'm experimenting with loops: you can take a look at the experiment at http://www.artsoutheast.co.uk/diarytest.cfm if you choose more than '1' for the number of performances, you'll notice that only the last set of radio boxes are checked (the 'no' option should be checked for each)... the