Subject Re: Can render problem
From Charlie <trainman@traincity.com>
Date Sat, 28 Nov 2015 01:51:24 -0500
Newsgroups dbase.getting-started

WJS Wrote:

> 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
Hi... I have since found agsum() but my problem is this isn't a field of a rowset.  I'm not sure how to express that......
>
> Wian