madas
madas
About
- Username
- madas
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
wrote: » I attach example. Hi i can't download the attachment. So please can you reup the file. Thx in advance.
-
So then the content of the TfrxRichView isn't exorted as bitmap anymore. right? so that's really a good and important news. [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> …
-
gordk wrote: » many have asked but i don't think the develper's plan anything soon. the best work around i have found is to use Nuance's (scansoft's) pdf printer driver But may be you can ask the developers or give them a little hint (well…
-
Hi, we need this feature (PDF Export filter: export richtext as formated text) too. Is there a chance that this feature becomes soon part of the pdf export filter? Thx in Advance.
-
Hi gordk, yeah your right. This bug is solved in version > 4.8. So thx for fixing it. Greetings...
-
Hello again, any news about this bug? We have noticed that the bug is still not fixed. Our customers were not very pleased. So when is a solution expected? Thx.
-
Hello, it's me again. @fastreport-developer: I want to ask again: could you reproduce this bug? Do you work on it? When can we expect a solution? (As to ver. 4.7.72 the bug is not fixed). Thx in Advance. Greatings madas
-
unit Unit1; interface uses   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,   Dialogs, StdCtrls, frxClass, frxDesgn; type   TForm1 = class(TForm)     frxReport1: TfrxReport;     Button1: TButton;     …
-
Any news on patching this bug? Thx.
-
Jm12 wrote: » I would like to implement a report with a pagehead, pagefoot and main part (content). And I TFrxRichView wants to use it as RTF files and images with a frame is. PageHeader Masterband (Master Data or similar) PageFooter My C…
-
Try this:   begin     frxReport1.AddFunction( 'Procedure MyFunction' );     frxReport1.OnUserFunction := frxReport1UserFunction;   end;   function TForm2.frxReport1UserFunction(const MethodName: string; var Params: Variant): Var…