cancel
Showing results for 
Search instead for 
Did you mean: 

prevent from start at the beginning of a page

NoJo
Active Participant
0 Kudos

hi all,

i have an object (it,s a table; I call it object D), that must not start a page.

I can't exactly tell the type of the previous object (so keep with previous does not work). Is there any possibility to realize it via scripting?

In the backend i know the sequence of the objects, -->

Table --> object A

object B

object B

object A

object C

object C

object A

And now somewhere between Object D could appear but should not start a new page....

Any suggestions??

Anyone experiences with sections? could this help?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Norbert,

I didn't get your exact requirement. If it is like your table object is jumping to a new page,

  • Wrap all other objects except table in one or more subforms and make their content - 'positioned'.

  • Wrap all the above said subforms and the table object in another subform which is 'flowed'.

  • Check 'Allow page breaks within content' for the table in the object palette.

Thanks & Regards,

Sanoosh

NoJo
Active Participant
0 Kudos

thanks for your answer

if object D appears, how can it be assured, that it will not appear at the beginning of a page??

example

Object A (0.25 page)

Object B (0.25 page)

Object A (0.5 page ) ->page break done by layouting automatically!

object B (0.5 page)

object D (0.25 page) --> OK!

Object A (0.25 page)

Object B (0.25 page)

Object A (0.5 page ) ->page break done by layouting automatically!

object D (0.25 page) --> WRONG!

Object A (0.25 page)

Object B (0.25 page)

Answers (0)