Background Color | ||
---|---|---|
| ||
IField::VBS_Search |
Search the specified field for a text string.
Background Color |
---|
Function VBS_Search(row as Variant, column as Variant, text As String) As Long |
Parameters
No | Name | Type | Optional | Default | Description |
---|---|---|---|---|---|
1 | row | Variant | No | - | row in the screen where the search begins |
2 | column | Variant | No | - | column in the screen where the search begins |
3 | text | String | No | - | String to search for |
Return Code | Description | ||||
JGS_OK | The search string was found. The 'cursor' parameter contains the position in the screen where the search string begins. | ||||
JGS_NOTCONNECTED | Your application is not connected to a valid session | ||||
JGS_PARAMETERERROR | Missing or invalid parameter | ||||
JGS_SYSERROR | The function failed due to a system error | ||||
JGS_POSITIONERROR | The specified screen position is invalid | ||||
JGS_NOFIELD | The screen is not formatted |
Sample Code
Background Color | ||
---|---|---|
| ||
Dim row as Variant
|
QWS3270 Automation copyright © Jolly Giant Software Inc. All rights reserved.
...