AlexTZ
AlexTZ
About
- Username
- AlexTZ
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
Probably you did not install language resources correctly?
-
I've added property Curve to TfrxShapeView. If it is 0 (by default), the behaviour is like now. If you set it to >0, corners will set to fixed size. Wait for the next version.
-
You can't make master-detail report with ONE TfrxUserDataset, you need TWO datasets for master and detail bands.
-
You shouldn't touch the DotMatrix property. Create new dot-matrix report from File|New... menu.
-
I'd like to reproduce a bug, so if .fr3 file is enough (i.e. I will be able to run it in the FR3 demo and get the error), you can send it. In other case I will need a test application. tz@fast-report.com
-
Create a chart in the Delphi code. Put the empty Picture object into a report and write the following TfrxReport.OnBeforePrint handler: procedure TForm1.frxReport1BeforePrint(Sender: TfrxReportComponent); begin if Sender.Name = 'Picture1' then …
-
Use latest version of FR (3.11).
-
RichEdit does not support transparency.
-
If you have demo send it to me.
-
Could you send me a demo? tz@fast-report.com
-
I see no image.
-
You should use manual install because recompile.exe cannot change teechart version for BCB, only for Delphi. You should manually change files frx6.bpk and fs6.bpk (replace all TEE with TEE7C6) and recompile them in the BCB IDE.
-
Probably you did not install upd1. The best way is to uninstall Delphi and install it again, then install upd1, then upd2.
-
I'll try to add it in further releases.
-
Use cross-tab object (or vertical bands - see demos\main demo).
-
yes, it is.
-
Correct is: fsScript1->AddMethod("procedure FUNC(x:array)",ScriptFunction,NULL,NULL);
-
should be AfrReport.ShowPreparedReport; instead of AfrReport.ShowReport(True);
-
See http://www.rarefind.com/fr/index.html
-
Still don't see any problems. Could you make a small demo and send it to me? tz@fast-report.com
-
Show me the code where you assign the dataset.
-
No it can't. FS is actually not an interpreter - it's a compiler.
-
Keep works only for new page, not for new column.
-
It is possible (needed to change frxClass.pas). procedure TfrxReportPage.SetDefaults; begin FLeftMargin := frxPrinters.Printer.LeftMargin; FRightMargin := frxPrinters.Printer.RightMargin; FTopMargin := frxPrinters.Printer.TopMargin; FBottomM…
-
Band does not have such option, it prints only left-to-right and then top-to-bottom. You could use simple script that changes Engine.CurX and Engine.CurY to move current position.
-
I've just exorted report of 71 pages. All 71 pages are there, in both pdf and rtf. Tested on FR3.10, demos\main demo.
-
One more thing about including source of frxPreview into Basic version. It is impossible because frxClass.dcu will complain about incompatible version of frxPreview.pas when you change it.
-
What happens when you trying to export more pages?
-
Ruler is the add-on component for internal use only. You may try to use it in your application, but it was not designed for such purposes. Another problem is that you can't combine frxPreview with scrollbox because preview is a scrollbox itself. All…
-
'Keep' mechanism uses the common code in the FR engine. You can't keep more than 1 item, i.e. if you use keep group, you can't use keep master.