Would it be possible to modify this nice program from Ramani in that way, that instead of Internet-Explorer the better browser FIREFOX can be used?
Firefox is much faster than IE!
In other words:
Can the code-snippet
cSite = ' .AddProperty("oBrowser", ;
CREATEOBJECT("internetexplorer.application"))
.oBrowser.Navigate(cSite)
.oBrowser.Visible = .T.
ENDWITH
ENDPROC
changed into
.AddProperty("oBrowser", ;
createobject("firefox.application"))
.oBrowser.Navigate(cSite)
.oBrowser.Visible = .T.
I tried it, but got an error.
Firefox is much faster than IE!
In other words:
Can the code-snippet
cSite = ' .AddProperty("oBrowser", ;
CREATEOBJECT("internetexplorer.application"))
.oBrowser.Navigate(cSite)
.oBrowser.Visible = .T.
ENDWITH
ENDPROC
changed into
.AddProperty("oBrowser", ;
createobject("firefox.application"))
.oBrowser.Navigate(cSite)
.oBrowser.Visible = .T.
I tried it, but got an error.