FormDataSource.refreshEx Method

Updates the view of the specified records.

Syntax

public void refreshEx([anytype pos])

Run On

Client

Parameters

  • pos
    Type: anytype
    The number of the record to refresh; optional.
    If a value of -1 is specified, all records are updated. If a value of -2 is specified, all marked records and all records that have display options specified are updated.
    The default value is -2.

Remarks

The refreshEx method can be overridden on a form data source by right-clicking the Methods node under the data source, pointing to Override Method, and then clicking refreshEx.

See Also

FormDataSource Class

FormDataSource.refresh Method