/* Telling the Word application to detect spelling errors and to underline them while the user enters data in the document.
NUM_BIN_4 |
ReturnCode |
|
CALL_METHOD WORD_CLIENT APP_SET_OPTION _WRD_CHEK_SPELLING_AS_YOU_TYPE - |
*TRUE ReturnCode |
CALL_METHOD WORD_CLIENT DOC_SET_OPTION _WRD_SHOW_SPELLING_ERRORS *TRUE ReturnCode |
/* Knowing if the Word application checks spelling as the user enters data.
/* The variables CheckSpellingAsYouType and ReturnCode are output variables.
BOOL |
CheckSpellingAsYouType |
|
NUM_BIN_4 |
ReturnCode |
|
CALL_METHOD WORD_CLIENT APP_GET_OPTION _WRD_CHECK_SPELLING_AS_YOU_TYPE - |
CheckSpellingAsYouType ReturnCode |