1. Mike Bryan
  2. PowerBuilder
  3. Tuesday, 26 May 2020 19:50 PM UTC

I have a report that contains multiple data windows . Inside one of these data windows is a sub report . This datawindow has 3 groups the sub report sits inside the footer of one of the groups.

the report that this sits in has a large header and footer so very little room for details. The data from this datawindow that includes the sub report does not carry on to the next page it just stops. Please need some help.

mikes

Sivaprakash BKR Accepted Answer Pending Moderation
  1. Thursday, 28 May 2020 10:35 AM UTC
  2. PowerBuilder
  3. # 1

Try this in your script, after retrive

dw_print.Modify('Datawindow.Header.AutoSize=No')
dw_print.Modify('DataWindow.Header.Height=3000')
dw_print.Modify('Datawindow.Header.AutoSize=Yes')

See whether every row gets printed in child dws.

 

Comment
  1. Sivaprakash BKR
  2. Thursday, 28 May 2020 10:37 AM UTC
Write the correct band where the issue is.

Height = 3000 could be reduced or increased

dw_print represents the parent DW.
  1. Helpful
There are no comments made yet.
Olan Knight Accepted Answer Pending Moderation
  1. Tuesday, 26 May 2020 20:25 PM UTC
  2. PowerBuilder
  3. # 2

The parent DWO should be set to AUTOSIZEHEIGHT, as should the band in which the parent DWO resides.

Olan

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 26 May 2020 20:04 PM UTC
  2. PowerBuilder
  3. # 3

Hi Mike;

   Does this issue occur when running the DWO from the DW Painter, from running the App from the IDE or when running DWO within an EXE?

Regards ... Chris

Comment
  1. Mike Bryan
  2. Tuesday, 26 May 2020 21:11 PM UTC
Yes correct and autosize height is all on
  1. Helpful
  1. Chris Pollach @Appeon
  2. Wednesday, 27 May 2020 18:46 PM UTC
That is weird Mike. I would like to suggest opening a Support Ticket for this issue. If you do, please export all the DWOs involved (parent and children) source code. Before that though, in the "data" pane in the DW Painter of each DWO, please also add some "test" data so that Appeon can examine the Composite/Nested parent DW at run time.
  1. Helpful
  1. Mike Bryan
  2. Wednesday, 27 May 2020 19:38 PM UTC
Thanks will do
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.