Host Interface multilanguage support functions
The following ActiveX methods allow you to interact with a screen-based host application with multi-language support to:
•  gather information from the host
•  transfer information to the host
CheckFieldEx()
Checks (and waits) for a string to appear on the host screen.
GetFieldEx()
Returns a string of characters from a specified position on the host screen.
IsFlipMode
Flips the host screen, making a mirror image of it.
IsModeASCII
Defines how the data is exchanged between the object and the application.
IsModeRDE
Retrieves the mode of the data entry operation.
IsNumericDistinction
Defines the numeric distinction mode of your current host session.
IsRightToLeft
Reverses the direction in which text is entered in a host field.
PutFieldEx()
Pastes a string of characters to a specified position of the host screen.
SetArabicMode
Defines whether or not you will use numeric distinction and whether or not you will use RDE or RTE mode.
SetModeASCII
Defines how the data is exchanged between the object and the application.