Thanks for this .
My problem is resolved after installing the latest version of attachmate extra. Earlier I was using attachmate extra 7.1 which did not work with all these options. But the same code is working with the latest version of attachmate.
Thank you for your replies SkipVought and...
I did the same, in both test scenarios, I get the value of Sess as Nothing, same iss the case with session(0), Active Session
Please see the screenshots below
https://files.engineering.com/getfile.aspx?folder=d7e4e2ac-6de9-44c7-b38b-8bfe4c2843b0&file=1.png...
I did add the reference and tried
Private Sub Command1_Click()
Dim sys As ExtraSystem
Dim sess As ExtraSession
Set sys = CreateObject("Extra.System")
If sys.Sessions.Count = 0 Then
Set sess = sys.Sessions.Open("E:\Robots\Sessions\session1.edp")
sess.Visible = True
Else
Set sess =...
Run time error 432, File name or class name not found during automation operation
First I tired like below and I get the error while invoking GetObject, though the file path is correct
Run time error 432, File name or class name not found during automation operation
Private Sub...
Hi SkipVought,
thanks for your reply, I tried the same way, but oSess is coming out as Nothing even though the file exists on the location.
Though sessions.count is 1, sessions(0) returns nothing
thanks,
Remya
Hi,
I have a screen scrapping application which is in VB6, It is running on windows server 2003 and now we wanted to upgrade to windows server 2012 64 bit
I have a problem running the below code, it gives error- 432: File name or class name not found during Automation operation...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.