git-svn-id: trunk@44633 -
@@ -1999,7 +1999,8 @@ begin
begin
SetUniDirectional(AValue);
ClearIndexes;
- FPacketRecords := 1; // temporary
+ if IsUniDirectional then
+ FPacketRecords := 1; // UniDirectional dataset does not allow FPacketRecords<0
end;