..
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user