Re: Checking all form fields

2003-02-05 Thread Ewok
ouch evaluate #form[i]# just another method - Original Message - From: "Tangorre, Michael" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 05, 2003 8:39 AM Subject: RE: Checking all form fields > no problem. I

RE: Checking all form fields

2003-02-05 Thread Thane Sherrington
At 08:31 AM 02/05/03 -0500, Lofback, Chris wrote: >Yes, you can use the "form.fieldnames" list and loop through it, something >like this: Excellent. Thank you. T ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?for

RE: Checking all form fields

2003-02-05 Thread Tangorre, Michael
: Wednesday, February 05, 2003 8:37 AM To: CF-Talk Subject: RE: Checking all form fields you are correct, i should not have said no. -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 8:34 AM To: CF-Talk Subject: RE: Checking all form

RE: Checking all form fields

2003-02-05 Thread John Stanley
you are correct, i should not have said no. -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 8:34 AM To: CF-Talk Subject: RE: Checking all form fields yes. Form Element Name is - #thisElement# Form Element Value is

RE: Checking all form fields

2003-02-05 Thread Bosky, Dave
8:22 AM To: CF-Talk Subject: RE: Checking all form fields no, but you can use javaqscript to do this. -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 8:20 AM To: CF-Talk Subject: Checking all form fields Is there a way in CF5 to

RE: Checking all form fields

2003-02-05 Thread Lofback, Chris
Yes, you can use the "form.fieldnames" list and loop through it, something like this: Form.#Field# = #Form[Field]# Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com > -Original Message- > From: Thane Sherrington [mailto:

RE: Checking all form fields

2003-02-05 Thread Tangorre, Michael
yes. Form Element Name is - #thisElement# Form Element Value is - #Evaluate('form. & thisElement')# hth, Mike -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 8:20 AM To: CF-Talk Subject: Checking all form fields Is

Re: Checking all form fields

2003-02-05 Thread Thomas Chiverton
On Wednesday 05 Feb 2003 13:21 pm, John Stanley wrote: > no, but you can use javaqscript to do this. The tag cfdump manages it, I'd suggest looking at it's code. -- Tom C Given enough time and money, and a following wind, a PC can do FMV.

RE: Checking all form fields

2003-02-05 Thread John Stanley
no, but you can use javaqscript to do this. -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 8:20 AM To: CF-Talk Subject: Checking all form fields Is there a way in CF5 to check all form fields even if you don't know their names?