diff --git a/GMW/GMW/WebUserControls/mod_execUDC.ascx b/GMW/GMW/WebUserControls/mod_execUDC.ascx index ac5ea86f..ea782a27 100644 --- a/GMW/GMW/WebUserControls/mod_execUDC.ascx +++ b/GMW/GMW/WebUserControls/mod_execUDC.ascx @@ -1,2 +1,25 @@ -<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_execUDC.ascx.cs" Inherits="GMW.WebUserControls.mod_execUDC" %> -modulo operazioni consentite su UDC \ No newline at end of file +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_execUDC.ascx.cs" + Inherits="GMW.WebUserControls.mod_execUDC" %> +modulo operazioni consentite su UDC + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
diff --git a/GMW/GMW/WebUserControls/mod_execUDC.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_execUDC.ascx.designer.cs index 392ff1ad..20f75ecf 100644 --- a/GMW/GMW/WebUserControls/mod_execUDC.ascx.designer.cs +++ b/GMW/GMW/WebUserControls/mod_execUDC.ascx.designer.cs @@ -12,5 +12,41 @@ namespace GMW.WebUserControls { public partial class mod_execUDC { + + /// + /// Button1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Button1; + + /// + /// Button2 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Button2; + + /// + /// Button3 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Button3; + + /// + /// Button4 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button Button4; } } diff --git a/GMW/GMW/WebUserControls/mod_searchMag.ascx.cs b/GMW/GMW/WebUserControls/mod_searchMag.ascx.cs index 15feffc7..0f367775 100644 --- a/GMW/GMW/WebUserControls/mod_searchMag.ascx.cs +++ b/GMW/GMW/WebUserControls/mod_searchMag.ascx.cs @@ -57,6 +57,7 @@ namespace GMW.WebUserControls private void doSearch() { + // !!! RI FARE!!! - se è tipo like NON HA senso distinguere nel tipo di ricerca, attiva tutti i "search provider" string testoCercato = txtSearch.Text.Trim(); if (testoCercato != "") { diff --git a/GMW/GMW/WebUserControls/mod_showUDC.ascx.cs b/GMW/GMW/WebUserControls/mod_showUDC.ascx.cs index cbffa7b6..fd0266e4 100644 --- a/GMW/GMW/WebUserControls/mod_showUDC.ascx.cs +++ b/GMW/GMW/WebUserControls/mod_showUDC.ascx.cs @@ -79,20 +79,6 @@ namespace GMW.WebUserControls eh_selValore(this, new EventArgs()); } } - /// - /// resetta la selezione dei valori in caso di modifiche su altri controlli - /// - public void resetSelezione() - { - SteamWare.memLayer.ML.emptySessionVal(string.Format("{0}_sel", _idxGridView)); - grView.SelectedIndex = -1; - //grView.DataBind(); - lblWarning.Visible = false; - if (eh_resetSelezione != null) - { - eh_resetSelezione(this, new EventArgs()); - } - } /// /// collega i controlli @@ -123,7 +109,19 @@ namespace GMW.WebUserControls resetSelezione(); checkFixOds(); } - + /// + /// resetta la selezione dei valori in caso di modifiche su altri controlli + /// + public void resetSelezione() + { + SteamWare.memLayer.ML.emptySessionVal(string.Format("{0}_sel", _idxGridView)); + grView.SelectedIndex = -1; + lblWarning.Visible = false; + if (eh_resetSelezione != null) + { + eh_resetSelezione(this, new EventArgs()); + } + } #endregion diff --git a/GMW/GMW/bin/GMW.dll b/GMW/GMW/bin/GMW.dll index 2f3a9529..fbd42726 100644 Binary files a/GMW/GMW/bin/GMW.dll and b/GMW/GMW/bin/GMW.dll differ diff --git a/GMW/GMW/obj/Debug/GMW.dll b/GMW/GMW/obj/Debug/GMW.dll index 2f3a9529..fbd42726 100644 Binary files a/GMW/GMW/obj/Debug/GMW.dll and b/GMW/GMW/obj/Debug/GMW.dll differ