gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 564
- Last Active
- Roles
- Members, FR Team
Comments
-
What edition of FR do you use? Run-time designer doesn't included in the FR Embarcadero and FR Basic
-
Did you add TfrxDesigner on the form?
-
Can you attach your report template (fr3) abnd saved preview pages (fp3)?
-
It seems your provider doesn't recognize your FromMail address
-
See Source\FireDAC folder
-
Yes, FR5 supports D7-XE5
-
See DOA DB engine for FR4 in the attach
-
FireDAC DB engine always included in FR5
-
What result did you get when print on laser printer?
-
Use TfrxReport.OnClickObject event
-
Do you use GDI print?
-
Sorry, but I can't to understand what you want
-
In delphi procedure TForm1.FormCreate(Sender: TObject); begin     frxReport1.AddFunction('function ChangeMemoWithTag(Tag: string)');     frxReport1.ShowReport(); end; function TForm1.frxReport1UserFunction(const MethodName: String;   va…
-
Attach small demo project based on FRDemo database
-
See a demo project in the attach
-
It seems you still use some old packages. Uninstall FR completely, remove all FR's files and folders and then install FR again
-
Try mem.text := '';
-
Did you uninstall FR Embarcadero edition completely if you have installed FR Embarcadero edition?
-
Hello, It seems EngineOptions.SilentMode doesn't loaded from report template to TfrxReport P.S. Use fr3 extension for report template. fp3 is an extension for saved preview pages
-
Hello, copy one preview page from one report to another and then save preview pages of second report to the stream
-
wrote: Why isn't the FrxDesigner package installed? Because you don't uninstall FR Embarcadero edition first and still use FR Embarcadero edition packages
-
wrote: frrptStampa.LoadFromFile('report_name_01.fr3'); Try to use filename with absolute path
-
FR Designer isn't included in FR Embarcadero Edition and FR Basic
-
Place subreport's memo on the data band
-
use in masterdata OnBeforePrint event: MasterData1.Visible := <= 5;
-
Modify frxDesgn.pas procedure TfrxDesignerForm.UpdatePageDimensions; var   h: Extended; begin   if FPage is TfrxReportPage then   begin     with FPage as TfrxReportPage do     begin       ScrollBox.HorzScrollBar.Position := 0; …
-
You can resolve this problem if you have a sources. Do you have FR Professional or FR Enterprise?
-
You can set Engine.CurY in the script
-
attach your rtm file here
-
Try to use TfrxDBCrossView