Prevent table lines from wrapping over to next page
Hi,
my data table for my report consists of two table rows for each record in my dataset. How can I prevent the report from wrapping to the next page between the two rows. If the page is at its end, the report should wrap both lines to the next page so the data stays together. How can I achieve this?
thank you
Thomas
my data table for my report consists of two table rows for each record in my dataset. How can I prevent the report from wrapping to the next page between the two rows. If the page is at its end, the report should wrap both lines to the next page so the data stays together. How can I achieve this?
thank you
Thomas
Comments
anybody?
or write code in the obp event of the band
if engine.freespace < bandname.height then engine.newpage;