blackflag
blackflag
About
- Username
- blackflag
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Have you tried ReportOptions.CheckPassword := false; ? Michael
-
OK, I found a solution that works for me by comparing source codes of frxReportPDF.pas: Just delete line 1761 "and TfrxCustomMemoView(Obj).WordWrap". A solution if you not have the source is maybe to set WordWrap in all CustomMemoViews to TRUE; if…
-
gordk wrote: » in your first case just setting group condition should work use a query with an orderby clause to supply the data. looks about the same for the second case. for overall you could change from storing reports in dfm, which by the w…