Fix x reset post cambio pagina
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
</site>
|
||||
<site name="GMW(1)" id="6">
|
||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele\Documents\VisualStudioProjects\GMW\GMW" />
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele.steamw\Documents\VisualStudioProject\GMW\GMW" />
|
||||
</application>
|
||||
<bindings>
|
||||
<binding protocol="http" bindingInformation="*:57804:localhost" />
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
<Use64BitIISExpress />
|
||||
<IISExpressSSLPort />
|
||||
<UseGlobalApplicationHostFile />
|
||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||
<LastActiveSolutionConfig>TK_prod|Any CPU</LastActiveSolutionConfig>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@ namespace GMW
|
||||
private void mod_selLineaNtDt1_eh_doRefresh(object sender, EventArgs e)
|
||||
{
|
||||
doUpdate();
|
||||
mod_post_B48.doUpdate();
|
||||
mod_post_B48.doReset();
|
||||
}
|
||||
/// <summary>
|
||||
/// richiesta update del controllo SAO
|
||||
|
||||
@@ -405,8 +405,11 @@ namespace GMW.WebUserControls
|
||||
/// <summary>
|
||||
/// reset maschera...
|
||||
/// </summary>
|
||||
protected void doReset()
|
||||
public void doReset()
|
||||
{
|
||||
// rimuovo selezione eventuale UDC
|
||||
grViewDest.SelectedIndex = -1;
|
||||
codContCurr = "";
|
||||
// resetta
|
||||
lastBarcodeIn = "";
|
||||
Postazione.messaggiText = "";
|
||||
@@ -792,6 +795,8 @@ namespace GMW.WebUserControls
|
||||
doUpdate();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#region metodi processing DataMatrix letto da BarCode
|
||||
/// <summary>
|
||||
/// processa aggiunta datamatrix (SE POSSIBILE)
|
||||
@@ -864,6 +869,7 @@ namespace GMW.WebUserControls
|
||||
/// </summary>
|
||||
public void doUpdate()
|
||||
{
|
||||
// refresh!
|
||||
setDefaultVal();
|
||||
setVisibility(!Page.IsPostBack);
|
||||
grViewDest.DataBind();
|
||||
|
||||
Vendored
+1
-1
@@ -11,7 +11,7 @@ pipeline {
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=2105']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=2107']) {
|
||||
// impiego numero di build del SINGOLO RAMO
|
||||
// env.versionNumber = VersionNumber(versionNumberString : '4.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
|
||||
// forzo numero di build x tutti rami uguali
|
||||
|
||||
Reference in New Issue
Block a user