Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 1185
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: 13975
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: Fri Apr 19 22:07:59 CEST 2024

Total time taken to generate the page: 0.03992 seconds