FormField.CalculateOnExit Property

Definition

Determines if references to the specified form field are automatically updated whenever the field is exited.

public:
 property bool CalculateOnExit { bool get(); void set(bool value); };
public bool CalculateOnExit { get; set; }
member this.CalculateOnExit : bool with get, set
Public Property CalculateOnExit As Boolean

Property Value

Remarks

This property returns True if references to the specified form field are automatically updated whenever the field is exited, and False if not. Set the property value to True or False to enable or disable the functionality.

A REF field can be used to reference the contents of a form field. For example, {REF SubTotal} references the form field marked by the SubTotal bookmark.

Applies to