Child4 posicion in a Page
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
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
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