<cfset gridTotalTwo = 520>

<cfsavecontent variable="calculateTotal">     
<cfscript>
    //show the total
     RetainedEarningsEOY.text = gridTotalTwo + 
number(RetainedEarningsBOY.text);
</cfscript>
</cfsavecontent>

But why would you want to do this? Maybe you are after

<cfscript>
    //show the total
     RetainedEarningsEOY.text = gridTotalTwo + 
number(RetainedEarningsBOY.text);
</cfscript>
Or

<cfset RetainedEarningsEOY.text = gridTotalTwo + 
number(RetainedEarningsBOY.text />


________________________________
Taco Fleur - E-commerce Development Manager
Shelco Searches & Services
An Authorised ASIC Information Broker
www.shelco.com.au
Ph: + 61 7 3236 2605



---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to