useScriptHandler Attribute

Microsoft Office InfoPath

useScriptHandler Attribute

Specifies whether to use the event handler defined for the OnMergeRequest event when importing (merging) forms.

Type

xsf:xdYesNo

Parent Elements

Element Description
importParameters Contains all the parameters that define how the import (merge) forms feature works for the form.

Definition

    <xsd:attribute name="useScriptHandler" type="xsf:xdYesNo" use="optional" ></xsd:attribute>
  

Remarks

If you create an event handler for the OnMergeRequest event of a form template, you must set the useScriptHandler attribute to "yes" before it will run.

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 useScriptHandler attribute as it is used in the importParameters element:

    <xsf:importParameters
   enabled="yes"
   useScriptHandler="yes">
   <xsf:importSource
      name="MySource"
      schema="MySchema.xsd"
      transform="schematransform.xslt"/>
</xsf:importParameters>