TABLE.refresh() (Method)

Part of the data binding mechanism that refreshes the table according to the contents of a database selection.

Availability:

JScript - 3.0
Internet Explorer - 4.0
JavaScript syntax:IEmyTABLE.refresh()

When this method is called from your script, the data handler will load the current group of records from the data source and display them in the table cells. The number of records fetched from the database corresponds to the dataPageSize property.

This might be useful if the database is a means of communicating between several users who are accessing the data at the same time. You might set up some means of refreshing automatically with a timeout loop.

See also:TABLE.dataPageSize, TABLE.nextPage(), TABLE.previousPage()