Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mytime21

    Changing standard output

    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...
  2. mytime21

    Changing standard output

    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.
  3. mytime21

    Caputring Data to a file using a macro

    Thanks again for everyone's help.
  4. mytime21

    Caputring Data to a file using a macro

    HOLD ON....Maybe one more issue. HOw about the objAttachScreen.Connected = True I seem to not be able to get that to work???
  5. mytime21

    Caputring Data to a file using a macro

    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...
  6. mytime21

    Caputring Data to a file using a macro

    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...
  7. mytime21

    Caputring Data to a file using a macro

    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...
  8. mytime21

    Caputring Data to a file using a macro

    OK I have go it somewhat working. It seems to capture all the data and duplicate about 4 -6 times. Making the text file enormous!
  9. mytime21

    Caputring Data to a file using a macro

    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???
  10. mytime21

    Caputring Data to a file using a macro

    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...
  11. mytime21

    Caputring Data to a file using a macro

    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...
  12. mytime21

    Caputring Data to a file using a macro

    We can capture each screen from the beginning of the report until attachmate closes as far as I am concerned.
  13. mytime21

    Caputring Data to a file using a macro

    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.
  14. mytime21

    Caputring Data to a file using a macro

    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.
  15. mytime21

    Caputring Data to a file using a macro

    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...
  16. mytime21

    Caputring Data to a file using a macro

    A Little cleanup here: The message box macro displays just the last screen. I was afraid of this, but the help is not loaded in the editor for the enterprise edition. I think they did not want to load it here at my job. I will see if there is a way fo rme to get my hands on it.
  17. mytime21

    Caputring Data to a file using a macro

    HOw do I know if I have a streamObject or such as Strem or TextStream. I am using the Enterprise edition.
  18. mytime21

    Caputring Data to a file using a macro

    THe 35 lines would not work. I do not have apaste from Buffer under Any of the drop down menus. When I clicked on paste it paste something I copied on windows not what was copied onto the buffer.
  19. mytime21

    Caputring Data to a file using a macro

    I will try your last suggestion. The HIS extendion if dropped gives a whole bunch of code that is not readable in text format. Also, I have the option of just browsing the document and then I can do a "f1 B" function and it will jump to the bottom of the document where the last line always...
  20. mytime21

    Caputring Data to a file using a macro

    I found a nice little feature in Enterpris it allows me to retain the history to a file with an extension ".HIS". Notepad does not read this file. Only a KEA emulator session will read it. SO that does not work either.

Part and Inventory Search

Back
Top