AlexTZ
AlexTZ
About
- Username
- AlexTZ
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
mywhh wrote: I use fr3.08 just downloaded. When I preview the report , it's OK, when I print from preview dialog, it prints ok, but the program is in preview dialog window and hangs up, I can't activate the program. Why? Can anyone help me. Thanks…
-
Correct is: MonthOf()
-
Use TfrxDesigner.OnShow event.
-
Just click on this link. If you have Outlook Express, it will automatically create the news account and you will be able to read/write in this newsgroup.
-
Just edit it in any text editor.
-
Set the TfrxDesigner.SaveDir property.
-
FR2-FR3 converter does not convert used datasets (because in the FR2 there was no such feature). So you should manually enable all needed datasets in the FR3 designer.
-
You should modify the .dpk files instead of .inc. There is no conditional defines for Tee75 in the .inc.
-
Open the .fr3 file in any text editor and clear the ReportOptions.Password entry.
-
It's impossible.
-
Please read the developer manual.
-
We have plans, but not in the near future.
-
If your memo is connected to datafield, you can't change the Text property. First disconnect the DataSet and DataField properties of the memo object.
-
Objects that lays directly on the page will be printed as background.
-
Only Win32, of course.
-
It's just impossible to make FR working as you wish, sorry.
-
Latest object that you have added will lay over all other objects.
-
Make the memo bigger, 'abc' is the second line and it may be truncated.
-
Please read the programmer manual about using own preview windows.
-
I can't say what's wrong. Probably you should redesign your old report (avoid setting TfrxReport.DataSets in code, do it in the report designer).
-
Should be StmpTab.DS1.DataSet := DM.ArcTab; StmpTab.DS1.DataSource := DM.DSTab; StmpTab.StTab.LoadFromFile(DM.cPth + 'Templates\TabeVet.fr3'); StmpTab.StTab.DataSets.Clear; StmpTab.StTab.DataSets.Add(StmpTab.DS1); StmpTab.StTab.ShowReport;
-
Use TfrxReport.OnBeforePrint event: if Sender.Name = 'DH1' then begin
-
You can change the frxCrossMatrix.pas file: function TfrxCrossHeader.Find(Value: Variant): Integer; var  i: Integer; begin  { find the cell containing the given value }  Result := -1;  for i := 0 to Count - 1 do //   if AnsiCompareText(…
-
FR can't print unicode.
-
Sorry, I didn't understand what you are asking for.
-
See FR\RES\multilang.txt file.
-
You should turn it off *after* loading a report.
-
Try to use latest FR3.07.
-
You can't. Make your text field bigger to avoid loosing a text.
-
Catch TfrxReport.OnPrintReport event.