why this sample work good in xharbour but in harbour returns error:
bound error array access
called from main(9)
compiled with mingw -lhbwin
func main
LOCAL oexplorer := CREATEOBJECT( "Internetexplorer.Application" )
oexplorer:Visible := .T.
oexplorer:Height := 700
oexplorer:Navigate( "http://www.google.com" )
WHILE oexplorer:Busy
HB_IDLESLEEP( 1 )
ENDDO
oexplorer:Document:Forms[0]:Elements[ "q" ]:Value := 'something'
return
Regards
apolinar
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour