Re: Telnet and Visual Foxpro - WeOnlyDo Discussion board

Re: Telnet and Visual Foxpro (General questions)

by woddrazen, Saturday, January 13, 2007, 17:45 (6307 days ago) @ jtrogdon

Hi,


Moving cursor around telnet server screen is client side operation.

However you can place cursor on some place on screen using Send Method and sending for example space key.

Here is basic example how to done that:
[code]
User.Send Move cursor to row 3 column 7 & vbCrLf //first row
User.Send & vbCrLf //second row
User.Send //third row
[/code]
and cursor will be in row 3 column 7.


Drazen


Complete thread: