problem with keep together in Groupheader
softdata
Italy
<!--fonto:Lucida Console--><span style="font-family:Lucida Console"><!--/fonto-->good day,
sorry my english is bad,
i have problems with keep together in Groupheader,
when the memo.height in Masterdata is greater than the page.height.
I try to explain,
Example
Groupheader - KeepTogether = true
Masterdata - AllowSplit = true;
!
! page-1
!GROUP - 1 ***
! - row 1
! - row 2
!GROUP - 2 ***
! - row 1
! - row 2
!
!
!
! = okay
!
! page-2
!GROUP - 3 ***
! - row 1
! - row 2
! - row 3
!
!
!
!
!
! = okay
But, memo1.heigth > engine.freespace
!
! page-3
!GROUP - 4 ***
! (the site remains empty ??)
!
!
!
!
!
!
!
! = Error (not okay ) [img]style_emoticons/<#EMO_DIR#>/mad.gif" style="vertical-align:middle" emoid="" border="0" alt="mad.gif" /> ![/img]
! page-4
! - row 1 - The data from Group-4
! - row 2
! - row 3
! - row 4
! - row 5
! - row 6
! - row 7
!
! = not okay
!
! page-5
! - row 8
! - row 9
!
!
!
!
!
!
!
!
!
! page-6
! GROUP-5 ***
! - row 1
! - row 2
! - row 3
!
!
!
!
! = okay again
I using Fastreport 4.6.5
how can I make?
Thank you
Oswald<!--fontc--></span><!--/fontc-->
sorry my english is bad,
i have problems with keep together in Groupheader,
when the memo.height in Masterdata is greater than the page.height.
I try to explain,
Example
Groupheader - KeepTogether = true
Masterdata - AllowSplit = true;
!
! page-1
!GROUP - 1 ***
! - row 1
! - row 2
!GROUP - 2 ***
! - row 1
! - row 2
!
!
!
! = okay
!
! page-2
!GROUP - 3 ***
! - row 1
! - row 2
! - row 3
!
!
!
!
!
! = okay
But, memo1.heigth > engine.freespace
!
! page-3
!GROUP - 4 ***
! (the site remains empty ??)
!
!
!
!
!
!
!
! = Error (not okay ) [img]style_emoticons/<#EMO_DIR#>/mad.gif" style="vertical-align:middle" emoid="" border="0" alt="mad.gif" /> ![/img]
! page-4
! - row 1 - The data from Group-4
! - row 2
! - row 3
! - row 4
! - row 5
! - row 6
! - row 7
!
! = not okay
!
! page-5
! - row 8
! - row 9
!
!
!
!
!
!
!
!
!
! page-6
! GROUP-5 ***
! - row 1
! - row 2
! - row 3
!
!
!
!
! = okay again
I using Fastreport 4.6.5
how can I make?
Thank you
Oswald<!--fontc--></span><!--/fontc-->
Comments
ie : 4.6.106
Good day, and thank you for the answer.
yes, i have the version 4.6.106 (stable version) from 10-04-2008.
whit the version 4.6.107 (current version),
it's the same problems
Best regards,
Oswald
IMHO you cannot use all 3 together as one attempts to override the other.
what is probably happening is record 3 of group 3 is stretching just enough to cause allow split to start a newpage, but there is nothing to print because we are finished with the data of that group.
so it starts the header of group 4. This could be a bug in the engine.
You might want to take out a support ticket and send your report and sample data
so it can be reproduced.