P
Paul Aner
Hi,
within a row of a repeating table I want to write
a number to a cell by using the following code:
eventObj.Site.parentNode.childNodes.item(5).nodeTypedValue = 123;
The cell is of type decimal (double).
But the above mentioned code runs into an error like
'#PCDATA' is Null-content (translated from a german version of IP)
Writing data to a cell of type string doesn't make any problem.
Is anyone having an idea what to do?
Bye,
Paul
within a row of a repeating table I want to write
a number to a cell by using the following code:
eventObj.Site.parentNode.childNodes.item(5).nodeTypedValue = 123;
The cell is of type decimal (double).
But the above mentioned code runs into an error like
'#PCDATA' is Null-content (translated from a german version of IP)
Writing data to a cell of type string doesn't make any problem.
Is anyone having an idea what to do?
Bye,
Paul