gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
[Sum(IIf( <> 0, 1, 0))]
-
wrote: Could this be a bug? Yes. Try to use TfrxPictureView on the TfrxOverlay band as workaround
-
Try to use landscape orientation of the page and place 3 sets of objects on the bands
-
Yes. It's possible. Use TfrxDBDataset
-
Create small demo project based on standart Delphi's components and local database like FRDemo database and send it to support@fast-report.com
-
No, you may use FR report templates (fr3) for preparing of report only
-
TfrxGroupHeader.DrillDown
-
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