gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
Try to set Page.Bin in the TfrxReport.OnPrintPage event
-
You can't to do this in the script
-
Do you use latest FR 6.2.11? If yes - send your report template fr3 and prepared report fp3 to support@fast-report.com
-
Send demo project to support@fast-report.com
-
Set TfrxReport.PrintOptions.ShowDialog to False
-
Change FR's sources or create own printer dialog
-
no
-
yes
-
Add DetailData band to the report. Set DetailData.RowCount = 1 (this is necessary!) Set DetailData.RowCount := MasterData1OnBeforePrint event. Place TfrxMemoViews with MasterData.Dataset fields on the DetailData band. Set MasterData.Height to 0
-
FR Designer menu View-Editors configurator-TfrxMemoView-TfrxInPLaceDatafieldEditor - check evDesigner
-
FR Embarcadero demos in the attach
-
What FR's edition (Embarcadero, Standard, Professional, Enterprise) do you use?
-
FR 5 will not support 10.3. FR 6 with 10.3 support will be available during 1-2 weeks
-
FR 3 doesn't have Delphi 10.2 support