pbSuppressCacheError - cWebList
Determines if the grid should report an error when a grid cache error occurs
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbSuppressCacheError
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbSuppressCacheError to BooleanVariable |
| Write Access: | Set pbSuppressCacheError to BooleanVariable/Value |
Description
Determines if the grid should report an error when a grid cache error occurs (i.e., when a record in the grid cache has been deleted on the back end).
The default value is False, so errors are normally reported.
This property is tested in HandleCacheError. Setting this True provides a way to correct the cache problem without notifying the end user, who may not know what to do with the error anyway.