View3.ForceUpdate Method
Forces synchronization between a form's underlying XML document and the associated view.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Sub ForceUpdate
'Usage
Dim instance As View3
instance.ForceUpdate()
void ForceUpdate()
Implements
View2.ForceUpdate()
View.ForceUpdate()
Remarks
The views in a Microsoft InfoPath 2010 form are automatically synchronized with the data that is contained in a form's underlying XML document. However, you can force synchronization to occur using the ForceUpdate method. This is also useful when data in a secondary data source has changed and needs to be refreshed in the view.
Automatic synchronization can be disabled using the DisableAutoUpdate method and enabled using the EnableAutoUpdate method.
Important
This member 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.