Share via


MergeEvent.ReturnStatus Property

InfoPath Developer Reference

A read-write property that sets or retrieves a Boolean value indicating the return status of the OnMergeRequest event. Read/write

Version Information
 Version Added:  InfoPath 2003

Syntax

expression.ReturnStatus

expression   An expression that returns a MergeEvent object.

Return Value
Boolean

Remarks

The default value of the ReturnStatus property of the MergeEvent object is False. If this property is not set to True, the event handler for the OnMergeRequest event will fail.

Security Level 2: Can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

See Also