Home » U++ Library support » RichText,QTF,RTF... » RichText and Report problem
Re: RichText and Report problem [message #717 is a reply to message #707] |
Fri, 27 January 2006 07:53  |
pivica
Messages: 57 Registered: November 2005 Location: Belgrade, Serbia
|
Member |
|
|
There is just a little problem in a Report class on line
page.At(pagei).Append(GetResult());
gcc won't compile that line. But with next added line
Drawing dw = GetResult();
page.At(pagei).Append(dw);
everything is OK.
|
|
|
Goto Forum:
Current Time: Sun Aug 24 12:09:22 CEST 2025
Total time taken to generate the page: 0.04402 seconds
|