Wednesday, February 27, 2019

iProperty Object Model Inventor


Comments

Brad Johnson said...
When I run the following code in VB6 
Private Sub Form_Load()
Call GetActiveDocument
End Sub
Public Sub GetActiveDocument()
' Get the active document.
Dim oDoc As Document
Set oDoc = ThisApplication.ActiveDocument
MsgBox "Got " & oDoc.FullFileName
End Sub
'
I get the following error
Run-time error '429':
ActiveX component can't create object
Can you tell me why?
Tommy Rosberg said...
A quick question:
I can see in the table that some iProperty categories have the word 'Inventor' added to their name. The category earlier called 'Summary Information' is now called 'Inventor Summary Information'. Have I understood this correct?
Best regards,
Tommy Rosberg
Avalon PLM AB

No comments:

Post a Comment