Enrico Maria Giordano
2009-06-15 11:15:32 UTC
The following sample
function Main()
local o := TOleAuto():New( CreateObject( "Word.Application" ):hObj )
? o:ClassName
return nil
gives
Error BASE/1004 No exported method: HOBJ
Called from WIN_OLEAUTO:HOBJ(0)
Called from MAIN(3)
What am I missing?
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic
function Main()
local o := TOleAuto():New( CreateObject( "Word.Application" ):hObj )
? o:ClassName
return nil
gives
Error BASE/1004 No exported method: HOBJ
Called from WIN_OLEAUTO:HOBJ(0)
Called from MAIN(3)
What am I missing?
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic