Hi everyone,
Really sorry but I've done my first Genero report today and most things have gone OK but I am really struggling as to where to place a new page break (using 'y-size = rest' on a mini-page).
The report takes a 'large record' of data that has been pre-processed by the BDL driver so only needs to output. All the 'PRINT' statements in the BDL occur in the 'AFTER GROUP OF lr_report.disp_no' so that's where I've placed everything in the report design.
For each user that the report prints for I want a page break afterwards as it is '1 person per page' that I want.
It sort of works, in that I do get just one person per page. The problem is that before it breaks for the next page it prints the name of the next user and the titles of the first set of fields (See output.png), and then only the data that follows them on the next page. If this were all BDL I would suggest it was effectively doing
BEFORE GROUP OF user_no
PRINT user_name
PRINT "titles"
SKIP TO TOP OF PAGE
This isn't BDL though, so I can't work out what it is doing. You can see from the Structure.png that I have placed the page break at the bottom of the items that (I think) are being processed as part of the 'lr_report.user_no' group so in my mind should break cleanly at the end of the page.
I've also included the DispKPI.4rp file for reference, although I've saved it as DispKPI.txt in order to post it to the forum so it will need renaming. (be gentle when looking at it, it's my first go!).
I would really appreciate any help on this as I'm quite attached to me hair!
Thanks
Jeff McFee