D
Div
I am generating an Infopath form programatically using XML schema as an
input. One of the schema nodes has an attributre of MaxLength="20,000".
The manifest shows the below code snippet for that field:
<xsf:xmlToEdit name="AddtlData_1010"
item="/ns1:EnvelopeMX_admi.002.001.01/ns1:ModifiedMessage/ns0ocument/ns0:admi.002.001.01/ns0:Rsn/ns0:AddtlData">
<xsf:editWith proofing="no" maxLength="20000" autoComplete="no"
component="xField"></xsf:editWith>
</xsf:xmlToEdit>
When I try to open the published form it gives the below error:
Form template: http://bpisol004/sites/BASSite/Templates/admi.002.001.01.xsn
InfoPath cannot open the following view: View 1
The form definition (.xsf) file has an error on the following element or
attribute: xsf:editWith
Error: The following attribute value is incorrect:maxLength in the xmlToEdit
element with name = "AddtlData_1010"
IS there a max value which is supported by the maxLength attribute of
Manfiest.xsf?
Any help would be much appreciated!
Thanks.
input. One of the schema nodes has an attributre of MaxLength="20,000".
The manifest shows the below code snippet for that field:
<xsf:xmlToEdit name="AddtlData_1010"
item="/ns1:EnvelopeMX_admi.002.001.01/ns1:ModifiedMessage/ns0ocument/ns0:admi.002.001.01/ns0:Rsn/ns0:AddtlData">
<xsf:editWith proofing="no" maxLength="20000" autoComplete="no"
component="xField"></xsf:editWith>
</xsf:xmlToEdit>
When I try to open the published form it gives the below error:
Form template: http://bpisol004/sites/BASSite/Templates/admi.002.001.01.xsn
InfoPath cannot open the following view: View 1
The form definition (.xsf) file has an error on the following element or
attribute: xsf:editWith
Error: The following attribute value is incorrect:maxLength in the xmlToEdit
element with name = "AddtlData_1010"
IS there a max value which is supported by the maxLength attribute of
Manfiest.xsf?
Any help would be much appreciated!
Thanks.