I would like for my dw footer to only appear on the last page of each group. The reason I'm not using the group's trailer is because the trailer doesn't position at the bottom of the page, which is want I need. Although the trailer accomplishes my need of only appearing when the group changes it also positions just after the last row of the detail instead of a the bottom of the page. Any thoughts?
- S C
- PowerBuilder
- Monday, 12 February 2018 20:20 PM UTC
- Page :
- 1
There are no replies made for this question yet.
However, you are not allowed to reply to this question.
However, you are not allowed to reply to this question.
In the past I think I had to either do a groupcalc() after retrieve or maybe force the datawindow to re-calculate each footer:
Modify("DataWindow.Footer.Height.AutoSize=No")
then
Modify("DataWindow.Footer.Height.AutoSize=Yes")
Tried your suggestion of setting AutoSze = No, then Yes. No change.