Integrated Application Platform › Forums › General › Putting column totals on screen › Re: Re: Putting column totals on screen
September 21, 2011 at 8:17 pm
#893
Keymaster
Sorry, I missed one part. For some reason (long standing quirk), the rules don’t run until you Set the RecordControl. Try adding:
New()
{
.Data.Set(Record())
}
(“Data” is the name of the RecordControl)