Programming with Reflection

image\rwnprg32.gif T27ReturnKeyInForms property

 

Syntax

object.T27ReturnKeyInForms
object.T27ReturnKeyInForms = Value

Works with

image\r24.gif

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) the action of the Return key in T27 Forms mode. For example, this statement sets the Return key in Forms to Exit Field:

Session.T27ReturnKeyInForms = rcT27ReturnFormsExit

Values

The default value is rcT27ReturnFormsExit.

rcT27ReturnFormsExit Return is set to Exit Field.

rcT27ReturnFormsNextLine Return is set to Next Line and will go to the next line of any multi-level fields.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property