One other quick question..
Is is possible to set the values of whole number, decimal and date fields programmatically? I've found if I change the field type to text, I can set them using .text or .nodeTypedValue; but I would prefer to keep them in their current format.
Thanks.
JR - 29 Aug 2005 21:50 GMT
Found it! SetNodeValue and SetNodeTypedValue should do the trick. Thanks anyway. :)
> One other quick question..
>
[quoted text clipped - 4 lines]
>
> Thanks.