I am trying to do like this and it doesn't work
Could anybody explain because it doesn't work ?
Define Window oWndWord from 0,0 to 600,800 pixel Title "Teste"
oWordView := TActiveX():New( oWndWord, "Word.Application",;
0,0,oWndWord:nWidth(),oWndWord:nHeight())
oWndWord:oClient := oWordView
Activate Window oWndWordCould anybody explain because it doesn't work ?