gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
Add empty TfrxReportPage (Page2) in report and use in script: procedure Page1OnAfterPrint(Sender: TfrxComponent); begin     Page2.Visible := ( mod 2) = 1;  end;
-
Yes. You must use correct 'Arial' font's name
-
Try report template from attach. What result do you get?
-
Attach your report template (fr3)
-
procedure TForm1.frxUserDataSet1NewGetValue(Sender: TObject; const VarName: String; var Value: Variant); begin end; procedure TForm1.frxUserDataSet1GetValue(const VarName: String; var Value: Variant); begin end;
-
Did you use this code before preparing of report?
-
Try procedure TForm1.frxReport1ClickObject(Sender: TfrxView;   Button: TMouseButton; Shift: TShiftState; var Modified: Boolean); begin     if (Sender is TfrxMemoView) and (Sender.Name = 'Memo1') then       ShowMessage(Trim(TfrxMemoView…
-
Use [EncodeDate(StrToInt(Copy(, 1, 4)), StrToInt(Copy(, 6, 2)), StrToInt(Copy(, 9, 2)))]
-
You may use FR Trial version for report's converting
-
What OS do you use? I try with FR 4.10.1 on Win7 - preview window minimize without problem (only preview window, not all application)
-
See an User's manual: wrote: It should be noted, that the splitting algorithm is not perfect and quality of the output report may not be as expected. You should use this option very carefully in cases when objects on the split band are grouped…
-
What form do you want to view? Attach a simple demo project with problem
-
See a test report template in attach. All works OK. Can you attach report template with problem?
-
Try to change resources in frxrcDesgn.xml and change language with recompile.exe
-
See Functions tab in Data Tree
-
I think Win7 fonts have bigger size than XP fonts
-
Do you use embedded fonts?
-
Install DB engine and see on "Data" page of your report
-
wrote: Does Format( ) works in jscript? Yes. See a test report template for FRDemo Database in attach
-
Hello, Did you see a sample in C:\Program Files\FastReports\FastReport 4\Demos\PrintTable folder?
-
See support ticket # 197164: wrote: You can't to use DisplayFormat for text, just for expressions. You must format memo's text in code: function Memo4OnBeforePrint(Sender) { Â Â Â Â if (Engine.FinalPass) Â Â Â Â Memo4.Text = "Sum: " + Forma…
-
I download zip file without any problem Try to download from here: http://rapidshare.com/files/425820232/test.zip
-
Sorry, but TfrxRichView doesn't support inline formatting at this moment
-
Try [() #n%2.2n] See attach
-
Sorry, but I don't understand you. Can you attach small demo project with problem?
-
Use latest FR 4.10.x
-
See a test project in attach This code works OK: Â Â Â Â frxReport1.ReportOptions.HiddenPassword := 'test'; Â Â Â Â frxReport1.LoadFromFile('test.fr3'); Â Â Â Â frxReport1.ShowReport();
-
See a DB engine for DBISAM in attach
-
Set TfrxReport.ReportOptions.HiddenPassword property
-
Attach all screenshots of your regional settings here