Reporting issue - Page Break Before

Hi All,

in combit designer if user added a formula
“text box change the ‘Pagebreak Before’ setting to Formula and add in any formula (e.g. If(1=1,True,False) ).” the
while (LlPrint(m_hLLJob) == LL_WRN_REPEAT_DATA) the complier is not coming out of this loop.

Can you please let me know how to solve this issue. how to check and skip that case.

Hello Nrsi,

Thank you for your message,

To prevent the looping behavior there are two options:

1.) Enable the page break option under the properties tab.

2.) Use the following option to exit a loop after a chosen amount of iterations.

LL_OPTION_IDLEITERATIONCHECK_MAX_ITERATIONS (338 ) /* 0 = no check. default: 0 */

In case of any further questions feel free to ask.

Best regards

Martin Litkin