LOTUSSCRIPT LANGUAGE


IMESetMode function
Example

Changes the current input mode (IME) into the mode user specified at its parameter. IMESetMode is supported for Windows DBCS system only.

Syntax

IMESetMode ( IMEMode )

Elements

IMEMode

Return values

TRUE


FALSE
Usage

IMESetMode is available on interactive execution of LotusScript.

The IMESetMode function is related with the IMEStatus function and generally used with it.

The IMESetMode function is expected to be used upon the Entering event of a Notes field.

Example
See Also