Corrupted RBuilder.ini crashes RB
Corrupted RBuilder.ini file makes it impossible to open report builder.
The line below doesnt confirm that the data retrieved from the ini file
is reasonable and causes RB to crash. RB corrupted its own ini file then
was unable to read its own mess wasting much of my time!
procedure TppReportExplorerForm.LoadStateInfo;
...
FListView.SortMode := lIniStorage.ReadInteger('Explorer Form State',
'SortMode', 1);
The line below doesnt confirm that the data retrieved from the ini file
is reasonable and causes RB to crash. RB corrupted its own ini file then
was unable to read its own mess wasting much of my time!
procedure TppReportExplorerForm.LoadStateInfo;
...
FListView.SortMode := lIniStorage.ReadInteger('Explorer Form State',
'SortMode', 1);
This discussion has been closed.
Comments
be corrupted?
Cheers,
Jim Bennett
Digital Metaphors Corp
http://www.digital-metaphors.com
info@digital-metaphors.com
and the next time I tried to run the report designer the ini file was
corrupted. The bad line was: SortMode=NNNN where NNNN was a 4 digit
number.