Page Break in rtf template
We have inserted page break using split-by-page-break in rtf template, it is working if we use page break syntax for 2 sub sections after main section
where as it is not working if we have 3 sections giving syntax below in both cases
Groups and syntax used with 2 sections (Page break at G_OPERATIONS is working)
--------------------------------------------------------------------------------
<?for-each@section:G_JOB?>
<?start:body?>
<?for-each:G_OPERATIONS?>
<?IF:CF_SHOW_RES='Y' ?>
<?for-each:G_RESOURCES?> <?end for-each?>
<?end if?>
<?split-by-page-break:?> <?end for-each?>
<?end for-each?>
<?end body?>
Groups and syntax used with 3 sections (Page break at G_OPERATIONS is not working)
--------------------------------------------------------------------------------