Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Searches the field at the specified presentation space position for the specified text.

Namespace:  JollyGiant.Emulation
Assembly:  JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public StatusCode FieldSearch(
	ref int row,
	ref int column,
	string searchText
)


Visual Basic (Declaration)
Public Function FieldSearch ( _
	ByRef row As Integer, _
	ByRef column As Integer, _
	searchText As String _
) As StatusCode


Visual C++
public:
virtual StatusCode FieldSearch(
	int% row, 
	int% column, 
	String^ searchText
) sealed


JavaScript
function FieldSearch(row, column, searchText);


Parameters

row Type: System..::.Int32 %Screen row.

...

This can be one of the following values:

Status codeDescription
OkThe search string was found.
NotConnectedYour application is not currently connected to a host session.
ParameterErrorString was length zero or greater than the session presentation space size.
InvalidPositionThe specified presentation space position was invalid.
SystemErrorThe method failed due to a system error.
NoSuchFieldThe search string was not found, or the session presentation space is unformatted.


Implements

IQWS3270..::.FieldSearch(Int32%, Int32%, String)

See Also


QWS3270 Class
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...