al_noland
al_noland
About
- Username
- al_noland
- Location
- Tulsa, Oklahoma
- Joined
- Visits
- 6
- Last Active
- Roles
- Members
Comments
-
rdt, how did you get it to show RTF? I have the RTF stored in a tdataset (tried string and blob) field but I can't get the tfrxrichview to show the rich text.
-
I am having an issue now where parts of the report are overwriting. The master band seems to be a fixed size and not resizing to allow for the sub-report being different number of rows for each row in the master band. Hod do I get it to space dyna…
-
I added the TfrxDesigner and it does come up now. I discovered there was a naming issue with the reports and that is why it wasn't working. Thanks for the help gpi wrote: » Did you add TfrxDesigner to project? Better to attach small demo …
-
gpi wrote: » Does report template loaded to TfrxReport? Try frxReport1.DesignReport; if frxReport1.PrepareReport(true) then frxreport1.ShowPreparedReport; The frxreport1.designReport statement doesn't do anything.
-
That is what I was looking for. Thanks for the help! gpi wrote: » Place TfrxMemoView with frame on the band with subreport, set TfrxSubreport.PrintOnParent = True, TfrxMemoView.StretchMode = smMaxHeight
-
Thanks! I figured there was an easy setting. I over looked it. gpi wrote: » Set band's PrintIfDetaiEmpty to True
-
The message you are getting when you run Delphi 10.1 is caused by not installing Interbase. I installed it and that cleared that error. However, the re-compile tool does not have an option to compile 10.1 Berlin. wernerdungs wrote: » Hi, I h…
-
I am having the same issue. wernerdungs wrote: » Hi, I have the latest FR 5.5.8. But in the recompile application there is not the Berlin 10.1 available. The latest is Seattle. When I start Delphi Berlin an error message is shown: 'Packa…
-
I have narrowed the issue down to a report that contains a TfrxRichView component within the report.
-
I have updated my environment to Fast Reports 5.3.1 and I am still getting the error when closing the browser after using an .ocx that contains a reference to fast reports. Can someone please comment with a possible cause/solution. Thanks All…
-
Never mind. I hate it when I finally break down and ask a question I find the solution/answer. The "Customer Portal" is a faint button in a bar above the actual web page. Apperently I was "Blind" for a bit this morning.
-
That worked! Thanks.
-
gordk wrote: » .fp3 is a file of preview pages frxReport1.LoadFromStream(reportdata); this would be fine for a report design .fr3 .fp3 is the preview pages produced by design. try instead frxReport1.previewpages.LoadFromStream(reportdata); fr…
-
gordk wrote: » .fp3 is a file of preview pages frxReport1.LoadFromStream(reportdata); this would be fine for a report design .fr3 .fp3 is the preview pages produced by design. try instead frxReport1.previewpages.LoadFromStream(reportdata); fr…
-
gordk wrote: » Al what version of widows is it running on and what version was it compiled with? It is running on Windows XP SP2, it was compiled on Windows Vista SP1.
-
sbruhn wrote: » Fastreport 3.21, WinXp Pro Sp2, Office 2003, Delphi 10 Hello, i have the following Problem i made an report without any dataset only text and variables i set the variables from the program and make a preview all look…
-
wrote: » wrote: » Is Fast Report 4 Thread Safe? Are there any special properties I need to set when using FR from threads? Yes, it's Thread Safe. Create a report object inside thread and set this property: frxReport.EngineOptions.En…
-
gordk wrote: » here is an example from a memo in a page footer. [IIF( > 1,'continued from Page: ' +VarToStr( -1),'Page: '+Vartostr())] Thanks, this is what I need to see. Is there any documentation available for this topic?