gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
wrote: you mean fsTee16.bpl and frxTee16.bpl? No, I mean dclfsTee16.bpl and dclfrxTee16.bpl
-
Add FR Tee Chart design-time packages manually in IDE
-
wrote: When I start this program it warns that I have to make sure I have write permission to the c:\windows\system32 folder. But I have windows Vista and it seems it is not possible to do this: right-click on the folder|Properties|Security tab|Mo…
-
You can create own toolbar or use unit Unit1; interface uses   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,   Dialogs, frxClass, frxPreview, ExtCtrls, StdCtrls; type   TForm1 = class(TForm)     Panel1: TPan…
-
Use FormatMaskText function
-
wrote: A memo with this in OnBeforePrinter DMPMemo1.Text =: = # 27 # 48; Use TfrxDMPCommand wrote: but do not know if this is the right command for fiscal printer or dot matrix coil. See your printer's manual
-
wrote: But I believe there BUG in kind "Code128C" based on this topic: This is not bug. FR supports Code128A, Code128B and Code128C, but doesn't support Code128Auto Ask FR's support for modified units. (Please, don't use "lyrics" when descri…
-
Code128C supports digits only. No string (text, "lyrics") Use Code128A or Code128B
-
Use mbYes + mbNo instead of [mbYes, mbNo]
-
See here: http://www.fast-report.com/en/download/public_files/163/
-
Use third-party library. See attach
-
works ok for me See attach
-
Try to set memo's ShiftMode to smWhenOverlapped And attach your report template (fr3) here
-
Use Engine.NewPage in report's script
-
Use Ctrl+C, Ctrl+V
-
Use cross' OnCalcWidth event
-
Use TfrxMemoView(frxReport1.FindObject('YourFieldMemo')).Visible := False;
-
wrote: I'm using Arial, Times New Romand and Courier New, so I think that fonts are not the problem. Did you export with embedded fonts option?
-
Use two-pass report
-
Check TfrxDesigner.Restrictions
-
Did you add TfrxDesigner to your project? Also you can add frxDesgn unit in uses list
-
It seems you sill use design-time packages of FR Embarcadero edition
-
wrote: I already tried that Show your code
-
frxReport1.PrintOptions.PageNumbers := '2';
-
frxPreview1.Lock; frxReport1.Print; frxPreview1.UnLock; or frxReport1.PreviewPages.Print;
-
You can create frxrcClass.pas. See FR's Res folder Add path to LibD17, LibD17x64 folders in mk.bat and run it
-
Can you found frxrcClass.pas in C:\Program Files (x86)\FastReports\LibD17 folder?
-
Try to set page's visiblity in main procedure of script
-
frxReport1.Preview := nil; frxReport1.PrepareReport(True); frxReport1.PrepareReport(False); frxReport1.PrepareReport(False); frxReport1.Preview := frxPreview1; frxReport1.ShowPreparedReport;
-
Place line on separate child band with height = 1 and use Engine.ShowBand to show your child band with line when you want