Programming with Reflection
T27ReturnKeyInForms property
Syntax |
object.T27ReturnKeyInForms |
Works with |
|
Data type |
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
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.