gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
All RAD editions have free FR Embarcadero Edition
-
Yes, free FR Embarcadero Edition doesn't have run-time designer and script support
-
No any changes. CR to FR converter needs CR's dlls which included in the VS 2005
-
Again: What product (FR.Net, FR VCL, FR FMX, FR Mono) do you use?
-
It seems you are use some packages from free FR Embarcadero Edition. Uninstall all instances of FR, remove all FR's files and folders (see system and hidden folders too) and then install registered version of FR again
-
1. FastQueryBuilder is not included in the FR Standard Edition. You are probably started recompile.exe with the FR Professional / Enterprise version, and {$DEFINE QBUILDER} was added to frx.inc. It is necessary to delete it and again to start recomp…
-
See FR6 Demo "What's new" section "Duplicates" report
-
What product (FR.Net, FR VCL, FR FMX, FR Mono) do you use?
-
Copy all files from FireDAC folder to LibD25 folder and then compile frxFD25.dpk and install dclfrxF25.dpk packages
-
You can't to do this in the script
-
wrote: Correct? No. See my code
-
Uninstall all instances of FR, remove all FR's files and folders (see system and hidden folders too) and then install FR6 again
-
Sample for PDF button: unit Unit1; interface uses   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,   Dialogs, frxClass, frxExportPDF, frxPreview, frxDsgnIntf, Menus; type   TForm1 = class(TForm)     frxReport…
-
Clear TfrxReport.Dataset or set another dataset for data band
-
Attach your report template (fr3) here
-
Add TfrxDesigner to project
-
[Sum(IIf( <> 0, 1, 0))]
-
wrote: Could this be a bug? Yes. Try to use TfrxPictureView on the TfrxOverlay band as workaround
-
Try to use landscape orientation of the page and place 3 sets of objects on the bands
-
Yes. It's possible. Use TfrxDBDataset
-
Create small demo project based on standart Delphi's components and local database like FRDemo database and send it to support@fast-report.com
-
No, you may use FR report templates (fr3) for preparing of report only
-
TfrxGroupHeader.DrillDown
-
See attach
-
Use for example: function MasterData1OnBeforePrint(Sender) { Â Â ShowMessage("test");Â Â Â Â Â Â Â Â }
-
Try to set TfrxLineView.StretchMode to smDontStretch
-
wrote: Also it MAY get to a point, i have to group by more than one field ? Is this doable? is Either of this doable? Try VarToStr() + VarToStr() expression
-
No, you can use TfrxGroupHeader band with drill-down feature
-
Memo1.Color := claRed;