3.02 Release Bugs
Hello all,
I think FR 3 is getting even better after every release, but "bug-hunting-and-squashing" may be a never-ending task in all kind of software!
On the latest release (3.02), I found the following issues:
- the "Field not found" bug is back (as stated by other users on previous posts)
- the recompile wizard (which is, by the way, a great idea) didn't work for me. It seems to hang!
- after dragging DB fields into the report from the Data Tree, the field name isn't displayed on the memo.
- when previewing a chart report, I get the error 'Cannot perform this operation on a closed dataset' and Delphi points to the frxDBSet.pas file, specifically on the line number 180:
if RangeBegin = rbFirst then
FDS.First else
FDS.GotoBookmark(FBookmark);
FEof := False;
This happens when the dataset bound to the report is closed before the preview, and I set the frxDBDataSet to open it.
If I open the dataset manually (with an Open command before the report preview) I get a "Field not found" error.
Thank you all in advance,
Luiz
I think FR 3 is getting even better after every release, but "bug-hunting-and-squashing" may be a never-ending task in all kind of software!
On the latest release (3.02), I found the following issues:
- the "Field not found" bug is back (as stated by other users on previous posts)
- the recompile wizard (which is, by the way, a great idea) didn't work for me. It seems to hang!
- after dragging DB fields into the report from the Data Tree, the field name isn't displayed on the memo.
- when previewing a chart report, I get the error 'Cannot perform this operation on a closed dataset' and Delphi points to the frxDBSet.pas file, specifically on the line number 180:
if RangeBegin = rbFirst then
FDS.First else
FDS.GotoBookmark(FBookmark);
FEof := False;
This happens when the dataset bound to the report is closed before the preview, and I set the frxDBDataSet to open it.
If I open the dataset manually (with an Open command before the report preview) I get a "Field not found" error.
Thank you all in advance,
Luiz
Comments