gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 564
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
Check Engine.FreeSpace
-
See here: http://www.fast-report.com/en/forum/?p=/discussion/10148
-
See here: http://www.fast-report.com/en/forum/?p=/discussion/10148
-
Use third-party components See attach
-
wrote: I made something like the Gpi test example, in this way the space of the page it isn't enough for all my child bands! Set Page1.LargeDesignHeight to True
-
wrote: Sorry but I don't understand! I made this try but for me it doesn't work! See attach
-
Try to set MasterData.PrintIfDetailEmpty to True. What resuld did you get?