gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
wrote: 3.6 Aggregate functions In most cases, group reports need to display some summary result information (such as: ???total of a group,??? ???number of group elements,??? etc). FastReport provides these aggregate functions this purpose. With…
-
Use additional TfrxMasterData band with empty memos and set TfrxMasterData.RowCount property to complete invoice to 10 or 20 lines
-
Use IIF function
-
You can use tag only wrote: 2.4 HTML-tags in the ???Text??? object Yes, this object does understand some simple HTML tags. Tags can be located inside the text of an object. Tags are disabled by default; to enable them, either select the ???A…
-
Try to change paper size in main procedure of script
-
Hello, You should write DB engine. See Developer's manual for more info
-
Unzip file from attach, copy to your LibDx folder and recompile FR TeeChart packages
-
I don't found any reference for GetBookmarkPage in FR's sources May be you want to use GetAnchorPage?
-
wrote: and return back in normal mode to print different pages it remains (in Current mode option )printing only one page ????? What code do you use for return back?
-
If you have a question you can create support ticket: http://www.fast-report.com/en/support/ticket_list.php
-
Try var Pict : TfrxPictureView;     Image: TImage; begin   Pict := frxreport1.FindComponent('Picture1') as TfrxPictureView;   Image := TImage.Create(nil);   Image.Canvas.Pen.Color := clBlack;   Image.Canvas.Brush.Color := clRed;  …
-
Yes, you can
-
wrote: or maybe is already there in latest build?? Yes, but why you don't try this before post message?
-
This is code from my project: In Delphi (I use FIBPlus dataset) procedure TMainForm.ChangeLimitZaborSort; var fields :TStringList;     ordering: array of Boolean; begin     fields:=TStringList.Create;     fields.Add('NOMER');     …
-
wrote: Is it possible to sort data during run-time? Yes. If your dataset support such feature
-
See a demo in attach
-
Try GroupHeader->Condition="frxDBDataset1.\"company\""; and add Memo2->SetBounds(200, 0, 100, 20);
-
See report template in attach
-
Select cell, place shape on cell
-
Did you try to use TfrxPreview.PreviewPages.ModifyPage?
-
Or TfrxXMLExport
-
wrote: very hard to find solution on the web...... Yes. Very hard http://www.fast-report.com/en/faq/faq.php?ID=401#3834
-
Use for example: procedure Band4OnBeforePrint(Sender: TfrxComponent); begin     case ( mod 3) of       1: Engine.CurX := 0;       2: Engine.CurX := -10;       0: Engine.CurX := 50;     end;              …
-
No, you can't
-
Try to recompile all FR's packages with recompile.exe
-
No, you can load picture from file or db field only
-
Try to check for last record in OnNext event
-
No test project - no comments Did you try to detrermine last record in TfrxDataSet.OnNext event?
-
Try to use TfrxPageFooter
-
I think network printer doesn't support DMP print Try to assign your printer with LPT port