..
This commit is contained in:
@@ -85,7 +85,9 @@ namespace FCM0000
|
||||
{
|
||||
string sd = dtSD.Text;
|
||||
string ed = dtED.Text;
|
||||
this.ta.FillByName(this.dsMSSQL.Inventory, sd, ed,tbName.Text);
|
||||
string name = "%";
|
||||
if (tbName.Text != "") name = tbName.Text.Trim();
|
||||
this.ta.FillByName(this.dsMSSQL.Inventory, sd, ed, name);
|
||||
this.dsMSSQL.Inventory.AcceptChanges();
|
||||
dv1.AutoResizeColumns();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user