Child4 posicion in a Page

edited 6:27PM in FastReport 4.0
Hi
i have a Page where i have a Child4 after that i have SubdetailData1 and i need that each time the Child4 is 1 line before the end of the Page the SubdetailData1 will start print in the next page.
Is this possible

Thank you
Ml

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 6:27PM
    Yes in the obp event of the subdetail write code to check the engine.freespace and if it is not greater than a predetermined value then call engine.newpage.
  • edited April 2013
    gordk wrote: »
    Yes in the obp event of the subdetail write code to check the engine.freespace and if it is not greater than a predetermined value then call engine.newpage.

    if engine.freespace < 100 then
    engine.NewPage;


    Thank??s it worked


    Sorry is there a way to put something like this to work???
    if engine.freespace > 60 and < 100 then
    engine.NewPage;

    Thank??s again

Leave a Comment