KamyFlex
KamyFlex
About
- Username
- KamyFlex
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Problem solved after reorganizing my code a little bit, thanks   TmpName := CurrentEntity.GetEntityName;   TmpId := IntToStr(Grid.GridMainView.Controller.FocusedRow.Values[0]);   Report := TFrxReport.Create(FormEntityGrid);   Report.Clear;…
-
gpi wrote: » Try FrxDataSet.Free; after Report.ShowReport(True); comment Report.PrepareReport(TRUE); Thanks for your reply, but what you suggested does not work