ISettingsSaintUpdateInRealTime Property |
Namespace: SuperOffice.COM.SuperOfficeDB
Saint update realtime
Dim objSO Dim a Dim objSettings Set objSO = CreateObject("SuperOfficeDB.Database") If Not (objSO Is Nothing) Then a = objSO.Login("<userID>", "<password>") Set objSettings = objSO.Database.Settings MsgBox "Is Saint set to update realtime? " & objSettings.SaintUpdateInRealTime Else MsgBox "Unable to connect to database" End If Set objSO = Nothing