CarlosC
23rd March 2007, 11:44
Hi, Somebody could help me???
I´ve this code
Private Sub CommandButton1_Click()
Dim BaanObj As Object
On Error GoTo CannotCreateBaan
'run Baan Application
Set BaanObj = CreateObject("Baan.Application")
BaanObj.Timeout = 10
MsgBox ("OK")
Exit Sub
CannotCreateBaan:
MsgBox ("Can´t connect")
End Sub
In my computer doesn´t work but in the computer of another partners WORKS!!!!!!
2 computer works OK, but in others it does not work
i need help.
I´ve this code
Private Sub CommandButton1_Click()
Dim BaanObj As Object
On Error GoTo CannotCreateBaan
'run Baan Application
Set BaanObj = CreateObject("Baan.Application")
BaanObj.Timeout = 10
MsgBox ("OK")
Exit Sub
CannotCreateBaan:
MsgBox ("Can´t connect")
End Sub
In my computer doesn´t work but in the computer of another partners WORKS!!!!!!
2 computer works OK, but in others it does not work
i need help.