AlexTZ
AlexTZ
About
- Username
- AlexTZ
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
I can't run this demo because I don't have database used in it. Could you send me a demo based on DBDEMOS?
-
Do you mean why FR3 cross does not fill top-left corner of cross-table? There is no such functionality in FR3 yet.
-
FR2.x is not WYSIWYG. Use FR3.
-
Yes, I've tried to set text backgnd too, but whitespaces are printed in white color.
-
of course, it will be included in FR3.10 (comes tomorrow).
-
Fix frxPrinter.pas procedure TfrxPrinter.SetPrintParams ... FDC := ResetDC(FDC, FMode^); // add: Canvas.Refresh; // ...
-
FR is compiled with standard IBX shipped with Delphi/BCB. You should recompile FR packages if you use IBX update.
-
You should set the TfrxDotMatrixExport.ShowDialog to False.
-
Probably you get null because of another restriction of agrregates: it should be used in memo objects, then you can use it in the script.
-
Looks like RTF2.0 control does not support backcolor (it is just ignored when sending text to printer). I have no idea now how to fix it.
-
You can't do this with page.backpicture. Use Overlay band with picture on it.
-
See TfrxReport.PrintOptions, you may turn off print dialog here.
-
I'd like to look at test.fr file, could you send it to tz@fast-report.com?
-
Labelling will be added later, it requires much recoding. Different formatting will be in 3.10.
-
FR3 was compiled with standard teechart shipped with delphi/bcb. In case you have other teechart version, you should change frx6.bpk file - change TEE to Tee7C6 (or whatever it is called) and recompile the packages using recompile.exe wizard.
-
Please read the programmer manual, about using script variables (via TfrxReport.Script.AddVariable).
-
Use latest FR2.54 or convert utility from our website, section "fr3 downloads".
-
When converting old reports to 3.0, you should go designer, Report|Data menu and select desired datasets.
-
I'm running WinXP and Delphi5..7 - there is no error and I have no idea how to prevent it.
-
Cross-tab object cannot show labels, you should use separate legend.
-
Just write the following script: procedure ReportSummary1OnBeforePrint(Sender: TfrxComponent); begin Engine.CurY := Engine.CurY + Engine.FreeSpace - ReportSummary1.Height - 1; end;
-
.frt is FR2.x file containing a report template. FR3 does not have templates, you should open this file in FR2 and save as .fr3 file.
-
You should add variables before running a report such way: frxReport1.Script.Variables := 10; or frxReport1.Script.AddVariable('MyVar', 'Integer', 10);
-
frxReport1.LoadFromFile(...) frxReport1.PrepareReport; frxReport1.Print;
-
Describe how do you do this. If your dataset has UserName property set to say "frxDBDataSet1" and has field "Field1", you should access it as frxDBDataSet1."Field1".
-
Do not use XP manifest. This is a known VCL problem solved in Delphi7 and above.
-
Please send me a demo for this error to tz@fast-report.com
-
When you get this error - when opening designer or preview?
-
Read the user manual about this.
-
Describe the situation when you get this error.