edo
edo
About
- Username
- edo
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Yes it works. Thanks
-
Dataset(s) are also dynamic and i can't know which dataset should be check (there may be more than one dataset). It's related with design.
-
fds_Report := TfrxDBDataset.Create(nil); fr_Report.EngineOptions.PrintIfEmpty := False; fds_Report.UserName := 'Report Data'; fr_Report := TfrxReport.Create(nil); fr_Report.EngineOptions.DestroyForms := False; fr_Report.EngineOptions.SilentMode := …
-
Error comes from frxExportXLSX.pas file: { First default border } style := FMatrix.GetStyleById(0);
-
Thank you. I created a ticket and this problem (bug) is solved via changing component's source code. I'm told this problem will be solved in the next build.