ISettingsSatellites Property |
Namespace: SuperOffice.COM.SuperOfficeDB
Satelites
This text may be copied to the notepad, and saved as a *.vbs file. Remember to change the login information.
Dim objSO Dim objSettings Set objSO = CreateObject("SuperOffice.Application") If not (objSO is nothing) Then Set objSettings = objSO.Database.Settings MsgBox "Number of satellites allowed: " & objSettings.Satellites else MsgBox "Unable to connect to database" end if Set objSO = Nothing