
-=Den=-
-=Den=-
About
- Username
- -=Den=-
- Joined
- Visits
- 7
- Last Active
- Roles
- FR Team
Comments
-
I can create example with single data.
-
To use TfrxPreviewForm include frxPreview.hpp header.
-
Turn on TfrxReport.ShowProgress and TfrxReport.OldStyleProgress propertyes.
-
Add new page(set PrintToPrevPage property to true) and place second master data on new page.
-
The date fields is not blank. To test it do this: 1) Crerate new report. 2) Place two memo objects. 3) In first memo write [Report.ReportOptions.CreateDate] 4) In second memo write [Report.ReportOptions.LastChange] 5) Set memos Display forma…
-
Try set memo.ShiftMode to smDontShift or smWhenOverlapped and memo.StretchMode to smDontStretch or smActualHeight on all memos in your report.
-
Before you call Print method you must call PrepareReport function. For example: frxReport1.PrepareReport(); frxReport1.Print;
-
By default this propertyes is blank. You must set this propertyes yourself when you create report.
-
Set frxMasterData1 = report.CreateReportObjectEx(report, "TfrxMasterData", "MasterData1")
-
Put picture object on band and in PictureOnBeforePrint event write : procedure Picture1OnBeforePrint(Sender: TfrxComponent); begin  TfrxPictureView(Sender).LoadFromFile();                   end;
-
Change expressionDelimiters property(in memo object) to <%,%> and in memo write <%ItemName%> [<%<Sum(<ItemCount>, MasterData, 1)>%>] <%ItemSales%>
-
use RichView.RichEdit.Lines.Add() or RichView.RichEdit.Lines.Insert( ) instead of RichView.RichEdit.Lines.Text := RepStr( RichView.RichEdit.Lines.Text,'$rival_docnom$','123' );
-
Create two queryes with master-> Detail link and select required field form master query.
-
wrote: When I export to Excel the number came with Text, how can fix this bug? Swlect memo ->RMB->Display Format -> set numeric (if you use last FR version). wrote: When i export to Word my report cames in table, i want to expor…
-
Did you try change Charset property in memo object?
-
You can convert QR to FR 2.X and FR 2.X to FR 3.X.
-
Manually instalation: 1) Delete FastScript 1.9 Tee Components and FastReport 3.0 Tee Components from "Componenets" -> "Install Packages". 2) Open Tee.Inc and uncomment //{$DEFINE TeeChart7} line. 3) Compile and Install fsTee6.bpk(BDC6) and f…
-
support@fast-report.com
-
You can do this in frxReport.OnClickObject. This code copy unicode string from report to clipboard when you clicked on Object: procedure TForm1.frxReport1ClickObject(Sender: TfrxView; Â Button: TMouseButton; Shift: TShiftState; var Modified: B…
-
frxReport1.PreviewPages.LoadFromStream(PreparedReportStream); frxReport1.ShowPreparedReport;
-
FastReport is VCL component - it can be used in Delphi and BCB. FastReport Studio is COM object.
-
You can find this component in fast-reports.public.binaries news group ("Fastreport 3 ADS 8.0 Component").
-
Can you save two or three records from your database and attach it here or send it to my email den@fast-report.com?
-
wrote: What about a Mono Application? FS based on VCL. wrote: How about Chrome? No.
-
What format has picture field (maybe it's OLE)? Can you save two or three records from your database and attach here?
-
No.
-
Use exe packers (UPX,ASPack,etc...).