Here is a list of sendkeys
Key Code
BACKSPACE {BACKSPACE} or {BS}
BREAK {BREAK}
CAPS LOCK {CAPSLOCK}
CLEAR {CLEAR}
DELETE or DEL {DELETE} or {DEL}
DOWN ARROW {DOWN}
END {END}
ENTER (numeric keypad) {ENTER}
ENTER ~ (tilde)
ESC {ESCAPE} or {ESC}
HELP {HELP}
HOME {HOME}
INS {INSERT}...
Ok I have solve my problem, and will share my finding. The trick was not to read one line at a time it was to capture the entire screen ( take_line= Sess0.Screen.Area(6, 5, 24, 80))and then move down to the subsquent page copy and paste the entire screen into a word document
dim mynbtest as...
Hi everyone
This is doing the trick for small file on the mainframe but itis taken a long time for larger file, can someone propose a better to capture screen shot. I know about captur32.ebm but it is only for one screen shot.
Mynbtest = Sess0.Screen.GetString(1,76,5)...
Thanks was looking for something like for a while. Everything is working great but how:
Can I show this progress bar to the user on the mainframe. Currently the progress run in the minimized window on the window toolbar.
How can it be display to the user something like
x.show =true or...
I agree with brandewie7 the sendfile is the way to go
Sub Main()
Dim Sys As Object, Sess As Object
Set Sys = CreateObject("EXTRA.System")
' Assumes an open session and your at option 6 for the upload
Set Sess = Sys.ActiveSession
Sess.FileTransferScheme = "Text Default"...
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.