Hmmm... the form scope was not always a structure.  I think the change
occurred with the 4.5 release.  You can check the value of
#server.ColdFusion.ProductVersion# to see what version is running on your
production box.

You probably already know this but as an alternative to
looping across the form structure you can loop across the list:
#FORM.fieldnames#.

HTH

Craig Fisher
Alta Interactive, Inc.
http://www.altainteractive.com/
[EMAIL PROTECTED]
801-791-8251

-----Original Message-----
From: Timothy Lynn [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 16, 2001 1:13 PM
To: CF-Talk
Subject: Re: looping form collection


Wouldn't it be nice if it were that easy? It's saying that it can't
resolve the parameter FORM. It should be able to accept a form as a
collection for a loop. That's where the hiccup is happening.



----- Original Message -----
From: "Fuon See Tu" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, August 16, 2001 2:39 PM
Subject: Re: looping form collection


> errr, try #form.fld#
>
> heh
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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