AlexTZ
AlexTZ
About
- Username
- AlexTZ
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
In the OnBeforePrint event of the band write the following: Band1.Visible := somecondition = True
-
It is normal behaviour, FR always aligns the output to the left.
-
See developer manual, page 42
-
It is impossible.
-
FS shipped with FR3 is the same as separate FS. To use standard function/types, do not forget to assign fsScript1.Parent := fsGlobalUnit.
-
Please see the bugfix in our newsgroups, group "public.hotfixes". Or wait for 3.08.
-
No, it's not.
-
Please write to sales@fast-report.com
-
Ok, I agree.
-
It's TOO hard because FR3 uses a lot of Win32 API functions to render and print a report objects. You can use FR3 Server to run reports in Linux under Wine instead of trying to port the FR3 to CLX.
-
Not all printers able to print on custom paper sizes. Many printers do not accept paper sizes less than some values (for example, printer driver ???HP LaserJet 6L??? does not support page dimensions less than 76 * 127 mm; printer driver ???HP LaserJ…
-
Fixed in 3.08, comes soon.
-
Works well for me. Probably we have changed something in 3.08.
-
I probably fixed it in the 3.08, comes soon.
-
We don't plan to make CLX-compatible version of FR3.
-
1) FR3 is VCL-only, it can't be compiled in Kylix or CLX. 2) FS is included into FR3 (from FR3 Standard version)
-
The paper source should be set in the page options in the FR3 designer. If you set it to auto (default), it will take paper from default tray (you shuld set it in the printer driver).
-
If you combine condensed and regular text, the printout will be non-WYSIWYG. FR designer/preview can't show condensed text.
-
Just put it on any Delphi form. When you trying to print dot-matrix report, this component substitutes the standard print dialog to dot-matrix dialog.
-
Be sure that you have selected right ESC model when printing.
-
It's not possible in the current version. Will be added later.
-
Of course.
-
FR3 does not support the report inheritance.
-
It won't work in 3.06 and earlier version. Since 3.07 IIF is macro and it will works well.
-
In the 3.07 you can do: if Report.Print then ...
-
Correct one Set('repoortTitle', '''' + 'sdfsdf' + '''');
-
1) use SUM: SUM(IIF( = 'F', 1, 0)) 2) SUM( + )
-
You can use the TfrxDesigner.Restriction set of flags. There is no specific flags to hide OI or code page.
-
Sorry, I don't understand what is the problem.
-
You can call any user function inside the script. Make your function that will show the dialog and connect it to the report (see "Developer manual" how to do this).