Subject Re: [IBO] Params bug in new release 4.3 (fix included here)
Author Jason Wharton
> They look the same to me. :)

Look harrder. <g>

if Assigned( tmpParam ) >>>>>{<<<<<<and
( tmpParam.Value <> AParams[ii].Value )>>>>>}<<<<<< then
tmpParam.Value := AParams[ii].Value;
end;

I commented out the compare of param values.

Jason