I actually want to have another a java program that I developed display the information that comes into the emulation environment instead of it displaying on the KEA session. I know I can actually do this directly from my java program and not even have to call a kea session, but due to...
I need some major assistance. I am trying to redirect the output on the screen to the system, so that I can have another application pick up that information. Does anyone have any idea on how to redirect or pipe the screen information into the system???
I have KEA 420.
I GOT IT!!!!!! PROJECT IS COMPLETED!!!! Here is the code for anyone that may be interested in capturing multiple screens and it saving it to a file with a nice output.
'Global Variables
Global CapBuffer As Variant
Global CapBuffSize As Long
Sub Main()
' Get the Attachmate Screen Object...
OK it keeps appending the first screen over and over and over hundfres of times. It is in the Do loop that this is occuring. When I take out the While...Wend loop it prints each screen, but not properly laying it out. If I add the While loop it prints the first screen only but lays out...
OK Guys we have came a long way here. I have now got it to where it prints out really nice in agreat format, but one problem it again is only printing the first page. Any ideas?? Here is the code:
[code]
Sub Main()
' Get the Attachmate Screen Object
Dim objAttachScreen As Object
Set...
Gives me out of memory error on the string this line:
bLastPage = Instr(ReportPage$,"1 Performance Monitor (kc version)")
Know of any way to increase the memory of a string???
I found this on KEA support website. NOt sure I understand it
Create macro to capture screen output to a file
--------------------------------------------------------------------------------
GOAL
Create macro to capture screen output to a file
Create macro to capture print screen to a...
So I got this far with scrolling thing just trying to see what I could come up with. It gives me and error on line 92, which tells me it is out of string space. Is there any way to make the string space larger, like calling more memory allocated to it or something. Line 92 is the...
The only way to recognize the end of the report would be to see that on the last screen there would be a line stating this: "1 Performance Monitor (kc version)"
That always appears at the end of the report. in order for me to go to the next screen I just hit the return key.
Here is maybe a better idea. I can actually make the macro run the report and then it can be displayed screen by screen. I can capture it each screen and then hit return. Any ideas on this working? The only problem is it is not necessarily going to be the same amount of screens each time.
I can type "F1B" and jump to the bottom or just use the page up and page down keys. "F1T" takes me to the top of the report. I think using the browse may be easier to make this work. The lines on screen are always the same amount.
Thanks for all the help everyone. I am going to be out a lot...
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.