0006216: Bug using array
git-svn-id: http://code.remobjects.com/svn/pascalscript@110 5c9d2617-0215-0410-a2ee-e80e04d1c6d8
This commit is contained in:
parent
61af62db05
commit
767e490ebf
@ -8921,6 +8921,9 @@ begin
|
||||
Result := False;
|
||||
if Outreg is TPSValueReplace
|
||||
then Outreg:=TPSValueReplace(Outreg).OldValue;
|
||||
if Where is TPSValueVar then begin
|
||||
if TPSValueVar(Where).GetRecCount > 0 then result := true;
|
||||
end else
|
||||
if Where.ClassType = TPSUnValueOp then
|
||||
begin
|
||||
if CheckOutReg(TPSUnValueOp(Where).Val1, OutReg) then
|
||||
|
Loading…
Reference in New Issue
Block a user