xsi:nil

E

Eric

Hello all,

Can someont tell me why i can't set a field to blank when its an integer? I
want to do this via code.

1. I am using a setnill function i found on the net. It sets the xsi:nil
attibute of sharepoint to true.
2. It works in the full client, but not in the forms server!

Can someone please point me in the right direction?

code:

public sub insertnil.............
if not node.movetoattribute("nil"...........................
node.createattribute("xsi", "nil", "http://.............", true)
end if
end sub
 
E

Eric

Thanks for your reply,

I've seen the artikle, but there is no solution in there. I also know of the
existance of the artikle of the infopath team..... The problem that is
described in this artikle is by my means the problem.... But the solution
does not work :(

e.
 
Top