kaiiii
5 years agoRegular Contributor
How to send report mail so that report details will be display in mail body ?
How can I send report mail, so client no need to open mht or html file. All result will be displayed on that mail body.
- 5 years ago
if you look the Smartbear example, ALogData is furnished, by analysing each row of the log (Log is a tree-table object).
You can find its call on the ExportRow() function.
Add all of the code of the example into a project and call ExportLog() before exiting, beware that the export can take a loooong time if the log is big. It creates one jpg for each screencapture and a text file.