Search results

  1. B

    Sterling API bugs with version 6.0.1.3

    Is it just me or the API crashes sterling constantly with the new version?
  2. B

    Sterling API Developer Thread

    You have to instanciate your StiApp Object before using it. Try this : Private Sub GetTodayDate() Dim STIApp As SterlingLib.STIApp Set STIApp = New STIApp TodayDateString = STIApp.GetServerTime End Sub
Back
Top