ContributionsMost RecentMost LikesSolutionsRe: Getting tcJITHook.exe application error Not yet found solution we are doing workaround by restarting the desktop whenever this issue occurs Re: Getting tcJITHook.exe application error Am triggering Web application Testcase , where this error occurs we are restarting the desktop then its working fine Getting tcJITHook.exe application error Hi Team, Am getting tcJITHook.exe application error while execution the script when i restart the Desktop it is getting cleared can any one please provide solution' mail-id---> mails2rajark@gmail.com official ID-->raja.radhakrishnan@achilles.com Re: Automatic Email reports brake Hi Did you Tried adding Summary Of passed and Failed Cases if Yes please let me know how you did that How to use Sendmail attachment as Insert as Text to display Body as Summary Format Am using Send mail Method of Testcomplete in the Attachment i would like to use "Outlook--> Insert as Text" so that my HTML Summary report would get printed in the Body of the email SendMail(emailRecipients, "smtp.gmail.com", From_Mail , "", Subject, Body_mail, Attachment); Re: Chinese Letter displaying as ?? nantri Shankar Re: Chinese Letter displaying as ?? Ho it was simple solution i when fectching the data i converted it to VarToString but when i removed it is working var Temp=VarToString(excelMainSheet_TestCase.Cells.Item(i,9)); Log.Message(Temp) Working fine var Temp=(excelMainSheet_TestCase.Cells.Item(i,9)); Log.Message(Temp) Re: Writing Chinese lanuage text from Testcomplete 7.10 to html page Use <meta charset=" +"utf-8" + "> in the HTML file Chinese Letter displaying as ?? Am testing Web page which is in chinese Language test data is in Excel Cell am pulling the testdate in variable and trying to using it in java script now when is pick the Excel data which is a chinese letter it shows in ?? in the variable how to display the letter as it is in excel below are the code i used var Temp=VarToString(excelMainSheet_TestCase.Cells.Item(i,9)); Log.Message(Temp) Temp it shows as ?? mark Re: Automation Execution Report Hi Shankar , Thank you for the help it worked fine for me Will keep posted if i come up with any difficulties