.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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