Hello,
function UserForm1_OnShow(Sender)
{
var form;
UserForms.UserForm1.Visible =true;
UserForms.FormByName("UserForm1").Show();
}
function sa()
{
UserForm1_OnShow()
}
By using the above code testcomplete application crash.
Why it happen?
Hello,
function UserForm1_OnShow(Sender)
{
var form;
UserForms.UserForm1.Visible =true;
UserForms.FormByName("UserForm1").Show();
}
function sa()
{
UserForm1_OnShow()
}
By using the above code testcomplete application crash.
Why it happen?