I have revision table enabled in PDMWorks Workgroup 2007SP2.2. When I check-in a drawing from the client, the revisiontable updates. But, when I use VB2005 Express to check-in adrawing, the rev table does not update. The rev in the title blockand in PDMWorks is correct. Any ideas?
myPDMWorks.CheckIn(myActiveDocName, oldProject, oldNumber,oldDescrip, _
"Check-in approved doc using VB app", _
PDMWorks.PDMWRevisionOptionType.Default, Nothing, _
Nothing, False, Nothing)SolidworksApi macros







myPDMWorks.CheckIn(myActiveDocName, oldProject, oldNumber,oldDescrip, _
"Check-in approved doc using VB app", _
PDMWorks.PDMWRevisionOptionType.Default, Nothing, _
Nothing, False, Nothing)SolidworksApi macros