Thanks Skip,
I can't pull that up in my help at all.
Is there an example included? I can set the area using myScreen.area(1,1,1,20) without a problem. What I can't do is use extraarea.left to return a 1.
Hi, thanks.
I don't have any code that uses extraarea. From looking at the object-browser, it seems as though the class has the ability to report attributes of a screen selection.
Extra help provides nothing on the topic, neither does a google search. In fact the only place I have seen...
I am trying to access the attachmate whlapi32.dll (running Extra 6.7) from excel.
I can access the functions in the api from the extra macro editor without a problem, but i get a file not found (53 not 48) error when trying to access them from VBA.
I am declaring as follows:
Public Declare...
This is what I use right now, but I was hoping there might be a function I am unaware of that is less of a work-around.
Sub Invisible(the_row, the_col, the_length, the_string)
'Reads invisible fields properly
Set Invisible_Field = Screen.Select(the_row, the_col, the_row, the_length +...
The mainframe I connect to has a number of 'invisible' fields. Ones which contain data, but are not actually displayed.
When I screen.getstring the field, it captures the data, even though it is not visible.
How can I determine if the text is invisible? If it is, I don not want to...
Is there a way to disable the ablity for Extra! to run macros?
Ideally, I would like to prevent users from editing, creating or executing any macros from within the extra environment.
Hey.
This is probably not the best solution, but it works for me...
Use wscript to place the message.. the user can click okay, but if they don't it goes away after a second anyhow...
Global WshShell As Object
Sub Main
Set WshShell = CreateObject( "WScript.Shell" )...
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.