* Fixed test for field is null

git-svn-id: trunk@17704 -
This commit is contained in:
michael 2011-06-09 11:27:51 +00:00
parent d8187bfdb5
commit 4a08937132

View File

@ -1811,13 +1811,12 @@ begin
currbuff := FUpdateBuffer[FCurrentUpdateBuffer].OldValuesBuffer;
end
else
begin
CurrBuff := GetCurrentBuffer;
if not assigned(CurrBuff) then
begin
result := false;
exit;
end;
if not assigned(CurrBuff) then
begin
result := false;
exit;
end;
If Field.Fieldno > 0 then // If = 0, then calculated field or something similar