Programming with Reflection

image\rwnprg32.gif BeforeTerminalKey event

 

Syntax Private Sub Session_BeforeTerminalKey(Key As Long, Continue As Boolean)

 

Description

This event is triggered before Reflection transmits a terminal keystroke.

Arguments

Key Argument type: Enumeration
A terminal key constant that identifies the keystroke the user pressed. If the value of Key is changed in the BeforeTerminalKey event procedure, Reflection transmits the new Key value. Click here to see a list of terminal keys for 3270 terminals, or here to see a list of terminal keys for 5250 terminals.

Continue Argument type: Boolean
Specifies whether Reflection should transmit the keystroke. Reflection sets this argument to True when the event occurs. If you set Continue to False in the event procedure, Reflection does not send a keystroke.

Notes

· Event procedures must be created in the code module for the Reflection Session object (ThisSession).

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command