This code works fine when compiled with clipper and fivewin but
with xharbour and fivewin, the program stop .
procedure TIE()
local he
he:=createoleobject("InternetExplorer.Application")
OleSetProperty(he,"Visible",.T.)
*OleSetProperty(he,"Toolbar",.F.)
*OleSetProperty(he,"Statusbar",.F.)
*OleSetProperty(he,"MenuBar",.F.)
OleInvoke(he,"Navigate","http://www.lesoir.be")
sysrefresh()
return
Thanks for some info
Philippe Jacquet