Runtime_SetFieldEnterMode()

Examples


The Runtime_SetFieldEnterMode() function allows users to press the enter key instead of the tab key to move the focus from field to field in a window.

Syntax

Runtime_SetFieldEnterMode(mode)

Parameters

mode An integer that sets one of the following modes:

[spacer]

Value

Description

0

Enables the tab key mode.

1

Disables the tab key mode.


Return value

The boolean value true.

Comments

Dexterity applications use the tab key as the default method of data entry. This function allows a user to choose the preferred method of data entry. When the enter key is used to move the focus, shift+return or shift+enter must be used to activate a push button field with the Default property set to true or a push button currently focused in a window.


Documentation Feedback