gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
Attach small demo project with problem here
-
Try to close frxReport1.PreviewForm if frxReport1.PreviewForm <> nil before frxReport1.ShowReport;
-
Use IIF function
-
use if double(frxReport.Calc(TfrxMemoView(Sender).Text)) >= 147.0 then instead of if double(TfrxMemoView(Sender).Value) >= 147.0 then
-
Yes, create custom function and load and use library in the Delphi's code
-
FR PDF export filter doesn't have such feature
-
wrote: The 'trick' ( or design ) is to use the print / export functions on the preview component But you tell wrote: I tried both now without any difference What is right?