InfoPath 2007: Schema Validation found non-data type errors

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
 
E

Eric Egilsson

Hi,

I have the exact same error ... did you find any answers to this ?
If you have, please post it to me, [email protected]

I'm also using a repeat-section using appendChild() and have also read about the error, all my fields are strings and there are no null values inside the xml.

please help !

thanx,
EE.
 
Top