Integrated Application Platform › Forums › General › Putting column totals on screen › Re: Re: Putting column totals on screen
September 21, 2011 at 3:26 pm
#890
Inactive
I tried that and now nothing prints to the window. Below is a simplified version just to get it working. Let me know if there is another way to put totaled columns to the screen. I tried it without the Object in front of the Vert ans was getting a syntax error. Im still using the same rules posted above.
Controller
{
Xstretch: 1
Ystretch: 1
Title: “SSB Inventory”
Controls:
Record(
Object(Vert
(tot_ld_al_wt)
(tot_ld_drink_wt)
(Static ‘ Wagram Paperstock SSB Inventory’, justify: ‘CENTER’, font: ‘Arial’ ,size: 18 ,weight: 600)
))
}