RE: [ cf-dev ] Form Submission Problem

2004-08-12 Thread Robertson-Ravo, Neil (RX)
: [ cf-dev ] Form Submission Problem Yeah I can see it now. I needed to do this as I use the same results page for modify & delete. I think maybe a code restructure is needed here. Regards - Paul >From: [EMAIL PROTECTED] >Reply-To: <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTE

Re: [ cf-dev ] Form Submission Problem

2004-08-12 Thread Paul Swingewood
Yeah I can see it now. I needed to do this as I use the same results page for modify & delete. I think maybe a code restructure is needed here. Regards - Paul From: [EMAIL PROTECTED] Reply-To: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Re: [ cf-dev ] Form Submission P

Re: [ cf-dev ] Form Submission Problem

2004-08-12 Thread duncan . cumming
To: [EMAIL PROTECTED] tmail.com> cc: Subject: [ cf-dev ] Form Submission Problem

Re: [ cf-dev ] Form Submission Problem

2004-08-12 Thread Andy Allan
If your query returns more than 1 record, the is going to produce x number of forms all with the same name. The JavaScript is probably bombing out because of that. Andy Quoting Paul Swingewood <[EMAIL PROTECTED]>: > I have the following code > > > > >

[ cf-dev ] Form Submission Problem

2004-08-12 Thread Paul Swingewood
I have the following code