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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reading from Client Access Window

Status
Not open for further replies.

mcoupal

Technical User
Jul 9, 2001
61
US
I am interested in having VFP 6 to "type" data into a client access terminal session. To do this, it would have to be able to read certain lines to verify the correct screen is being displayed and whether the terminal is locked due to an inappropriate key being pressed.

Any suggestions?
 
Some client access terminal applications have an OLE (or even DDE) interface that allows you to query characters at a certain position and to send key strokes. If yours has such a capability, then that's your best bet.

Alternatively, you might want to look at the SendKeys function the vbscript.

Cheers,

Andrew

Andrew Coates
OzFox 2003 Australia's VFP Conference -- ------
DISCLOSURE
We are the Australasian Distributor for the Hentzenwerke Series of Books. (By the same token, I really do think they're the best printed VFP resource out there -- that's why we sell them)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top