gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 565
- Last Active
- Roles
- Members, FR Team
Comments
-
I think you should create user function with SendToBack or BringToFront functionality
-
Try to recompile FR TeeChart packages manually (without recompile.exe)
-
For "AcrossThenDown" mode set band's column property, for "DownThenAcross" mode set page's column property
-
DataMod.frxReport1.LoadFromFile(ReportFile, true); Â Â PdfFile := ExtractFilePath(ParamStr(0)) + 'Report.pdf'; Â Â SetBaselineVariables; Â Â DataMod.frxReport1.PrepareReport(true); Â Â //DataMod.frxReport1.ShowPreparedReport; Â Â //DataMod.frxPDFE…
-
Try to recompile FR TeeChart packages manually. See teechart.txt
-
Try to enable MAPI option of Email export filter
-
Recompile.exe doesn't support XE3. Try to recompile FR packages manually. See Res\install_res.txt, install.txt, teechart.txt
-
Did you place cross on stretched and splitted band?
-
Use stretched memos and bands
-
Attach your png here
-
Try to download FR for ActiveX http://www.fast-report.com/en/download/fas...x-download.html You can found many examples for VB when install FR for ActiveX
-
Use TfrxUserDataset
-
Try to open your png with MS Paint, save it and use saved png
-
Did you recipient use iPad/iPhine/Mac? What size of PDF file? Try to send PDF via e-mail client like MS Outlook. What result did you get?
-
Check path to report template. Is report template loaded?
-
Uninstall FR, install FR again and remove frxpnglang.pas, frxpngimage.pas from LibD7 folder
-
You can't to use progressbar, you don't know how many pages was generated You can show what page number prepared at this moment only var FormPA: TForm; Â Â Â Â ButtonPA: TButton;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â …
-
Did you add TfrxDBXComponents to project?
-
wrote: but more likely that I'm not setting the Cross View up correctly. Try to analyze Sender.Name in TfrxReport.OnBeforePrint event
-
Try to compile FRDemo. Did you get same result?
-
Try to compile demo project from MasterDetailUDS folder. Did you get same result?
-
Is C:\bos.doc exists?
-
Show your uses list
-
Try to use TfrxUserDataset or report's variables or TfrxReport.OnGetValue event
-
wrote: My general Question is: Does FR save the data definitions (Connections, querys) in the Report-File? Or can i only use Data from datasets i must create before in my delphi-Project with TfrxDBDatasets? FR Embarcadero Edition and FR Basic…
-
Try uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, cxPCdxBarPopupMenu, cxGraphics, cxControls, cxLookAndFeels, ExtCtrls, cxPC, Printers, Spin, ReportDesigner, ReportCommon, frxPreview, frxDBSet, fr…
-
Try to set MasterData.KeepFooter to True
-
What IDE do you use? Show your uses list
-
Ignore this error message and save new frxChartEditor.dfm
-
I think this is not possible