refreshRow( )
Refreshes data in the current row.
Syntax
<oRef>.refreshRow( )
<oRef>
The rowset you want to refresh.
Property of
Rowset
Description
refreshRow( ) rereads the data for the current row from disk. It discards any changes to the row buffer, so a row that has been modified is not saved. When the row is refreshed, any dataLinked controls are also refreshed if notifyControls is true.
Use refresh( ) to refresh the entire rowset.