gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 564
- Last Active
- Roles
- Members, FR Team
Comments
-
Hello, Add second TfrxReportPage with fixed page and set TfrxReportPage.PageCount You can resort preview pages after report's preparing: var i, j: integer; page : TfrxReportPage; begin frxReport1.PrepareReport(); j := frxReport1.PreviewPa…
-
See a demo in the attach
-
Try to use custom function
-
Did you set permissions for all access for all users for LibD18 folder? If you logon as administrator and UAC disabled - you should never have any problems with installation
-
Show what you get, show what you want to get
-
add dclfsTee14.bpl, dclfrxTee14.bpl design-time packages in IDE manually
-
You can't to use unidirectional datasets with groups because FR engine uses TDataset.Prior for groups
-
You can't to break cross-view. You should use two datasets (Master-Detail) instead of one. Master - USERS' list, Detail - data for user. Show detail's data by cross-tab
-
Use additional empty series with top and right axis
-
wrote: delphi7 error: fqb70.dpk(45) Fatal: File not found: 'fqbClass.dcu' fqb70.dpk not compiled! Ignore this error for FR Standart. FQB isn't included in FR Standart
-
FR 4.14.8 supports XE5
-
PDFExport doesn't available in FR FMX http://www.fast-report.com/en/fast-report-fmx-comparison%20/
-
Do you use latest FR? What type of
? Numeric or string? -
Did you select Standart edition when run recompile.exe?
-
If you select data from two or more tables - it will be read-only
-
wrote: If it is really the reason, when do you think that a new Version will be available? Fixed. Use 4.14.7
-
wrote: No, I have just installed FR4 Trial for D7, build a small Report and tried to Export to PDF. Yes. PDF Export form was saved in latest IDE by FR's developers. You can fix this if you have sources. FR Trial, FR Basic, FR Standart should …
-
arthursilvestre wrote: » arthursilvestre wrote: » you want to hide the master databand when there is no detail data? yes, exactly. Try to set MasterData3.PrintIfDetailEmpty to False
-
Yes, you can. If you will write wrapper for it
-
It seems PDF export filter dialog form was saved by Delphi XE-XE4 and contain some properties which doesn't available in D7
-
Do you want to add a button on TfrxDialogPage?
-
Use MasterData and DetailData band. Set MasterData.Height to 0, set DetailData.RowCount to n and place memos with MasterData dataset fields on DetailData band
-
Try to use cross-tab
-
wrote: you mean fsTee16.bpl and frxTee16.bpl? No, I mean dclfsTee16.bpl and dclfrxTee16.bpl
-
Add FR Tee Chart design-time packages manually in IDE
-
wrote: When I start this program it warns that I have to make sure I have write permission to the c:\windows\system32 folder. But I have windows Vista and it seems it is not possible to do this: right-click on the folder|Properties|Security tab|Mo…
-
You can create own toolbar or use unit Unit1; interface uses   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,   Dialogs, frxClass, frxPreview, ExtCtrls, StdCtrls; type   TForm1 = class(TForm)     Panel1: TPan…
-
Use FormatMaskText function
-
wrote: A memo with this in OnBeforePrinter DMPMemo1.Text =: = # 27 # 48; Use TfrxDMPCommand wrote: but do not know if this is the right command for fiscal printer or dot matrix coil. See your printer's manual
-
wrote: But I believe there BUG in kind "Code128C" based on this topic: This is not bug. FR supports Code128A, Code128B and Code128C, but doesn't support Code128Auto Ask FR's support for modified units. (Please, don't use "lyrics" when descri…