save logresults as mht file
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2010
09:39 AM
04-08-2010
09:39 AM
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)
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2010
09:49 AM
04-08-2010
09:49 AM
sorry: i guess the timeformat is not acceptable in the filename..
