AlexTZ
AlexTZ
About
- Username
- AlexTZ
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
Manually install the frxIBO*.dpk and dclfrxIBO*.dpk packages.
-
Wy didn't you set the Page.Bin and Page.BinOtherPages instead? with TfrxReportPage(frxReport.Pages[0]) do begin Bin := DMBIN_AUTO; BinOtherPages := DMBIN_AUTO; end;
-
You can't change the format in this event. Use the following code instead: Memo.Text := Format('%2.2m', [Value]); Note that you should check for Null values. Also in the OnCalcWidth event you should calculate the new width (to increase width o…
-
If you see a blank grey field in the report preview, it means that report was not prepared. Probably because it was not loaded correctly?
-
Grapheditor uses symbolic links, for example [Table1."Field1"]. Memos can be connected directly (they can use pointer to dataset).
-
There is no detailed description of the bugfixes.
-
There is no such equivalent, you can't join prepared reports in FR3.
-
You should go chart editor and add a series. You can't add series in run-time.
-
Try latest 3.09, I fix something in it.
-
Try to install latest FR3.09.
-
Try to use recompile wizard (recompile.exe) to change the language.
-
You can use Engine.CurY property, see the user manual, "Script" topic.
-
You can't, it is inside FR kernel code.
-
No, we are not going to write own PDF viewer
-
You shouldn't recompile that package.
-
FS was created under Win98.
-
Put the empty memo object and write the following in its OnBeforePrint event: DMPMemo1.Text := #27#50;
-
No, it is not reloaded, look at demo sources. procedure TForm1.DesignBClick(Sender: TObject); begin frxReport1.DesignReport; end; procedure TForm1.PreviewBClick(Sender: TObject); begin frxReport1.ShowReport; end;
-
1) View.RichEdit.LoadFromStream(str) 2) put the Rich object on a band and set Rich.Stretretched to true and Band.Stretched and Band.AllowSplit to True.
-
FastReport demo has two buttons: one with ShowReport, another with DesignReport. I don't see any hangs when pressing these buttons one after other.
-
Download FR3 Std again, it is fixed.
-
Wait for update (tomorrow).
-
FR does not change the Screen.Cursor property, only controls' Cursor property. I don't know why Screen.Cursor is changed.
-
1) Call PrepareReport before Print. 2) FR does not use DFM resources, it has own ones. If you want to use translation manager, add all FR files to your project.
-
Where do you set the cursor and how it should work (in preview window?)
-
1,2) it may be related to lock procedure in the FastScript. If you have sources, find and remove the "while Item.FLocked do;" string in the fs_iinterpreter.pas file. 3) why it should work and how?
-
Use extra quotes: Set('AttDap', '''' + FloatToStr(, MasterData1)>) + '''');
-
Count the page number in the script. Do not use standard 'Page' variable.
-
Shapes can't have a shadow. PDF can't export shadow of memos in current version.
-
Craig wrote: I have a similar problem with FR3 in D7. When I try to start FR3.08 in D7 it completely hangs up. This problem started when the upgrade for D2005 came out. I was hoping they would have fixed it on this version. WinXP SP2, D7, D2…