PowerBuilder 2019 Build 2170
We have a report that covers about a page and a half with the header/detail band. Nothing in the footer band.
The summary band has three nested reports. The nested reports and the summary band are set to Autosize Height = true and have small default size.
The first nested report starts at the top of page 3 (good) but then the report ends at the bottom of the page even though there are enough rows to fill several pages. Nested report 2 has zero rows and nested report 3 has one.
Is this a new bug I should report or has it been fixed already? If fixed, what version/build?
dw_print.Modify("Datawindow.Summary.Height.AutoSize=No")
It didn't help. I'll report a bug and see what happens.
My code snippet was set autosize to header_1 band, not for summary band. Sad that it doesn't work out.
We are moving the nested reports to the detail band with it set to only show on last row. I submitted a bug report.