gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
Did you try to write to support@fast-report.com? wrote: no new releases, no updates See here: http://www.fast-report.com/en/products/FastReport.Net.html wrote: CURRENT VERSION Build: 1.6.45 Date: 06/08/11
-
Ask your question here: http://www.fast-report.com/en/forum/index.php?showforum=10
-
Attach small demo project with problem here
-
Can you attach small demo project based on standart Delphi's components with problem?
-
You can send email to support@fast-report.com
-
sorry, but I can't open your zip
-
ShowReport = PrepareReport + ShowPreparedReport
-
Try to use: MasterData1.Visible := < 21;
-
wrote: But isn't it possible to suppress the first dialog, so that the second one shows against the background of the report form ? I don't understand what you want. Attach small demo project with your problem
-
Use ShowPreparedReport instead of ShowReport
-
Try to close form in TfrxReport.OnEndDoc event
-
Or try to use vertical bands