Press Method |
Top Previous Next |
Sets an Attention Identifier Key and sends the modified fields to the Mainframe. Modified fields can be input fields (unprotected) or sometimes protected fields, having the property Modified set to True.
VB.NET Syntax
[Boolean =] Display.Press (Value As string)
C# Syntax
[bool =] Display.Press (string Value);
This method works like the AidKey property, but it takes a string with the name of the AID key as a parameter. You can specify only one key for each call to the method.
The following table lists the possible string values:
See also AIDKey property.
|