Subject Re: Can render problem
From WJS <wara@nowhere.com>
Date Sat, 28 Nov 2015 07:52:28 +0200
Newsgroups dbase.getting-started

On 2015-11-28 12:45 AM, Charlie wrote:
> Hi...  I used can render totaling two fields. (thanks Mervyn).. Here is the code:
> ...  But now I am trying to total the two made up fields and don't exactly
know how.  I tried the following for the first:
>
>
> function TEXT11_canRender()
>        sum this.parent.text1.text() = this.text
>        return true
>
> ...  Is there a way of totaling each made up field?  I don't think it is listed in the report total fields.
>
> Thanks...
>

Have a look at agSum() and the example in the OLH

Wian