method Refresh | |
Syntax: | object.Refresh |
Description: | The Refresh method will reload the criteria sets for the system. This method can be called to assure the latest criteria set definitions are being used. Example: Set oCritSets =
CreateObject("Tracker.TrkCriteriaSets") oCritSets.Refresh |