The following sample

FUNCTION MAIN()

   LOCAL oWord

   oWord = WIN_OLECREATEOBJECT( "Word.Application" )

   oWord:Documents:Add()

   ? oWord:ActiveDocument:StoryRanges[ 5 ]

   oWord:Visible = .T.

   RETURN NIL

works fine using xHarbour while stops with

Error BASE/1132  Bound error: array access

using Harbour.

Any ideas?

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
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to