solutionProperties Element

Microsoft Office InfoPath

Show All Show All

solutionProperties Element

Contains design-time information about a Microsoft Office InfoPath 2003 form.

Type

      xsd:complexType
    

Structure

Name Description
allowCustomization (Optional attribute) Indicates whether the form can be modified or customized.
automaticallyCreateNodes(Optional attribute) Indicates whether XML Document Object Model (DOM) nodes will be automatically generated when controls are inserted in the view in design mode.
fullyEditableNamespace(Optional attribute) Identifies the namespace of an XML Schema in the form template that can be entirely modified in InfoPath design mode.
lastOpenView (Optional attribute) Identifies the name of the view that was last open in InfoPath when designing a form.
lastVersionNeedingTransform(Optional attribute) Identifies, temporarily, the value of the maxToVersionUpgrade attribute in the documentVersionUpgrade element for upgrade with an .xslt file if scripting code is being used for the upgrade.
scriptLanguage (Optional attribute) Identifies the name of the scripting language used to implement the business logic of the form.
publishSaveUrl(Optional attribute) Contains the location of the saved form template if different from the value of the publishUrl attribute.

Remarks

The solutionProperties element is an optional element of the applicationParameters element.

Example

The following is an example of the solutionProperties element:

    <xsf: applicationParameters application="InfoPath Design Mode">
   <xsf: solutionProperties
      allowCustomization="no"
      lastOpenView="view1"
      scriptLanguage="JScript"
      automaticallyCreateNodes="no"
      lastVersionNeedingTransform="1.1.0.10"
      fullyEditableNamespace="urn:names?pace1:mynames"/>
</xsf:applicationParameters>