> Not an object, but you can pass in the entire form structure in one 
> swoop, either is a single argument or a series of arguments.
> 
> FORM as single argument.
> <cfset something = myObject.myFormFunction(form)>
> OR
> <cfinvoke component="#myObject#" method="myFormFunction" 
> formArg="#form#"/>
> OR
> <cfinvoke component="#myObject#" method="myFormFunction" 
> formArg="#form#">
  
> <cfinvokeArgument name="formArg" value="#form#>
> </cfinvoke>
> 
> 
> FORM as series of arguments
> <cfinvoke component="#myObject#" method="myFormFunction" 
> argumentCollection="#form#"/>
> 
> This version will create an individual argument for each field in the 
> form.
> 
> 
> 
> --------------
> Ian Skinner
> Web Programmer
> BloodSource
> www.BloodSource.org
> Sacramento, CA

Hey Ian

this sounds so guy but a big hug for you ... u made my life a lot easier 

thanks a load

Aslan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:261631
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to