adapter Attribute (submitAction Element)

Microsoft Office InfoPath

Show All Show All

adapter Attribute (submitAction Element)

Contains the name of the data adapter used for submitting the form.

Type

xsd:complexType

Parent Elements

Element Description
submitAction Specifies the data adapter used to submit the form.

Definition

    <xsd:element name="submitAction" minOccurs="0" >
  <xsd:complexType>
    <xsd:attribute name="adapter" type="xsf:xdTitle" use="required"></xsd:attribute>
  </xsd:complexType>
  <xsd:keyref name="submitAdapter_name_keyref" refer="xsf:adapter_name_key">
    <xsd:selector xpath="." />
    <xsd:field xpath="@adapter" />
  </xsd:keyref>
</xsd:element>

  

Remarks

Note  This item is not supported when the Disable Service Pack features option on the Advanced tab of the Options dialog box in InfoPath is selected or when Microsoft Office 2003 Editions Service Pack 1 or later is not installed. Any form defined by a form definition file (.xsf) that includes this item cannot be opened in InfoPath when service pack features are disabled or unavailable.

Example

The following is an example of the adapter attribute as it is used in the submitAction element:

    <xsf:submit caption="Su&bmit" disableMenuItem="no" onAfterSubmit="keepOpen" showStatusDialog="yes">
 <xsf:submitAction adapter="dav"/>
</xsf:submit>
<xsf:dataAdapters>
 <xsf:davAdapter name="dav" folderUrl="http://some_server/some_doc_lib" getFileNameFromData="/my:myFields/my:field1" overwriteAllowed="no"></xsf:davAdapter>
</xsf:dataAdapters>