gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 558
- Last Active
- Roles
- Members, FR Team
Comments
-
See attach
-
Use for example: function MasterData1OnBeforePrint(Sender) { Â Â ShowMessage("test");Â Â Â Â Â Â Â Â }
-
Try to set TfrxLineView.StretchMode to smDontStretch
-
wrote: Also it MAY get to a point, i have to group by more than one field ? Is this doable? is Either of this doable? Try VarToStr() + VarToStr() expression
-
No, you can use TfrxGroupHeader band with drill-down feature
-
Memo1.Color := claRed;
-
Try to show this dataset by TfrxDBCrossView
-
Try [IIF( - > 0, - , 0)]
-
Updates of free FR Embarcadero edition doesn't available Try to test latest FR 6.1.3 https://www.fast-report.com/en/download/public_files/267/
-
Just use VarToStr() + 'x' + VarToStr() + 'x' + VarToStr()
-
wrote: But in Verison 5 there is no prepareReport and the prepareBatchReport don't have a parameter. FR 5 have TfrxReport.PrepareReport(ClearLastReport: Boolean = True): Boolean;
-
FR uses TRichEdit, TfrxRichView supports RTF which was saved from MS Wordpad
-
FR VCL doesn't have such feature
-
Use two-pass report. Store sum and record count for each group on the first pass and then use these values on the secon pass (show sum when = count of group's records)
-
Try to use frxImpRemota.PrintOptions.Printer := fdqProdutosIMPRESSORAREMOTANOME.AsString; //Windows Printer Name frxImpRemota.SelectPrinter;
-
Free FR Embarcadero Edition doesn't have script support. You had get expected behavior
-
[IIF(==0.375, "3/8", IIF(==0.250, "1/2",""))]
-
Sources only installer will be available during 3-4 months
-
View-Editors configurator-TfrxMemoView-TfrxInPlaceDataFieldEditor = []
-
rakekniven wrote: » rakekniven wrote: » Check for old FR's units in the system and remove them What are FR units? You mean pas files? rakekniven wrote: » [dcc32 Fataler Fehler] fs_isysrtti.pas(625): F2051 Unit fs_iinterpreter w…
-
Run Delphi's installer and install TeeChart
-
Check for old FR's units in the system and remove them
-
Sorry, but FR's TfrxRichView editor doesn't have such feature
-
Did you install Steema TeeChart with Delphi?
-
Install all updates for IDE and reinstall FR or reinstall FR and remove all pas files from LibD25 folder
-
wrote: PS. Anyhow, I would be more interested in password encoding of Excel Exports (due to latest GDPR requirements). Is that possible? Not with FR wrote: Sorry but I already have this feature on 5.6 version Nevertheless, it is adverti…
-
In the FR Designer go to menu Report-Options and set password
-
wrote: Could you advise me? No, I can't. This works for me. Send your report template (fr3) to support@fast-report.com
-
Do you use latest FR 6.1?