Okay.

Here's the situation.  A group at work is already entering data into a 
Windows-based application.  Now they are also supposed to be putting in much 
the same data into a 2nd terminal-based app.

So, I'm thinking there must be a way to pick up the data already entered into 
the first app (i.e. through "scraping" from the 1st app's window) and 
automatically place it into the 2nd app.

It could be a Chicken question if I can figure out how to do it - i.e. figure 
out the 1st app's handle and use the api to pick up Window Text, field text, 
etc.  Or perhaps there's already an app in existence to do such. That's why I 
titled it starting with OT.


Thanks, Steve


________________________________
From: Mario Domenech Goulart <mario.goul...@gmail.com>
To: Steve Graham <jsgraha...@yahoo.com>
Cc: Chicken-users <chicken-users@nongnu.org>
Sent: Friday, September 16, 2011 2:03 PM
Subject: Re: [Chicken-users] OT:  Scraping data from Windows app screen

Hi Steve,

On Fri, 16 Sep 2011 09:08:04 -0700 (PDT) Steve Graham <jsgraha...@yahoo.com> 
wrote:

> I need to pick up the text (field prompts and data) from a data entry
> screen.  Is there a utility which could do such?  An array of text by
> rows would be preferable, but other formats would likely suffice.

I'm afraid I don't understand what you want.  Could you elaborate on
that?

Best wishes.
Mario
-- 
http://parenteses.org/mario
_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to