gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 565
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
I told about this problem: wrote: FR 4.11 Installation issue was signaled by Anu de Deus in below topic http://www.fast-report.com/en/forum/?p=/discussion/8020
-
Try to reopen ADOQuery2 in MasterData1.OnBeforePrint event
-
This problem was fixed in FR 4.11.4 or 4.11.5
-
Try to resort preview pages after report's preparing
-
See a solution from Mike.pl procedure  SuppressBlankLines( MemoView :TfrxMemoView); var  i,last :int; begin   Last := 0;   with TfrxMemoView(MemoView).Memo do   while Last >= 0 do begin     Last := -1;     // find last empty lin…
-
wrote: I have a report that about once a day (both at customer side and on my computer) gives the error "external error". When this happens, the data in the MasterData is completely empty. Attach a screenshot of error message here wrote: …
-
Do you print each group on separate page?