gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
FR VCL doesn't have such feature. Try to use TfrxMemoView.Align
-
wrote: FastReport has a large number of built-in standard functions for use in report designs. FastReport also allows custom functions to be written and used. Functions are added using the ???FastScript??? library interface, which is included in F…
-
Modify frxFDComponents.pas type {$IFDEF DELPHI16} Â Â [ComponentPlatformsAttribute(pidWin32 or pidWin64)] {$ENDIF} Â Â TfrxFDComponents = class(TfrxDBComponents) Â Â private
-
Add TfrxMapObject to project
-
No any event. Just assign TfrReport.Dataset with your master dataset
-
Try mytable.Table.Locate
-
wrote: Where can we find the FRv6 Developer's Manual? FR 4 Developer's manual available only https://www.fast-report.com/pbc_download/De...erManual-en.pdf
-
See FR's Developer's manual "Writing Custom DB Engines" chapter
-
Uninstall all instances of FR, remove all FR's files and folders (see system and hidden folders too), install FR again, copy all files from FireDAC folder to LibDXX and LibDXXx64 folders, compile frxFDXX.dpk packages, install dclfrxFDXX.dpk from Lib…
-
Set TfrxSubreport.PrintOnParent = True
-
Assign TfrReport.Dataset with master dataset to create report for each master dataset record
-
Try to set TfrxReport.Dataset = MasterDataset, clear TfrxMasterData.Dataset with MasterDataset and set TfrxMasterData.RowCount = 1
-
Try to modify FMX.frxFDRTTI.pas function TfrxFDFunctions.GetProp(Instance: TObject; ClassType: TClass;   const PropName: String): Variant; begin   Result := 0;   if ClassType = TFDQuery then begin     if PropName = 'PARAMCOUNT' then   …
-
https://www.thoughtco.com/manipulate-ini-fi...-delphi-1058227
-
wrote: The 64 bit fdxD25 compiled fine, but when I try to compile the dclfrxD25.dpk package in the Lib25x64 directory, I get a failure with "DESIGNIDE" not found. IDE is 32 bit, so you don't need dclfrxD25.dpk for 64 bit. fdxD25 is enough
-
ashrafbadawi69 wrote: » hi I would like to know if there is a way to limit rows printed on a report before is goes to the next page For example if my dataset returns 10 rows. I would like to print 5 rows on page 1 and 5 rows on page 2. My rep…
-
FR doesn't have such feature
-
It looks like it only appears in C ++ Builder on x64, with the "Link with runtime packages" option turned off. It seems C++ Builder 10.3 error. Try to contact Embarcadero
-
wrote: If I create a new C++ project in Rad Studio Professional V 10.3 (Rio) and I add a TFrxReport Component, it compiles and runs in 32 bits. It works without any problem. If I compile it in 64 bits i get the following messages Works OK fo…
-
wrote: I just don???t want to break something in a project that was just deployed with over 50 reports. Export filters properties doesn't stored in the report templates, so you don't break reports wrote: I seem to have gotten the 32 bit f…
-
No, FR 5 doesn't have 10.3 support. Upgrade it to FR 6
-
Test project to support@fast-report.com please
-
Use script variable frxReport1.Script.Variables['Coment'] := cComentario;
-
There are no such plans
-
wrote: The installer seems to ignore existing files instead of overwriting them. Did you run FR's installer with "Run as administrator" option?
-
FR doesn't have such feature
-
Try ActivePage1 := ; in the script
-
wrote: The D26 folders are there but the recompile utility has no option for '10.3'. Did you try to run recompile.exe from "C:\Program Files\FastReport 6 VCL \" on 32 bit system, or "C:\Program Files (x86)\FastReport 6 VCL \" on 64 bit system…
-
Sorry, FR doesn't have such feature
-
Send query name, parameter name and GUID as string in the Delphi and set query parameter value in the Delphi's code