..
This commit is contained in:
@@ -37,8 +37,10 @@ namespace FPJ0000
|
||||
private void __Load(object sender, EventArgs e)
|
||||
{
|
||||
this.Show();
|
||||
this.bs.Filter = "Storage <> 'B-CENTER'";
|
||||
Application.DoEvents();
|
||||
button1.PerformClick();
|
||||
|
||||
}
|
||||
void refreshData(string div)
|
||||
{
|
||||
@@ -168,9 +170,9 @@ namespace FPJ0000
|
||||
private void chkZeroCount_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (chkZeroCount.Checked)
|
||||
this.bs.Filter = "CurrentQty > 0";
|
||||
this.bs.Filter = "CurrentQty > 0 and Storage <> 'B-CENTER'";
|
||||
else
|
||||
this.bs.Filter = "";
|
||||
this.bs.Filter = "Storage <> 'B-CENTER'";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user