This commit is contained in:
chikyun.kim
2019-07-26 17:28:19 +09:00
parent ae209e00af
commit 11d7c7f704
58 changed files with 3360 additions and 6285 deletions

View File

@@ -33,10 +33,9 @@ namespace FCM0000
{
//search data
// var dt = this.ta.GetSearch(this.keyword);
this.ta.FillSearch(this.dsMSSQL.Projects,this.keyword);
this.ta.FillSearch(this.dsMSSQL.Projects,"%" + this.keyword + "%",FCOMMON.info.Login.gcode);
}
private void bs_CurrentChanged(object sender, EventArgs e)
{
@@ -48,8 +47,7 @@ namespace FCM0000
{
btOK.PerformClick();
}
}
}
private void itemsBindingNavigatorSaveItem_Click(object sender, EventArgs e)