C2017-027 Clear results before admin tool is run

This commit is contained in:
Rich 2017-07-10 19:24:36 +00:00
parent ae4ca7df37
commit 3604bbef47

View File

@ -673,6 +673,8 @@ namespace VEPROMS
private void btnRefresh_Click(object sender, EventArgs e)
{
txtProcess.Clear();
txtResults.Clear();// C2017-027 - Clear results before admin tool is run
Application.DoEvents();
if (btnRefresh.Text == "NO OPTION SELECTED")
{
MessageBox.Show("You must select an option under the Option panel", btnRefresh.Text);