Hello,
I have one error in this code : the problem comes the class"Connection.Documents()"
It's impossible to compile.
I use Visual Studio 2005 VB.net
Dim Connection As PDMWConnection
Dim alldocs As PDMWDocuments
Dim adoc As PDMWDocument
Dim cnt As Integer
Dim cxt As Integer
Dim count As Integer
Dim i As Integer
Connection = New PDMWConnection
Connection.Login("test", "test", "XX")
cxt = Connection.Projects.Count
cnt = Connection.Users.Count
Dim x As Integer
x = Connection.Documents.Count()
Debug.Print(x)
alldocs = Connection.Documents()
......
Could you please say to me how to solve this problem ?
Tanks
Best regards
DIP
Best regardsSolidworksApi macros
I have one error in this code : the problem comes the class"Connection.Documents()"
It's impossible to compile.
I use Visual Studio 2005 VB.net
Dim Connection As PDMWConnection
Dim alldocs As PDMWDocuments
Dim adoc As PDMWDocument
Dim cnt As Integer
Dim cxt As Integer
Dim count As Integer
Dim i As Integer
Connection = New PDMWConnection
Connection.Login("test", "test", "XX")
cxt = Connection.Projects.Count
cnt = Connection.Users.Count
Dim x As Integer
x = Connection.Documents.Count()
Debug.Print(x)
alldocs = Connection.Documents()
......
Could you please say to me how to solve this problem ?
Tanks
Best regards
DIP
Best regardsSolidworksApi macros