A
Andreas Ek
I'm creating a new InfoPath form based upon an already exisiting
XML-source.
Is there any chance to set the fields data type in the XML-file before
creating the InfoPath form instead of having to change them
afterwards?
My XML file example is like this:
<object>
<myField1>Andreas</myField1>
<myField2>5</myField2>
<myField3>2005-01-01</myField3>
</object>
To get the InfoPath to give the fields right assigments directly,
perhaps there is a way to do that. Just guessing now:
<object>
<myField1 type="string">Andreas</myField1>
<myField2 type="integer">5</myField2>
<myField3 type="date">TEST</myField3>
</object>
I have a lot of fields and this would help a lot!
But is it possible???
XML-source.
Is there any chance to set the fields data type in the XML-file before
creating the InfoPath form instead of having to change them
afterwards?
My XML file example is like this:
<object>
<myField1>Andreas</myField1>
<myField2>5</myField2>
<myField3>2005-01-01</myField3>
</object>
To get the InfoPath to give the fields right assigments directly,
perhaps there is a way to do that. Just guessing now:
<object>
<myField1 type="string">Andreas</myField1>
<myField2 type="integer">5</myField2>
<myField3 type="date">TEST</myField3>
</object>
I have a lot of fields and this would help a lot!
But is it possible???