ForceUpdateOnce property: Field class

Description

Use the ForceUpdateOnce property to set or return a boolean value indicating whether to force whether the HTML area is included in the AJAX response. When ForceUpdateOnce is set to True, the HTML area is included in the AJAX response one time only, except when some other properties of the HTML area have been changed, such as its content, label, and so on. When ForceUpdateOnce is set to False, the HTML area is always included in the AJAX response. This property overrides the Respond Once Only check box set in Application Designer and is valid for HTML areas at any level (from level 0 to level 3).

Note:

This property is valid only for a page field defined as an HTML area.

This property is read/write.

Example

&HTML_fld = GetPageField(Page.TEST_PAGE1, "HTML_AREA1");
&HTML_fld.ForceUpdateOnce = True;