View3.ForceUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Forces synchronization between a form's underlying XML document and the associated view.
public:
void ForceUpdate();
public void ForceUpdate ();
abstract member ForceUpdate : unit -> unit
Public Sub ForceUpdate ()
Implements
Remarks
The views in a Microsoft InfoPath 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.