AlexTZ
AlexTZ
About
- Username
- AlexTZ
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
It can't be supported at all.
-
Please read the install.txt file. You should compile and install all packages of FR/FS.
-
You can press "Edit page" button in the preview and make any changes.
-
You can't use such script in server mode, because ComboBox is not supported.
-
This component is not supported in dot-matrix mode.
-
If you have FR Pro or FR EE, you can manually recompile the packages and install them into another IDE.
-
answered in the tickets.
-
Make a script variable and set its value from a Delphi. See programmer manual for details.
-
FR does not support unicode, we don't plan to support it in the near time. RichEdit.Text is of type String, not WideString. You can try to use RichEdit.Lines.LoadFromStream.
-
FR cannot print two long cross-tabs side by side using subreports, this is by design.
-
We don't have FR2.7 version.
-
See programmer manual.
-
designer form is modal, you can't close it. To close preview, use own preview form (with TfrxPreview component).
-
answered by email.
-
Seems it's not a FR problem - try this with TIBQuery or TSQLQuery.
-
use [
+ 1]
-
TfrxReportPage(frxReport1.Pages[0]).BackPicture.Assign(...)
-
TfrxReportPage(frxReport1.Pages[0]).Bin := DMBIN_xxx; TfrxReportPage(frxReport1.Pages[0]).BinOtherPages := DMBIN_xxx;
-
You should uninstall FS before you install FR3 (FR3 contains a copy of FS).
-
Send your .fp3 file to me tz@fast-report.com
-
FR can't do this.
-
Strange why compiled demo downloaded from our site works well. I don't know the reason yet.
-
Using IIF function is the easiest way.
-
Do you mean FRDemo.exe downloaded from our site works well, but when you compile it on your PC there is a probem with OLE error?
-
Please send me an example. tz@fast-report.com
-
Correct property name is StartNewPage.
-
Just connect the Picture object to the datafield (use Dataset, DataField properties of this object).
-
Rich cannot be displayed with transparent color. It is handled by Windows, I can't fix this.
-
FR2.x kernel was depend on DB.pas unit. FR3 does not require this (and can be run on Delphi versions that don't have such unit - for example, Delphi Personal).