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
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