gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
Try to place fields from MasterData's dataset on Detail's header and set ReprintOnNewPage to True for this header
-
See here: http://www.fast-report.com/en/blog/index.p...on_en&id=26
-
I2/5 encodes pairs of digits http://en.wikipedia.org/wiki/Interleaved_2_of_5
-
Set ReportSummary1.AllowSplit to True
-
See FRDemo: - put a memo object with [CopyName#] text inside. It will show a copy name; - go "Code" tab and write a simple script that will give names to each copy. begin   frxGlobalVariables['CopyName0'] := '';            // …
-
Use CopyName# report variable
-
OnPreviewClick works with Sender only wrote: Btw. anyone else using JScript? Most of FR VCL users use Pascal script You can found FS manual here: http://www.fast-report.com/pbc_download/fs_en.pdf