<OBJECT>.REFRESH()

Syntax

<OBJECT>.REFRESH()

Description

The <OBJECT>.REFRESH() method applies to:

The <OBJECT>.REFRESH() method forces a layout to re-fetch data from its data source, and then to repaint itself. <OBJECT>.REFRESH()does not do a new query to see if the record content of a browse would be different, as does <OBJECT>.RESYNCH().

Supported By

Alpha Five Version 5 and Above

Limitations

Desktop applications only.

Example

:invoices:sales_tax.refresh()

See Also

Form Functions and Methods, Browse Functions and Methods