gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
See previous Mick.pl post - create additional query and use subreport
-
Objects??? coordinates and sizes are set in pixels, page dimensions - in mm. Since the ?«Left,?» ?«Top,?» ?«Width,?» and ?«Height?» properties of all objects have the ?«Extended?» type, you can point out non-integer values. The following constants…
-
Hello, You can found user's, programmer's, developer's and enterprise manual here: http://www.fast-report.com/en/download/fas...4-download.html and some info here: http://www.reportingfor.info/en/news.php?cat.2 Also you can see FRDe…
-
Try to fill result TRichEdit with your code from your first post and then copy result TRichEdit with TMemoryStream
-
Try to resort preview pages after preparing of report. Something like: var i, j: integer;     page : TfrxReportPage; begin     frxReport1.PrepareReport();     j := frxReport1.PreviewPages.Count div 2;     page := TfrxReportPag…
-
Sorry, but TfrxOLEView(frxReport1.FindObject('OLE1')).OleContainer.CreateObjectFromFile('C:\test.pdf', False); code works OK for me
-
I think aggregate function usage doesn't decrease a performance. Try to store query's result in temporale table and use this table as report's dataset
-
Try to use TfrxUserDataset
-
I tried with FR 4.10.7 - all works OK
-
wrote: Please advise what I am doing wrong. You don't attached report template (fr3) and saved preview pages (fp3)
-
Use for Pascal script: Â Â Â Â [IIF(=1,'AAAAA','BBBBBB')]
-
Try to use if Aformat='05' then memo3.HAlign:=haCenter else memo3.HAlign:=haLeft;
-
Did you try to use latest FR 4.10.10?
-
Try to use MasterData1.Visible := <> 0; in MasterData1.OnBeforePrint event
-
Use in Delphi's code var BMP: TBitmap; begin     BMP:=TBitmap.Create;     BMP.LoadFromFile('C:\Test.bmp');     frxReport1.Script.Variables['pBMP']:=integer(BMP);     frxReport1.ShowReport();     BMP.Free; end; in report's…
-
Set TfrxCheckBoxView.Expression property to = 'M'
-
You must install MS Excel for XLS OLE export filter
-
Use Report.FindObject in script
-
var List: TStringList;          begin     ADOQuery1.Open;                  List := TStringList.Create;                                                       …
-
You must assign MasterData1 with frxDBDataset1
-
FR can't to export to FLASH format
-
Try procedure TForm1.frxReport1BeforePrint(Sender: TfrxReportComponent); begin     if Sender.Name = 'Subreport1' then       Sender.Visible := False; end;
-
No other suggestions See a small sample in attach - all works OK
-
1. Try to disable UAC in Win7 2. Try to re-download installation package 3. Try to completely reinstall FR: - uninstall FR Trial; - remove all *frx*.dcu, *fs*.dcu, frx*.bpl, fs*.bpl from Borland\Projects\Bpl (My Documents\Borland Studio Projects…
-
You can't to use macros in ADOQuery (TADOQuery doesn't support macroses), you can build SQL statement or use parameters only
-
Set parGiorno value to 'LUNEDI' instead of LUNEDI
-
IIF function doesn't declared in FS. You must declare it in FS
-
Attach a sample with problem based on FRDemo database
-
And comment your code procedure MasterData1OnBeforePrint(Sender: TfrxComponent); begin   //AdoQuery2.Close;   //AdoQuery2.Open;      end;
-
Try to set permission for full access for all users for Fast Report 4 folder