Browse Source

* Patch from Luiz Americo to allow reading data in blockread state

git-svn-id: trunk@28003 -
michael 11 years ago
parent
commit
5bf2b9f8d2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/fcl-db/src/memds/memds.pp

+ 2 - 1
packages/fcl-db/src/memds/memds.pp

@@ -349,7 +349,8 @@ function TMemDataset.MDSGetActiveBuffer(out Buffer: TRecordBuffer): Boolean;
 
 
 begin
 begin
  case State of
  case State of
-   dsBrowse:
+   dsBrowse,
+   dsBlockRead:
      if IsEmpty then
      if IsEmpty then
        Buffer:=nil
        Buffer:=nil
      else
      else