gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 594
- Last Active
- Roles
- Members, FR Team
Comments
-
jdredd wrote: » We tried this out and program crashes instantly. SAP Crystal Reports installed is 14.0.4.738 RTM There is no real documentation about this tool at all. Any ideas? This convertor works with CR which included in the VS …
-
Use for example: procedure Footer1OnBeforePrint(Sender: TfrxComponent); begin   Memo3.Visible := False;   Footer1.Height := 20;                                                           …
-
wrote: No, i don't have selected the Interbase Option and i don't have Interbase installed. Just press Nein button to disable loading of FR for IBX packages
-
Try to modify frxPreviewPages.pas: procedure FireMouseLeave; begin   if Assigned(FLastObjectOver) then   Report.DoMouseLeave(FLastObjectOver, X, Y, nil, EventParams);   FLastObjectOver := nil;   FLastDrill := nil;   Report.Preview.Hint :…
-
Sorry, but FR 6 doesn't have such feature
-
JorgeM This is another error. Check your IDE's Library Path and Browsing Path - add path to Delphi's Dialogs.dcu
-
Try to set objects' Align property to baLeft or baRight
-
wrote: PS 2 : Cannot reproduce this behavior in a simple project... Test project need for problem's resolving
-
Yes, still no support PDF/A-3 format. Our developers work to add PDF/A-3 format support in the FR6
-
1. Convert all hours, minutes to seconds (hh*3600 + mm*60 +ss) 2. Calc totals 3. Convert seconds to hours, minutes, seconds seconds div 3600 as hours (seconds - hh * 3600) div 60 as minutes seconds - hh * 3600 - minutes * 60 as seconds
-
It should work if you really set full permissions for all users for FR's LibD22 folder. If you just say - it may not work
-
It should work
-
Create report template for FR FMX Demo with problem and send it to support@fast-report.com
-
Sorry, but TfrxRichView doesn't support page breaks
-
Try to analize TfrxReport.Errors after export
-
What does "when browsing this database I have to create frxmemoview" and "this for each registration of my database" means? Create small and simple demo project based on FRDemo database and send it to support@fast-report.com
-
Run XE8 with "Run as administrator" option or set full permissions for all users for FR's LibD22 folder
-
At this moment Excel (OLE) doesn't works with FR 6. Use BIFF8 export (TfrxBIFFExport)
-
Try to print with 2 copies and disable Collate option
-
FR 5 VCL have beta Lazarus support. FR 6 Lazarus support will be available during 1-2 months
-
Use latest FR 6.0.8 or remove lines with errors from hpp files
-
Try to use download manager for FR's installer downloading
-
Use IIF function [SUM(IIF( <> 99, , 0), MasterData1)]
-
It means how many times MasterData band will repeat
-
https://www.fast-report.com/en/fast-report-6-features/ wrote: Exports: New export filters abilities for PDF, SVG, HTML5 allow to process complicated objects like RichText, Chart, Maps and exports them directly as vector/text format approachin…
-
Try to add System.Win in the project's Unit scope names
-
I think the text prefixed with "6" should have same behavior like the text prefixed with "3"
-
Try to set TfrxCSVExport.UTF8 to True
-
wrote: The text prefixed with "6" (inside the purple box) is not "greyed out" although the "Focus Control" and associated Button are disabled! Why it should be "greyed out"?
-
wrote: I've read that TfrxExportMail not support gmail ssl encrypted connection, is true? Yes, use TfrxMailExport with MAPI or MS Outlook options (mail client should be installed, configured and runned) or uncomment {$DEFINE INDY} in the frx.…