Subject Re: Can render problem
From Mervyn Bick <invalid@invalid.invalid>
Date Sat, 28 Nov 2015 22:46:20 +0200
Newsgroups dbase.getting-started

On 11/28/2015 10:11 PM, Charlie wrote:

>>      function DETAILBAND_onRender
>>         //add the value in text1.text to the running total
>>         this.parent.group1.nTotal += this.text1.text
>>        //add the value in text2.text to the running total
>>         this.parent.group1.nTotal += this.text2.text
>>         return

> Hi Mervyn.. I tried this.  Group1 is not defined.....

Have you placed a group object on your report?  The designer will
normally name it group1.  If you are using the reportgroup footerband to
display your totals then change group1 to reportgroup in teh\\he event
handler.

Mervyn.