Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Corrupted RBuilder.ini crashes RB

edited February 2002 in General
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);

Comments

This discussion has been closed.