CLIENT_OLE2.GET_OBJ_PROPERTY ActiveDocument
I am trying to create a procedure in Oracle Forms 11g to use the webutil client_ole2 to call microsoft word for spell checking. I have the code working, however, I have to manually switch focus to word. Is there a way to automatically have the form change focus to word? I thought the ActiveDocument should do that, is this correct?