C2017-027 Clear results before admin tool is run
This commit is contained in:
parent
ae4ca7df37
commit
3604bbef47
@ -673,6 +673,8 @@ namespace VEPROMS
|
|||||||
private void btnRefresh_Click(object sender, EventArgs e)
|
private void btnRefresh_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
txtProcess.Clear();
|
txtProcess.Clear();
|
||||||
|
txtResults.Clear();// C2017-027 - Clear results before admin tool is run
|
||||||
|
Application.DoEvents();
|
||||||
if (btnRefresh.Text == "NO OPTION SELECTED")
|
if (btnRefresh.Text == "NO OPTION SELECTED")
|
||||||
{
|
{
|
||||||
MessageBox.Show("You must select an option under the Option panel", btnRefresh.Text);
|
MessageBox.Show("You must select an option under the Option panel", btnRefresh.Text);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user