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 =] tnxxxx.Press (Value As string)

 

C# Syntax

 

[bool =] tnxxxx.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:

 

String Value

Meaning

Enter

ENTER key

Clear

CLEAR key

ATTN

Attention key

SysReq

System Request key

PF1

PF01 key

PF2

PF02 key

PF3

PF03 key

PF4

PF04 key

PF5

PF05 key

PF6

PF06 key

PF7

PF07 key

PF8

PF08 key

PF9

PF09 key

PF10

PF10 key

PF11

PF11 key

PF12

PF12 key

PF13

PF13 key

PF14

PF14 key

PF15

PF15 key

PF16

PF16 key

PF17

PF17 key

PF18

PF18 key

PF19

PF19 key

PF20

PF20 key

PF21

PF21 key

PF22

PF22 key

PF23

PF23 key

PF24

PF24 key

PA1

PA1 key

 

See also AIDKey property.

 

Copyright © 2002-2007, Cybele Software Inc. All rights reserved.