gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
No, FR VCL doesn't require .net 3.5 for printing
-
Just set Color to clNone and bring it to front
-
Set ReportSummary1.PrintAtBottom to True
-
If this code is hard for you - just store properties what you need in the ini file Ini.WriteBool('TfrxPDFExport', 'SaveOriginalImages', TfrxPDFExport(ExportFilter).SaveOriginalImages);
-
Download FR6 Trial and see UserDatasetDemo in the FR's Demos folder
-
Add all dclf*26.bpl frol FR's LibD26 folder
-
FR doesn't supports SSL. You may uncomment {$DEFINE USE_INDY} in the frx.inc and recompile FR with Indy support or use TfrxMailExport with MAPI or MSOutlook options (mail client should be installed, configured and runned)
-
Pass through all text lines and remove empty strings in the script
-
FR doesn't have such feature
-
http://www.fast-report.com/pbc_download/files/fr3tofrx.exe
-
TfrxUserDataset.OnFirst event will be executed every time when TfrxUserDataset.First called
-
Is DadosMestre2 band stretched?
-
Create small demo project with error and send it to support.com
-
OnBeforePrint event doesn't available for TfrxTableCell. Try to use TfrxTableCell.Highlight property
-
TfrxMailExport doesn't available in the FR for Lazarus
-
TfrxDotMatrixExport doesn't available in the FR for Lazarus
-
Export to DOCX exports TfrxRichView as image only
-
Try to test latest FR 6.5.9. If error still exists - create test project and send it to support.com
-
FR 6 report template may run in the FR 5 if it doesn't use FR 6 features (new objects and new properties)
-
procedure TFP3Converter.ProcessClassProperties(AClass: TObject; Ini: TIniFile; sSkipProps, sReadProps: String; RestoreMode: Boolean); var PropList: PPropList; ClassTypeInfo: PTypeInfo; ClassTypeData: PTypeData; //PropClassTypeData: PTypeData; i…
-
FR 5 report templates will works with FR 6 too. Download FR 6 Trial https://www.fast-report.com/en/download/public_files/267/ and test it
-
Modify TfrxReport.ScriptText
-
It seems you still have old FR 5 files in the system. Uninstall all instances of FR, remove all FR's files and folders (see system and hidden folders too) and then install latest build of FR 6 again
-
Use latest Rio 10.3.3 with latest FR's builds
-
There is no such package
-
When I try to add package from LIBD26x64 it gives package already exists. IDE is 32 bit, so, you shouldn't install 64-bit packages in the IDE
-
Place stretched TfrxMemoView on the stretched band. Set band's AllowSplit property to True
-
Set each memo on the child band and set visibility ov the band depend of field value. Set band's PrintChildifInvisible to True
-
Yes, free FR Embarcadero edition doesn't hve a sources. You should buy FR Professional with sources FR 5 doesn't have CurReport Read Programmer's manual https://www.fast-report.com/pbc_download/FR4.6.ProgrammerManual-en.pdf to read how to work wuth …
-
FR 4 doesn't have such function but you can add user's function. See Developer's manual for more info