gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Try to set text alignment in the TfrxCrossView.OnPrintCell script event
-
tme wrote: » It doesn't work. Works OK in the FRDemo 1.fr3
-
Try ( MOD 2)=0
-
Sorry, but free FR Embarcadero edition doesn't have script support
-
Bimmer_R wrote: » Having 5+ reports in its own tab of preview. How to mail these reports as separate pdf in one email to a client? So one email gets 5+ attachments. Can this be solved with user function also? Try to play with FileNames…
-
Add TfrxPreview Set TfrxPreview.EachReportInTab to True Set TfrxReport.Preview := frxPreview1;
-
akai1203 wrote: » could someone help me ? Create support ticket in the FR.Net category or write to support@fast-report.com
-
wrote: I'm trying to make a report, where i need to make 2 nested subreports, but i need both to have PrintOnParent. Sorry, but you can't to do this
-
Set full permissions for 'C:\DATA\Delphi\LIB\FastReport 5 VCL Standard\ folder or run Delphi with "Run as administrator" option
-
It seems Adobe or Windows problem: https://forums.adobe.com/thread/2415575
-
Use latest FR.Net
-
Open frx file in the FR.Net designer, go to menu File-Save as and select fr3 file type
-
Try Memo2.Memo.Text := Trim(Memo2.Memo.Text) + inttoStr() + ' Hour '
-
wrote: Is it possible in Fastreport to change the 'order' before grouping ? This is not FR task, FR use dataset. You should close query, change query text and open query again
-
Do you can read barcode when use TfrxPictureView with prepared barcode image?
-
Add TfrxBDEComponents to your project
-
There are no any differences between TfrxADOTable and TfrxBDETable usage
-
See a Developer's manual "Creating a report form from code"
-
Use report's inheritance. Add TfrxPageFooter band to base report
-
See a sample for FRDemo in the attach (TfrxBDETable have same behavior like TfrxADOTable)
-
See a sample for FRDemo in the attach
-
Set Master property for detail query, use param names in the detail query as field names in the master dataset
-
No, you can't
-
Try Set Rpt = CreateObject("FastReport.TfrxReport")
-
wrote: I didn't use Admin user for build applications !! Use Admin or install FR as Developer user wrote: I changed the access rights of user Developer for the Windows folders below , to full acess , similar to Admin user : C:\Program …
-
Use TfrxReport. EngineOptions.UseGlobalDatasetsList = False
-
FR's export filters exports one copy only, so you should create report with two copies (original and duplicate) and then export this report to PDF
-
See here: https://www.fastreport.ru/ru/forum/index.ph...amp;#entry36271
-
uses frxBarcode2D; TfrxBarcode2DView(frxReport1.FindObject('Barcode2D1')).Visible := False;
-
wrote: Want to change the values directly in Delphi. frxReport1.Variables.Variables := 3;