OnRefreshRecordError - cWebView
Sent when OnRefreshRecord fails
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| hoDD | Handle | The main DataDictionary Object (DDO) of the view |
Syntax
Procedure OnRefreshRecordError Handle hoDD
Description
This is called when RefreshRecord is called and it cannot refind all the expected records by RowId.
By default, it sends OnRefindRecordError, which usually does nothing. This can be carefully augmented to implement a custom handling of this error.
If you are debugging, a possible refind record error you should start by setting the pbShowAllRefindErrors property to True. You may also wish to place a breakpoint in the OnRefindRecordError event