Something like this:

<cfloop index="i" list="#form.fieldnames#">
 <cfif NOT LEN(#evaluate('form.' & i)#)>
  Form.#i# is a NULL string.
  <cfbreak>
 </cfif>
</cfloop>

On Mon, 25 Feb 2002 10:03:00 -0800, in cf-talk you wrote:

>Is there a way to check a form to see if any fields were left "" without
 
>having to check each one independently?
>
>
>
>
>"Success is a journey, not a destination!!"
>
>
>
>Doug Brown
>
>
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to