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

Home » U++ Library support » RichText,QTF,RTF... » Is there a qtf page-break?
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: 14291
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
 
Read Message
Read Message
Previous Topic: RichEdit Questions
Next Topic: compilation problem in reference/Display
Goto Forum:
  


Current Time: Wed Sep 16 16:11:37 GMT+2 2026

Total time taken to generate the page: 0.00781 seconds