PROCEDURE Main()
LOCAL oIE
oIE := CreateObject( "InternetExplorer.Application" )
oIE:Navigate( "http://www.winfakt.be/form_test_1.htm" )
oIE:Visible := .T.
WHILE oIE:Busy
SecondsSleep( 1 )
END
oIE:Document:Forms[0]:Submit()
RETURN
Works!!!Antonio Linares wrote:Please try it this way:
oActiveX:GetProp("Document"):Forms[0]:Submit()
Yes, this is the trick! With oDoc we can do a lot of things now!Antonio Linares wrote:oDoc = oActiveX:GetProp( "document" )
oDoc is an OleAuto object. From that moment on, we can manage oDoc as we are used with OleAuto objects
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 59 guests