
Polomint
Polomint
About
- Username
- Polomint
- Location
- Australia
- Joined
- Visits
- 1,326
- Last Active
- Roles
- Members
Comments
-
Some questions first. Which version of FastReport are you using? Which "licence" type? (Are you relying on the edition that comes with 10.4.2 or do you have a separately purchased "licence"?) Have you just upgraded to 10.4.…
-
G'day M (and LK), If I remember correctly, TfrxComponent has a Property read-only called Report which is already type TfrxReport. So no need for any type-casting. You should be able to just reference Sender.Report Cheers, Paul See the Developer…
-
G'day Bernaert, Have you raised a ticket on the Support Site? https://support.fast-report.com/users/sign_in You're more likely to get a fast response from the Support Team there. Cheers, Paul
-
I am with you 100% LK! I fully appreciate the economics of delivering software like FastReport. It is not like "consumer Apps", and so I accept that the Fast In Rush Team needs to get the "cash flow" right. I also appreciate t…
-
OK, this might not be helpful at all! A couple of "caveats" first: We do most of our work with Vcl still (so no FMX examples to cite) All of our reports are instantiated in individual Units with both the Delphi and FR3 based on common …
-
G'day Mike, Interesting. GPI ddin't point that out, so maybe it can be done. anyway... When I am back in front of my development machine I'll remind myself what we do for previewing "composite reports" which our main App has many... Cheer…
-
G'day Mike, I haven't tested your solution, but would caution you to check this for memory leaks. Those "Preview := nil" statements worry me 😳 Cheers, Paul
-
G'day, Have you tried using the TfrxReport.OnPreview Event? We use this to standardise things like PreviewOptions, BorderIcons and PreviewForm.Icon. You should have access to the settings you need through PreviewForm. Cheers, Paul
-
G'day Daniel, What action do you want to take if Variables ['Name'] is Null? If you want the variable "V" to be set to an Empty String, you should code for that. with Report.Variables do begin if IsNull (Variables('Name')) then V …
-
G'day Peter, The list of Folders covers the "critical" ones. We've recently found that there are compiled Units "all over the place" because of the way the FastInRush Installers bundle source and object into the same folder (e.g.…
-
OK, I have come back to this problem with "fresh eyes", and it is not "Rocket Surgery". The problem is that the installed FastReport (and FastCube) releases put everything into one folder. When you Build an application that refe…
-
SOLVED For some reason, yet to be determined, there are copies of frxRCclass.dcu and frxRCexports.dcu in our Application Folders. These are being rebuilt with the Project(s). So it looks like the Exception is caused by out-of-date code / incompat…
-
Sadly GPI, it does not work for me! But I'll keep the v6.8.5 installation on the one machine I tried, so I can create a test application to demonstrate the problem. It might take a day or so before I get to it. I hoped the Call Stack would tell me…
-
G'day Leo, How did you "populate" the Memo? Did you type the formula as you see it above, or did you use FR's "helper" (Insert Aggregate or something similar) to create it? Did you "drag" the Variables into the Memo …
-
G'day, Do you mean that you are using the edition bundled with RAD Studio? If so have you checked the Feature List? https://www.fast-report.com/en/products/report-for-delphi-fastreport-feature-matrix/ Cheers, Paul
-
G'day, Could you provide a bit of context? For example: * have you other similar reports that are working OK? * is this a new untested report? * which FastReport components are you using? * does your report rely on script code? Cheers, Paul PS some …
-
G'day Servando, I find that raising Support Tickets gets a faster response than the Forums. https://support.fast-report.com/users/sign_in Use the same login details you use to access your licensed software :-) Cheers, Paul P.S. I believe that Reco…
-
G'day Rolf, Another "lateral thought". Have you checked the Library Paths on both 10.3 and 10.4 installations? I have a vague memory of a problem when we upgraded from FastReport "Professional" Edition to "Enterprise" t…
-
G'day, I don't have a solution for your problem, but I wonder if it would be worth experimenting with "Recompile.exe" selecting different options for "TeeChart Version", and then "capturing" the "Run.bat" file…
-
G'day Rolf, Your English much better than my German / Deutsch! When you installed the latest version did you: first uninstall the previous version? delete all traces of FastReport and FastScript from the system folders? install the latest version o…
-
Magic Cheers, Paul
-
It is a bit hard to know how to help you! Our "relatively complicated reports" don't cause any problems. Can you post a cut down version / demo here to give us an idea where to look? Have you raised a Support Ticket? Cheers, Paul
-
Firstly, no we've not seen that and we've used almost all of the FastReport revisions from 6.5.15 to 6.7.6. How exactly did you do the "upgrade"? Did you rely solely on the FastReport Installer? Did you run the Recompile.exe against all of…
-
Oh the "search for fs.DCU / fs.BPL" should have included wildcard characters but the new Forum software won't let me include them. But of course you realised that was what I meant didn't you?
-
Hmmmm. Looks like there are Fast Script packages / units lurking somewhere on your system. Have you tried a file search for fs.DCU / fs.BPL? If after Uninstall there are any there, a manual delete is your only option. You might have leftovers from a…
-
I don't know if it will help you, but in the past we've solved FastReport / FastCube upgrade problems by first Uninstalling existing versions with IObit Uninstaller. You can get a free / evaluation copy from IObit. It cleans out the stuff FR uninst…
-
D'uh! Actually I don't think there is anything stopping you dropping multiple instances of the "same" Export Component on your "main" Form - so no need to do it in code. But I've realised that doing this might "upset"…
-
[quote]But, I think the exports components are global, like singletons. Or I'm wrong?[/quote] AFAIK you are right. Assuming you just drop the Export Components on your "main" (or Global Functions) Form. I haven't tried it, but wonder if…
-
Not sure I understand the question. Where exactly have you set the "FileName"? Is it a local variable? Assuming it is local, to export in PDF, DOCx, RTF etc. you need to have instantiated the Export Components beforehand, and then you …
-
G'day Gordon, From memory there are a couple of deprecated Properties on some FastReport Objects. I can't recall which at the moment, but I do remember getting error messages when the Projects were opened first time. Clicking "ignore" got us to t…