RefreshIgnoreFieldList Property
Specifies a list of fields that are ignored by the refresh process when the RecordRefresh method is executed. Read/write at design time and run time.
CursorAdapter.RefreshIgnoreFieldList [ = cExpr]
Parameters
Term | Definition |
---|---|
cExpr |
The character expression cExpr is a comma delimited list of the fields in the cursor that are ignored by the refresh process. |
Remarks
Applies To: CursorAdapter Class
You can set this property in the BeforeRecordRefresh Event.