Forum Discussion

Madhi's avatar
Madhi
Contributor
15 years ago

save logresults as mht file


Function MHTResult



path = ProjectSuite.Path


y = cstr(aqDateTime.Time)


wholepath = path+"result"+y+".mht"



Log.SaveResultsAs wholepath,2



end function



can you please tell me whats wrong with the function.. im not able to create themht.  it always returns false when i assign x = log.saveresultsas(wholepath,2)