' This function is called when the user clicks the DeleteFactorStanding button
Private Sub Command13_Click()
If OMS Is Nothing Then
Exit Sub
End If
'DeleteFactorStanding("the standing ID")
Call OMS.DeleteFactorStanding(Text3.Text)
End Sub
' This function is called when the user clicks the AddStrategy button
Private Sub Command14_Click() 'AddStrategy
If OMS Is Nothing Then
Exit Sub
End If
'AddStrategy("ID which is generated by Maximizer--leave it blank", "Name", "Description", "Step Count", "Activity Count", "Duration", "Interval", "Cost")