U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » RichText,QTF,RTF... » Is there a qtf page-break?
Is there a qtf page-break? [message #3823] Wed, 28 June 2006 14:38 Go to next message
forlano is currently offline  forlano
Messages: 1221
Registered: March 2006
Location: Italy
Senior Contributor
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

[Updated on: Wed, 28 June 2006 14:38]

Report message to a moderator

Re: Is there a qtf page-break? [message #3838 is a reply to message #3823] Thu, 29 June 2006 17:12 Go to previous message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
forlano wrote on Wed, 28 June 2006 08:38

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);
}


Note that "^^" is not documented yet...

Mirek
Previous Topic: RichEdit Questions
Next Topic: compilation problem in reference/Display
Goto Forum:
  


Current Time: Tue Apr 28 00:16:02 GMT+2 2026

Total time taken to generate the page: 0.01051 seconds