How to use CIM techniques to automate data-input

Posted by LegacyUser on 13-Feb-2001 04:45

What I'm intending to do is to use some existing (GUI) windows to read big amounts of data, automating the input from a file, instead of manually.

I know there are some techniques used, the so called CIM-techniques. (Computer Aided Input ?)

Some help will be appreciated!

Louis Navarro

All Replies

Posted by LegacyUser on 19-Mar-2001 10:57

Louis,

Try the following progress code.

input from "INPUT.DAT".

run "GUI.P".

input close.

INPUT.DAT is the input file you created.

GUI.P is the GUI screen you would like to load the input file into.

Dave

"Louis Navarro" wrote:

>

>What I'm intending to do is to use some existing (GUI)

>windows to read big amounts of data, automating the input

>from a file, instead of manually.

>I know there are some techniques used, the so called CIM-techniques.

>(Computer Aided Input ?)

>

>Some help will be appreciated!

>

>Louis Navarro

This thread is closed