diff --git a/NKC_WF/WebUserControls/cmp_kitReqRunning.ascx b/NKC_WF/WebUserControls/cmp_kitReqRunning.ascx
index 3e5caa6..7fe5010 100644
--- a/NKC_WF/WebUserControls/cmp_kitReqRunning.ascx
+++ b/NKC_WF/WebUserControls/cmp_kitReqRunning.ascx
@@ -1,7 +1,7 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_kitReqRunning.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_kitReqRunning" %>
<%@ Register Src="~/WebUserControls/cmp_KR_cart.ascx" TagPrefix="uc1" TagName="cmp_KR_cart" %>
-
<%: traduci("RunningKitReq") %>
+<%: traduci("RunningKitReq") %>
@@ -32,10 +32,8 @@
<%----%>
+
-
-
-
<%----%>
@@ -50,3 +48,4 @@
+
diff --git a/NKC_WF/WebUserControls/cmp_kitReqRunning.ascx.cs b/NKC_WF/WebUserControls/cmp_kitReqRunning.ascx.cs
index 4b98818..f69543d 100644
--- a/NKC_WF/WebUserControls/cmp_kitReqRunning.ascx.cs
+++ b/NKC_WF/WebUserControls/cmp_kitReqRunning.ascx.cs
@@ -25,6 +25,19 @@ namespace NKC_WF.WebUserControls
cmp_KR_cart.doUpdate();
}
+ protected bool showFull
+ {
+ get
+ {
+ bool answ = false;
+ bool.TryParse(hfShowFull.Value, out answ);
+ return answ;
+ }
+ set
+ {
+ hfShowFull.Value = value.ToString();
+ }
+ }
protected void grView_SelectedIndexChanged(object sender, EventArgs e)
{
int PackListId = 0;
diff --git a/NKC_WF/WebUserControls/cmp_kitReqRunning.ascx.designer.cs b/NKC_WF/WebUserControls/cmp_kitReqRunning.ascx.designer.cs
index cbafcc6..e6d9c6d 100644
--- a/NKC_WF/WebUserControls/cmp_kitReqRunning.ascx.designer.cs
+++ b/NKC_WF/WebUserControls/cmp_kitReqRunning.ascx.designer.cs
@@ -40,5 +40,14 @@ namespace NKC_WF.WebUserControls
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
///
protected global::NKC_WF.WebUserControls.cmp_KR_cart cmp_KR_cart;
+
+ ///
+ /// Controllo hfShowFull.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::System.Web.UI.WebControls.HiddenField hfShowFull;
}
}
diff --git a/NKC_WF/WebUserControls/cmp_kitReqSched.ascx b/NKC_WF/WebUserControls/cmp_kitReqSched.ascx
index 80a98a0..c4369e6 100644
--- a/NKC_WF/WebUserControls/cmp_kitReqSched.ascx
+++ b/NKC_WF/WebUserControls/cmp_kitReqSched.ascx
@@ -1,8 +1,7 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_kitReqSched.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_kitReqSched" %>
-
- <%: traduci("ScheduledKitReq") %>
+<%: traduci("ScheduledKitReq") %>
@@ -26,10 +25,8 @@
+
-
-
-
<%----%>
@@ -38,5 +35,5 @@
-
+
diff --git a/NKC_WF/WebUserControls/cmp_kitReqSched.ascx.cs b/NKC_WF/WebUserControls/cmp_kitReqSched.ascx.cs
index a428c7a..2064966 100644
--- a/NKC_WF/WebUserControls/cmp_kitReqSched.ascx.cs
+++ b/NKC_WF/WebUserControls/cmp_kitReqSched.ascx.cs
@@ -29,6 +29,19 @@ namespace NKC_WF.WebUserControls
hfNumRows.Value = value.ToString();
}
}
+ protected bool showFull
+ {
+ get
+ {
+ bool answ = false;
+ bool.TryParse(hfShowFull.Value, out answ);
+ return answ;
+ }
+ set
+ {
+ hfShowFull.Value = value.ToString();
+ }
+ }
internal void doUpdate()
{
diff --git a/NKC_WF/WebUserControls/cmp_kitReqSched.ascx.designer.cs b/NKC_WF/WebUserControls/cmp_kitReqSched.ascx.designer.cs
index 7b3761c..1123bb4 100644
--- a/NKC_WF/WebUserControls/cmp_kitReqSched.ascx.designer.cs
+++ b/NKC_WF/WebUserControls/cmp_kitReqSched.ascx.designer.cs
@@ -49,5 +49,14 @@ namespace NKC_WF.WebUserControls
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
///
protected global::System.Web.UI.WebControls.HiddenField hfNumRows;
+
+ ///
+ /// Controllo hfShowFull.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::System.Web.UI.WebControls.HiddenField hfShowFull;
}
}