Subject | Re: [IBO] Params bug in new release 4.3 (fix included here) |
---|---|
Author | Jason Wharton |
Post date | 2003-11-15T18:39:01Z |
> 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