﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2500	_IEDocGetObj Help example $oDoc.fileCreatedDate error	oz.mike@…		"HI 

The help example for _IEDocGetObj dosen't work on www.autoitscript.com
but does on www.google.com! So I suggest you change the HELP example ..


{{{
include <IE.au3>

Local $oIE = _IECreate(""http://www.autoitscript.com"")
Local $oDoc = _IEDocGetObj($oIE)
MsgBox(0, ""Document Created Date"", $oDoc.fileCreatedDate)

}}}


Fails with error
C:\Temp\mse4\test.au3 (5) : ==> The requested action with this object has failed.:
MsgBox(0, ""Document Created Date"", $oDoc.fileCreatedDate)
MsgBox(0, ""Document Created Date"", $oDoc.fileCreatedDate^ ERROR


{{{
include <IE.au3>

Local $oIE = _IECreate(""http://www.google.com"")
Local $oDoc = _IEDocGetObj($oIE)
MsgBox(0, ""Document Created Date"", $oDoc.fileCreatedDate)
}}}

Works?

"	Bug	closed		Standard UDFs	3.3.8.1	None	No Bug		
