
Polomint
Polomint
About
- Username
- Polomint
- Location
- Australia
- Joined
- Visits
- 1,292
- Last Active
- Roles
- Members
Comments
-
G'day Brigitte, I am glad it is fixed! And it is so much more satifying to solve it yourself! 😉 Tschüss Paul
-
G'day Brigitte, Curious! Can you export the Report design as an FR3 file? We should all be able to read that... Cheers, Paul
-
G'day Brigitte, Thanks for the information. Unfortunately this just raises a whole lot of other questions For example: are the values shown on your report generated directly by the designed report, or are they the result of FastScript, or Delphi …
-
G'day Brigitte, First a question: are you running this on a machine with Microsoft Windows? If so, have you checked the computer's Control Panel Settings (under Region / Formats / Additional Settings)? We've had "inconsistent" results…
-
Thanks for the update. I have bookmarked this in case we ever have a similar issue!
-
No worries! Glad it is sorted!! Cheers, Paul
-
OK, so the next questions relate to the contents of the "C:\Windows\Fonts" Folders on the machines of User1, User2 et al. The screen-clip below is from one of our machines showing a grab from Windows Explorer showing our instance of the &…
-
G'day, I am assuming that you want to change the sub-menu on the Preview Form (such as in the screen-clip)... https://forum.fast-report.com/en/uploads/656/VTVWEUG0ZZVZ.png The Installer we built for FastReports (and FastCube) does a lot of customi…
-
G'day, Not a suggestion, but a couple of questions. Are the devices used by User1, User2 and User3 all running the same sofware and versions of same (e.g.Windows 11 and Adobe Acrobat)? Are the settings in the "PDF VIewer" software identica…
-
G'day Joachim, Following on from Chris's post have you looked at: "https://www.fast-report.com/public_download/docs/desktop/online/en/UserManual/en-US/ReleaseNotes.html" Cheers, Paul
-
G'day, Have you tried at "https://www.fast-report.com/public_download/docs/FRVCL/online/en/index.html"? Cheers, Paul
-
G'day, Without seeing your code, I think you need to set up a "global variable" that you add to the group footer in the "before print" event. You can update the value in the "after print" event. If your report code is &…
-
😁
-
G'day Gordon, Do you have more than one IDE version installed on the same machine? If so, does code from there still work? Perhaps this is a perennial problem with legacy DCU and BPL files (for Reports and/or Script) being present after your GetIt u…
-
G'day Nathan, As i said the TfrxXLSexport component worked "out of the box" meaning I didn't set any Properties to special values via tge Object Inspector. And yes ours was dropped on toa Data Module like yours. Did you change any Properti…
-
G'day Nathan, First point: have you dropped an instance of the TfrxXLSexport Component on your Form (or within the scope of the code)? If so, when you click on the "Save" Button on the Report Preview Form you should see: https://forum.fa…
-
G'day Jnr, See my response to your other post on this topic. 🤓 Cheers, Paul
-
G'day Jnr, I don't have current information on this (we stopped trying to use FR Docx Export a while back). The reason then was that the process relied on the creation of tables, and these had complex columns and merged cells which defied any form o…
-
G'day "Input", Have you tried setting "Embedded Fonts" Option on the outputted PDF File? https://forum.fast-report.com/en/uploads/614/ORU12IZ9T7FK.png Cheers, Paul
-
G'day KMR, I don't know if you have already solved this, but we had something similar happening a while back. For reasons I have now forgotten the frxXXX.dcu and fsXXX.dcu Files were being rebuilt with one of our Application Programmes. So there …
-
G'day again Dave, OK so this "nagged at me" so much I recreated our "prototype". The attached files are the Project, Form and "dummy" FR3 files I used. Running the Test Programme you can choose to Export Directly, or …
-
G'day Dave, Probably the best way... We put our code together 8 or 9 years ago, and I couldn't find the prototype we built. It was a simple Form that loaded three FR3 files and then either displayed a Preview or Export to PDF (depending on which But…
-
G'day Dave, It would really help if we could see what you are doing that isn't working for you. For example a sample project... You are right it is possible and relatively straightforward. Our major App has several "composite reports" tha…
-
G'day Bob, I am not sure where you want to use the Title, but if you are like us you probably want to see it: in the Report Header of your previewed / printed Reports on the Caption of the Preview Form as the default File Name when you save / expo…
-
G'day Tom, Your post is on a similar theme to one a couple of months back. Basically, we gave up using FastReports to export to anyrhing other than PDF because of its "quirky" treatment of formatting. Instead we use RAD Studio's ISAM funct…
-
G'day, I have not needed to do this myself, but I suspect that your code is in the "wrong" Event Method. It is probably "too late" in the sequence to do what you want. Have you tried the Report's "OnBeginDoc" Event M…
-
G'day Dot-Matrix Printer Users I don't know if this will help you, but... The Component TfrxDMPCommand is declared in the Unit frxDMPClass.pas (.dcu). Have you checked that this is present for your installation? With FastReport Vcl Enterprise 202…
-
G'day Siegbert, This one might be beyond the User Cimmunity! Have you raised a Support Ticket? Cheers, Paul
-
G'day, Charts in FastReport are provided by Steema TeeChart. They have documetation and tutorials available. have a look at: http://www.teechart.net/docs/TeeChartVCLReference.htm The starting point is to open the Design "Wizard" for your C…
-
😁