I am getting this message:
Object doesn't support this property or method: 'doUpdate'
and in my object my doUpdate Function is Public, and created as such:
Public Function doUpdate(sPath As String, nSiteID As Long, iBillItem As Integer, sServerName As String) As String
Call doUpdate_(sPath, nSiteID, iBillItem, sServerName)
End Function
All users have the rights to use all of the components, and my fuction is public, and two peers have looked at this code, perplexed.
Can anyone help me?
Object doesn't support this property or method: 'doUpdate'
and in my object my doUpdate Function is Public, and created as such:
Public Function doUpdate(sPath As String, nSiteID As Long, iBillItem As Integer, sServerName As String) As String
Call doUpdate_(sPath, nSiteID, iBillItem, sServerName)
End Function
All users have the rights to use all of the components, and my fuction is public, and two peers have looked at this code, perplexed.
Can anyone help me?