Fields do not validate

J

jo

I am validating the form using the tool under the Tools menu in
Infopath 2007. My form is based on a schema that validates in xml spy.
However, in Infopath, there are a number of fields that do not
validate. For example, many elements are based on a merge of two data
types, decimal and integer. When I input anything in the field, and
use the validation tool, infopath says it is not valid. For example,
if I enter 1, the field does not validate. There is no red outline
around the field, however.

PLease assist. Thanks.
 
G

Greg Collins

InfoPath uses a subset of the XSD capabilities. If you are designing a
schema for InfoPath, you might as well design it IN InfoPath as then you are
sure that it is compatible.

Not sure why you would try to combine decimal and integer anyway. If you
make it decimal, it already covers the case of integer.
 
Top