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

@@ -20,6 +20,7 @@ namespace FCM0000
void Common_TableNewRow(object sender, DataTableNewRowEventArgs e)
{
e.Row["gcode"] = FCOMMON.info.Login.gcode;
e.Row["wuid"] = FCOMMON.info.Login.no;
e.Row["wdate"] = DateTime.Now;
string grp = "99";
@@ -33,6 +34,10 @@ namespace FCM0000
private void __Load(object sender, EventArgs e)
{
this.Show();
Application.DoEvents();
// this.TopMost=true;
// this.Activate();
cmbList_SelectedIndexChanged(null, null);
}
void RefreshCodeList()
@@ -56,7 +61,7 @@ namespace FCM0000
}
try
{
this.ta.Fill(this.dsMSSQL.Common, grp);
this.ta.Fill(this.dsMSSQL.Common, grp,FCOMMON.info.Login.gcode );
this.dsMSSQL.Common.AcceptChanges();
}
catch (Exception ex)