Gives the programmer access to the host screen to retrieve or put data.
The Screen Object has the following methods and properties:
|
Properties |
|
|
Application |
object.Application |
|
Col |
object.Col |
|
Cols |
object.Cols |
|
InHiddenField |
???? |
|
Name |
object.Name |
|
OIA |
object.OIA |
|
Parent |
object.Parent |
|
Row |
object.Row |
|
Rows |
object.Rows |
|
Selection |
Set rc = object.Selection |
|
Updated |
object.Updated |
|
|
|
|
Methods |
|
|
Area |
Set rc=object.Area(StartRow,StartCol,EndRow,EndCol[,Page][,Type]) |
|
Copy |
object.Copy |
|
CopyAppend |
object.CopyAppend |
|
Cut |
object.Cut |
|
CutAppend |
object.CutAppend |
|
Delete |
object.Delete |
|
GetString |
rc = object.GetString (Row, Col, Length, [Page]) |
|
MoveRelative |
object.MoveRelative NumOfRows, NumOfCols |
|
MoveTo |
object.MoveTo Row, Col |
|
Paste |
object.Paste |
|
PasteContinue |
object.PasteContinue |
|
PutString |
object.PutString String, [Row] [,Col] |
|
Search |
Set rc=object.Search(Text [,Row][,Col][,Page]) |
|
SelectAll |
Set rc=object.SelectAll |
|
SendInput |
object.SendInput Text |
|
SendKeys |
object.SendKeys(String) |
|
WaitForCursor |
rc=object.WaitForCursor (Row [,Col] [,Page]]) object.WaitForCursor Row [,Col][,Page]] |
|
WaitForCursorMove |
rc = object,WaitForCursorMove (NumofRows [,NumofCols] [,Pages]]) object.WaitForCursor NumofRows [,NumofCols] [,NumofPages]] |
|
WaitForKeys |
rc=object.WaitForKeys ([Timeout [,UserKeys]]) object.WaitForKeys [Timeout [,UserKeys]] |
|
WaitForStream |
rc=object.WaitForStream (Text [,IdleTime]) object.WaitForStream Text [,IdleTime] |
|
WaitForString |
rc=object.WaitForString (Text [,Row [, Col [,Page]]]) object.WaitForString String [,Row [,Col [,Page]]] |
|
WaitHostQuiet |
rc=object.WaitHostQuiet ([SettleTime]) object.WaitHostQuiet [SettleTime] |