J
Jane
Hi,
I have created an infopath form with all string fields and a repeating table
that contains a textbox and drop-down list box. I bind the drop-down list
box with a repeating group. The repeating group is part of the form's data
source.
However, when I try to add a new row to the repeating table (using
appendChild()), it gives me the Schema Validation Found non-data type errors.
I know that this error usually occurs with field data-types of integers,
datetime, etc.. but all my fields are strings. I even tried doing the
node.MoveToAttribute("nil", "http://www.w3.org/2001/XMLSchema-instance") and
node.deleteself() but still no such luck.
Any suggestions or help would be greatly appreciated.
Thanks
Jane
I have created an infopath form with all string fields and a repeating table
that contains a textbox and drop-down list box. I bind the drop-down list
box with a repeating group. The repeating group is part of the form's data
source.
However, when I try to add a new row to the repeating table (using
appendChild()), it gives me the Schema Validation Found non-data type errors.
I know that this error usually occurs with field data-types of integers,
datetime, etc.. but all my fields are strings. I even tried doing the
node.MoveToAttribute("nil", "http://www.w3.org/2001/XMLSchema-instance") and
node.deleteself() but still no such luck.
Any suggestions or help would be greatly appreciated.
Thanks
Jane