Home » U++ Library support » RichText,QTF,RTF... » RichText and Report problem
RichText and Report problem [message #658] |
Tue, 24 January 2006 00:26  |
pivica
Messages: 57 Registered: November 2005 Location: Belgrade, Serbia
|
Member |
|
|
Well I finally started writing my first upp application and I have a little problem.
String qtf;
qtf << "{{1:1 Cell1:: Cell2:: Cell3:: Cell4}}";
Report report;
report << qtf;
report.Perform();
When I execute this code on a print preview window instead of a table I'm getting next error
ERROR: NOT IN TABLE: Cell2:: Cell3:: Cel
Don't know where the problem is. Maybe Report class is just for old qtf format...? Anyway I couldn't find anything in doc or source.
I am using U++ 511 on Linux.
|
|
|
Goto Forum:
Current Time: Tue Apr 29 10:23:40 CEST 2025
Total time taken to generate the page: 0.00879 seconds
|