Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
InfoPath 2007
Attributes
 dataFormSolution Attribute

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
dataFormSolution Attribute

Identifies the form as a database form.

Type

xsf:xdYesNo

Remarks

The dataFormSolution attribute is an optional attribute of the xDocumentClass element.

Allowed values are "yes" and "no". The default value is "no". Forms based on ActiveX Data Objects (ADO) or Web services and that have a special query view should have this attribute set to "yes" to work properly in Microsoft Office InfoPath 2007.

Example

The following is an example of the dataFormSolution attribute as it is used in the xDocumentClass element:

<xsf:xDocumentClass
   xmlns:xsf="http://schemas.microsoft.com/office/infopath/2003/solutionDefinition"
   name="urn:microsoft-com:myTravelReport"
   author="AuthorName"
   description="Travel Report form for entering travel reports, issues, expenses, etc."
   dataFormSolution="yes"
    solutionVersion = "1.0.0.1"
   productVersion="11.0.5106"
   solutionFormatVersion="1.0.0.0">
   ...
</xsf:xDocumentClass>


Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker