WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Window Manipulation

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Capturing info from Scrolling Screen

Keywords: screen scrape	    

Question:

How do I capture information from a scrolling screen?

Answer:

  1. Highlight the information with SendKeysto (Easy if Select All is available from a Menu or use CTRL-A).

  2. Copy via Sendkeysto.

  3. Use ClipGet( ) to grab the string from clipboard.

  4. StrIndex(string, substring, start, direction) to search the string for the sub-string.
This will only work if the information is not too large. If the file is too large to search the clipboard, copy the information to a file, .clp, .doc etc. and search for it in the file copied to. Generally, you can use the app's Save function to do this.
Article ID:   W13360
Filename:   Capturing info from Scrolling Screen.txt
File Created: 1999:04:15:16:53:30
Last Updated: 1999:04:15:16:53:30