Update of /cvsroot/instantobjects/Source/Brokers/UIB
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9445/Source/Brokers/UIB
Modified Files:
InstantUIB.pas
Log Message:
fixed bug #1145336
Index: InstantUIB.pas
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/UIB/InstantUIB.pas,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** InstantUIB.pas 21 Oct 2005 09:15:08 -0000 1.15
--- InstantUIB.pas 12 Nov 2005 09:58:29 -0000 1.16
***************
*** 415,419 ****
if SourceParam.IsNull then
begin
! TargetParams.ByNameIsNull[SourceParam.Name];
end
else
--- 415,419 ----
if SourceParam.IsNull then
begin
! TargetParams.ByNameIsNull[SourceParam.Name] := True;
end
else
|