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

Comments

  • edited 10:49PM
    ~~ push ~~

    anybody?
    sportident wrote: »
    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
  • gordkgordk St.Catherines On. Canada.
    edited 10:49PM
    check the bands allow split property, is it set to false?
    or write code in the obp event of the band
    if engine.freespace < bandname.height then engine.newpage;

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.