gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
No, FR doesn't have GS1 suppport
-
Use 123&FUNC1;123
-
No, you can't to change this behavior
-
wrote: so there is no implemented function in FR for that? Yes, there is no such function in the FR's script wrote: iif i were that skilled in writing my own functions yet, i would't have to ask Try to read Developer's manual
-
See a Developer's manual https://www.fast-report.com/en/download/public_files/214/ how to create custom functions for FR
-
wrote: The feature matrix is for VCL 5, but Fast Reports on my environment is version 4, maybe there is another -different- feature matrix: do you know about it? No, feature matrix for FR 4 is same
-
You can't to do this in the report's script. Ask your application developer to do this in the Delphi's code
-
Compiled without any error in the recompile.exe What error did you get?
-
Try to set GRP_CLIENTE.KeepTogether to True
-
TfrxMemoView(frxReport1.FindObject('Memo1')).Text := 'test';
-
Attach your report template (fr3) here
-
You may set back picture for TfrxReportPage
-
You can access report's objects while another report template will not be loaded
-
Attach your report template (fr3) and saved preview pages (fp3)
-
frxChart.pas file should be included. At least I can see it in the FR for XE7 LibD21 folder (I don't know is it really included in the XE5) wrote: The frxChart.pas file isn't included so how can I fix the problem? If you don't have frxChart…
-
Does TeeChart included in the Delphi XE6 starter? If no - ignore loading of FR for Tee Chart packages
-
wrote: Why are these filters not available for Lazarus? Because these filters are not converted for Lazarus
-
You may add ValueFromIndex support in the fs_iclassesrtti.pas
-
What TfrxMemoView display format do you use?
-
Do you use barcode with even count of numbers?
-
Use batch report frxReport1.LoadFromFile('1.fr3'); frxReport1.PrepareReport(True); frxReport1.LoadFromFile('2.fr3'); frxReport1.PrepareReport(False); frxReport1.ShowPreparedReport;
-
JasonBlack, Does http://www.softteco.com/ have report solution for FMX?
-
There are frxExportFilters() function in the frxDsgnIntf which returns a pointer of the export filters collection You can register/unregister required export filters: frxDsgnIntf.frxExportFilters.Register(frxXLSExport1); // You can don't call th…
-
See attach
-
wrote: then i had some errors while writing additional code and now my dialog not showing on startup anymore. What additional code do you use? Attach your report template (fr3) here
-
FR 4 doesn't supports XE7 You may upgrade FR4 to FR5
-
Use [IIF(3=3, 'true', 'false')] for Pascal Script or [IIF(3==3,"true","false")] for C++ Script
-
No, you can't. TfrxUserDataSet doen't have FieldAliases property
-
Your code should works if you use really correct bin number
-
frxJPEGExport1.SeparateFiles