AlexTZ
AlexTZ
About
- Username
- AlexTZ
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
When I minimize the designer it's minimized to small window near the taskbar. You can easily restore it.
-
Please tell more details. In which OS the report was created? FR3 already have rxrich, it doesn't use Delphi rich control.
-
FR3 is VCL for Win32 only.
-
No, you can't now.
-
And what should I tell you? http://www.fast-report.com/en/products/variants.php
-
Correct way is [IIF(=True, 'JA', 'NEIN')] see user manual about [] and <>
-
FR3.14 has bug with StoreInDFM property. Wait for 3.15.
-
Go View|Options and press "restore defaults" button. If it didn't help, run regedit.exe and delete "hkcu\software\fast reports" registry key.
-
Remove the frxReport2.DataSet:=frxDBDataset2; line
-
You should create internal TDataSource component for your dbgrid. Example: type TfrxDBGridControl = class(TfrxDialogControl) private FDBGrid: TDBGrid; FDataSource: TDataSource; FDataSet: TfrxDBDataSet; procedure SetDataSet(const Value: Tfr…
-
It's a TfrxReport.ReportOptions.Printer: String property. See programmer manual.
-
xml export does not use any OLE calls! This error may happens only with excel-ole export. Try to check/uncheck the "fast export" option in the export dialog.
-
Why do you need to add TDataSource?
-
3, of course
-
You can get it from group footer.onbeforeprint. Since you can't use here, you should manually count databands using a script variable.
-
I've tried to export "memos and pictures" test report, looks like original.
-
You cannot print a regular report in dot-matrix mode. Your report should be designed for dot-matrix. To do this, go File|New.. and select "Dot-matrix report wizard" or "dot-matrix report".
-
please send your request to sales@fast-report.com
-
This kind of calculation needs two-pass report. On first pass you remember last line numbers, on second pass use it.
-
Read the user manual about script and events. You should use OnAfterData event.
-
FR3.14 recompile.exe is not updated to see new FastQB packages. Will be fixed in the next version.
-
.frp files cannot be converted.
-
FR, also PDF cannot show trasparent images.
-
Can anyone send me a test example to check it and debug? tz@fast-report.com
-
You can hide the page: Page2.Visible := False
-
You should connect cds_main to TfrxDBDataSet component first. Then you can use it: [frxDBDataset1."PCE_Subject"] Please read the user manual.
-
1) yes, you can use TfrxReportClient component to work with server 2) yes 3) it's FR3 Enterprise Edition, $349