gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
Set MasterData1.RowCount to 1
-
Try to use overlay band with vertical line
-
See InteractiveReport demo in Demos folder
-
Use TfrxMemoView(Sender).Text:= 'something';
-
Attach your project here
-
This is forum for FR VCL, not FR .Net
-
wrote: Custom Functions Connection to Report FastReport has a large number of built in standard functions, for use in report designing. There is also the ability to connect (add) your own custom functions. Function connection is performed using…
-
Try to use TfrxReport.Calc function or OnAfterPrint event
-
Use user function. See a Developer's manual
-
Set cell's function to cfNone
-
Try Chart1.Series[0].Active := False;
-
Try to change frxReport1.ScriptText
-
You can found a sample in C:\Program Files\FastReports\FastReport 4\Demos\PrintTable folder See a Programmer's manual wrote: 1.20 Printing TTable and TQuery The initial example???s code is located in the ?«FastReport???s Demos\PrintTable?» ( …
-
See PrintTable example in Demos folder. Use cross-tab with one row, one column and one cell
-
wrote: Yes but in this example i see the dbcross tab object Yes, this example uses cross-tab object, but without totals, titles and etc. Just simple table wrote: will be nice field in table be editable Use TDBGrid for table editing
-
wrote: I dont see table object or somethink like that, i have only cross and dbcross objects, but they didn't help Did you see PrintTable example in Demos folder?
-
Place two memos on band: for english and arabic text
-
Did you try to set UseGlobalDataSetList to False? EngineOptions.UseGlobalDataSetList (added for multi-thread applications) - set it to False if you don't want use Global DataSet list(use Report.EnabledDataSet.Add() to add dataset in local list)
-
Yes it's possible. FR support Unicode
-
Can you create small demo project with problem?
-
Try to convert to float first
-
I think it's a bug in report engine. So use script as workaround
-
Use ColumnLevels + ColumnTotalMemos.Visible property
-
Try var              lista_ope : TStringList;                                              Y: extended;                                procedure Master…
-
You may set TfrxReport.PreviewOptions.Buttons
-
Use
-
I tried my code - it works. See a report template in attach
-
Try procedure Cross1OnPrintCell(Memo: TfrxMemoView; RowIndex, ColumnIndex, CellIndex: Integer; RowValues, ColumnValues, Value: Variant); begin     if Value = null then Memo.Text := '0';                             …
-
Attach small demo project with problem