* Patch for bug #27067 by Tony Whyman

git-svn-id: trunk@29112 -
This commit is contained in:
michael 2014-11-22 19:17:10 +00:00
parent cfa859d285
commit 42a317ab73

View File

@ -36,7 +36,7 @@ Var
B : Boolean;
begin
B:=Assigned(DataSource) and (DataSource.State<>dsInactive);
B:=Assigned(DataSource) and Not (DataSource.State in [dsInactive,dsOpening]);
If B<>FActive then
begin
FActive:=B;