worz,
Are you sure that the sintax code is correct?
You're defining variables as
...
Dim System As ExtraSystem
Dim Sess0 As ExtraSession
Dim oScrn As ExtraScreen
...
You could use
Dim System As Object
Dim Sess0 As Object
Dim oScrn As Object
...
Other point to look is the sintax of Putstring in...
If you have the Extra! in you computer, I suppose in the folder C:\Programs\E!PC, you must edit the variable 'Path' and include 'C:\Programs\E!PC' in the path, including a ';' to separated of other content of the variable.
If the 'Path' variable already exists, for example, with the content...
Are you running the code in Excel?
Maybe you have a misconfigured path problem.
1-In the windows work area, right-click in 'my computer'.
2-Select the advanced tab
3-Click the 'system variables' button
4-In the user variables region, create a variable named 'Path' with the value 'C:\Program...
I think you have to pass the content of the screen to a string, then You can send it to a file:
Sub Main()
Dim Sys as object, Sess as object,Scr as Object
Dim s as string,row as long
Set Sys = CreateObject("Extra.System")
If Sys Is Nothing Then MsgBox ("Error"): End
Set...
I had the same problem.
You could try configure the system variable:
a) click with the right button in 'my computer'
b) Select the tab 'advanced'
c) click 'system variables'
d) Create a variable 'Path' with the value 'C:\Program Files\E!PC
e) reboot the computer.
I think the error 'Property or...
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.