haentschman
haentschman
About
- Username
- haentschman
- Joined
- Visits
- 13
- Last Active
- Roles
- Members
Comments
-
Solution: QuotedStr()...
-
Hi... https://forum.fast-report.com/en/discussion/comment/42365#Comment_42365 "without CustomDataset" ...sorry, i mean TfrxUserDataset. This way i know. I have what I don't want. :-( I was hoping they'd have something more modern by now. :…
-
Hi... In my opinion...it is not the task of the report to write in the database...even if it is possible. The report has no knowledge of the database. Only DataSets. He only shows the data...thats is his task. Everything else is business logic.
-
How can i edit the post?
-
conUserName = 'Häntschel';
-
Version: 6.2.9
-
Hi Paul... begin   ReportFileList := TStringList.Create;   try     ReportFile := LoadReport(Print.ReportDocumentType);     if FileExists(ReportFile) then     begin       dmReport.frxReport1.LoadFromFile(ReportFile);      …
-
Hi... wrote: Which edition of FastReport do you have? That is, do you have the source? ...without sourecode. TfrxPreviewForm(frxReport1.PreviewForm).PrintB.OnClick := ..was the answer. ShowReport the frxReport1.PreviewForm is nil. pr…
-
Hi... [img]style_emoticons/<#EMO_DIR#>/rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> you have a solution?[/img]
-
Hi... I use only Arial... [img]style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> PS: The content comes from a RTF Field. The Fonts are embedded.[/img]
-
Hi... [img]style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":unsure:" border="0" alt="unsure.gif" /> The same error in 6.2...[/img]
-
Hi... [img]style_emoticons/<#EMO_DIR#>/rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> At the moment...never change a running system.[/img]
-
Hi all.. [img]style_emoticons/<#EMO_DIR#>/rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> It was a[/img] layer 8 error... I was copied a frxDataset from my colleague. But i not checked RangeB…
-
Hi... i am thinking you should use two Memo??s with the same Field and then switch to the next Page. Then you have two Rows with the same Text. On the first Page the first Record, on the second Page the second Record. hope it??s help...
-
hi all... is there not a simply solution ? How can i check the syntax of the page numbers ?
-
no. the report is printing directly without preview. the dialog Window is shown with the print function. Normaly the Syntax of the Page Numbers has to be checked by FastReport without an Exception. How can open a Messagebox without an Exeption. Then…
-
Hallo, try this: frxReport6.Variables.Variables['yazi']:=''+Memo2.Text+''; only '' not "" have a nice day or you want the caracter " before and behind your Memo Text ?
-
Hallo gordk, wrote: it does not belong to the report print options it belongs to the design page a long time later...i understand what you mean [img]style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" bor…
-
Thanks for your answer. I read this but i am thinking it??s not the same with the option in the Print Options. Then it??s clear. [img]style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gi…
-
Thanks for your answer, but i think no. it??s always the same Report i am printing as example 10 times. before the first i am setting the options. then i set OptionsVisible:= False and printing the next, the next, the next .... before i update…
-
Hi, I dont know how. I copy this code from my project. I have only change the Names from german to english. Sometimes the name "Title" is a reserved word. Change to an different. I wrote "Titel" its??s the german Title. Do you declare the proce…
-
Hi... I do it as follows: you need a Title Band and a Picture on it. the RadioButtons in your Options before the print: RadioButton1- print with Picture RadioButton2- reserve the Place for an Picture what is placed on the Paper Radiobutt…