Public Property Let Item ( ItemName As String, Optional SuppressReadVals As Boolean = False, Optional SuppressError As Boolean = False, Value As Variant )
Set the database column to the value, and clear the cache so that new values are read on the next access.
ItemName as String
(no description)
Optional SuppressReadVals as Boolean = False
(no description)
Optional SuppressError as Boolean = False
(no description)
Value as Variant
(no description)
Call Template:
Dim obj As New xf_SingletonCache
obj.Item ItemName, Value
obj.Item ItemName, SuppressReadVals, SuppressError, Value