I tried "[P ]" and "[P " in a generated qtf document but does not work in that UWord seems do not see it. Even the print on paper do not recognise it. Surely I'm missing something very easy...
Perhaps I must write directly on report and add there the pagebreak.
Luigi
This works:
#include <CtrlLib/CtrlLib.h>
#include <Report/Report.h>
GUI_APP_MAIN
{
Report r;
r << "First page&[P Second page]&Anotherline^^Third page";
Perform(r);
}