-
Hiroaki Kitahata started the topic Location of the current record changes after SortOn on kbmMemTable 7.91 in the forum kbmMemTable 5 years, 3 months ago
There is a problem that the location of the current record changes after SortOn execution with version 7.91 / 7.91.10.
It can be checked by the following code.
All 100s are shown to indication of ShowMessage in version 7.86.
But the non 100s are indicated by the problem version.procedure test;
var tbl: TkbmMemTable;
i:integer;
begin
tbl :=…[Read more]
