gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 556
- Last Active
- Roles
- Members, FR Team
Comments
-
Main FRDemo needs TeeChart and ADO. You may remove TeeChart and ADO references from FRDemo, but some reports will not work
-
Use TfrxBand.FindObject function Pass through TfrxBand.AllObjects list items
-
It seems some files from free FR Embarcadero edition still exists in the your system. Uninstall all instances of FR, remove all FR's files and folders (see system and hidden folders too) and then install FR Trial again
-
Go to printer driver settings and ckeck if 90 x 29 mm paper size exists Go to FR designer and set correct paper size on the computer which doesn't works
-
procedure frxReport1OnRunDialogs(var Result: Boolean); begin if <condition> then begin Result := False; Engine.StopReport; end; …
-
Assign parameter with report's variable in the parameter's editor. Pass variable to report frxReport1.Variables.Variables['YourNumVariableName'] := 123; frxReport1.Variables.Variables['YourStringVariableName'] := '''' + 'test' + '''';
-
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