* Remove lookup as well as calc fields from JSON

This commit is contained in:
michael 2020-08-01 09:40:02 +00:00
parent 2ff036a52e
commit a2e29dec6c

View File

@ -1447,7 +1447,7 @@ Var
begin
For I:=0 to Fields.Count-1 do
if Fields[i].FieldKind in [fkCalculated,fkInternalCalc] then
if Fields[i].FieldKind in [fkCalculated,fkInternalCalc,fkLookup] then
FieldMapper.RemoveField(FIelds[i].FieldName,FIelds[i].Index,Buf);
end;