|
api checkin error
i am trying to check in a document and i keep getting the error "object doesn't support this property or method"
the document does get updated in the vault. what and why is this error being thrown.
pdoc = connection.checkin(myworkingpath + part.name, part.project, part.number, part.description, _
"centering view", pdmworks.pdmwrevisionoptiontype.default, " ", part.getstatus(), false, nothing)
edited: 01/30/2009 at 07:00 pm by lyndon c
set pdoc = connection.checkin(myworkingpath + part.name, part.project, part.number, part.description, _
"centering view", pdmworks.pdmwrevisionoptiontype.default, " ", part.getstatus(), false, nothing) |
|