HC
How can I force a page break in a report using ARIS Business Architect 7.1? Thanks.
Hi,
you can add a pagebreak using the wysiwyg report editor:
Insert - Textfield - Pagebreak
When you are programming using the script editor the follwing statement will create a page break.
output.OutputField(Constants.FIELD_NEWPAGE,"Arial",11,Constants.C_BLACK, Constants.C_TRANSPARENT, Constants.FMT_LEFT)
Regards,
Markus