Hi Everyone
I have tried to connect to TeamCenter from Visual Basic 6.0
with this code, im Working on it
Dim objTeam As SolidEdgeFramework.SolidEdgeTCE
Dim Usuario As String
Dim password As String
Dim Group As String
Dim DBurl As String
Usuario = "abc"
password = "aabc"
Group = "xxxxxxx"
DBurl = "XXXX"
objTeam.ValidateLogin Usuario, password, Group, Role, DBurl
or
Set Var = objTeam.ValidateLogin Usuario, password, Group, Role, DBurl
What´s wrong with this code i have already put the server´s Ip but it doesnt work....
Can anyone help me? please