fix vari + loop errore update
This commit is contained in:
@@ -148,7 +148,7 @@ namespace MP_ADM.WebUserControls
|
||||
DataLayerObj.taPromOut.updAttiva(IdxPromessa, isAttivabile);
|
||||
}
|
||||
}
|
||||
doUpdate();
|
||||
updateGrView();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -157,6 +157,7 @@ namespace MP_ADM.WebUserControls
|
||||
private void updateGrView()
|
||||
{
|
||||
grView.DataBind();
|
||||
raiseNewVal();
|
||||
}
|
||||
|
||||
#endregion Private Methods
|
||||
@@ -276,7 +277,7 @@ namespace MP_ADM.WebUserControls
|
||||
}
|
||||
}
|
||||
}
|
||||
doUpdate();
|
||||
updateGrView();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -390,8 +391,7 @@ namespace MP_ADM.WebUserControls
|
||||
|
||||
public void doUpdate()
|
||||
{
|
||||
updateGrView();
|
||||
raiseSelNew();
|
||||
grView.DataBind();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -105,6 +105,7 @@ namespace MP_ADM.WebUserControls
|
||||
decimal tempoMinTot = 0;
|
||||
Dictionary<string, int> ElArticoli = new Dictionary<string, int>();
|
||||
string CodArt = "";
|
||||
txtNumPz.Text = "0";
|
||||
foreach (GridViewRow riga in grView.Rows)
|
||||
{
|
||||
QtaRem = 0;
|
||||
|
||||
Reference in New Issue
Block a user