Beispiel #1
0
        ///<summary>This is an incomplete stub and should not be used very much yet.  This will get used when switching databases.  Switching databases is allowed from ClientWeb in the sense that the user can connect to a different server from the ChooseDatabase window.</summary>
        public static void ClearAllCache()
        {
            //AccountingAutoPays
            AccountingAutoPays.ClearCache();
            //AutoCodes
            AutoCodes.ClearCache();
            AutoCodeItems.ClearCache();
            AutoCodeConds.ClearCache();
            //etc...



            Prefs.ClearCache();
            //etc...
        }