Code: Select all
procedure TZAbstractDataset.RefreshCurrentRow(const RefreshDetails:Boolean);
....
if CachedResultSet <> nil then begin
RowNo := Integer(CurrentRows[CurrentRow - 1]);
Code: Select all
if CachedResultSet <> nil then begin
UpdateCursorPos;
RowNo := Integer(CurrentRows[CurrentRow - 1]);
Is this correct modification?
p.s. sorry for my english