﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3263	DocSaveAs does not output HTML file properly	cbishop@…		"The output of xlabs.html is a text file in IE/Chrome/Firefox,  it seems HTML header information is missing.

Local $oAppl1 = _Word_Create()

$Filehandle = _Word_DocOpen($oAppl1, ""\\fred\xlabs.docx"",Default, Default, True)


If @error = 1 Then
    MsgBox(0, ""FAILURE!"", ""Unable to Create the WORD Object"")
    Exit
ElseIf @error = 2 Then
    MsgBox(0, ""FAILURE!"", ""File xlabs Status Report does not exist"")
    Exit
 EndIf

_Word_DocSaveAs($Filehandle,$TimelineFilePath & ""\xlabs.html"")

If @error Then MsgBox(0, ""FAILURE"", "" Status Report was NOT Saved!"", 3)

_Word_DocClose($Filehandle)"	Bug	closed		AutoIt	3.3.14.0	None	No Bug		
