![]() |
NAME="SalesPrice" VALUE="%=Field|wdsItems2|SalesPrice=%
with DMStore.wdsItems2 do begin keys:=a1; end;
with DMStore.ItemsTable do begin if locate(keyItemsTable, Literal['CurrentItem'],[]) then begin for i:=1 to pred(fieldCount) do begin // for loop needs no changes. Can optimize by putting 'post' outside loop. end; end;