高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】api checkin error
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)
|