-
<%: traduci("ReportCompleto") %>
+
+
<%: traduci("ReportCompleto") %>
+
+
+
+
+
diff --git a/CMS_SC/ReportCompleto.aspx.cs b/CMS_SC/ReportCompleto.aspx.cs
index 098b1d4..de3ec3d 100644
--- a/CMS_SC/ReportCompleto.aspx.cs
+++ b/CMS_SC/ReportCompleto.aspx.cs
@@ -12,7 +12,11 @@ namespace CMS_SC
{
protected void Page_Load(object sender, EventArgs e)
{
-
+ if (!Page.IsPostBack)
+ {
+ mod_reportCompleto.Fase = ddlFase.SelectedValue;
+ mod_reportCompleto.Lingua = ddlLingue.SelectedValue;
+ }
}
///
/// wrapper traduzione
@@ -23,5 +27,17 @@ namespace CMS_SC
{
return user_std.UtSn.Traduci(lemma);
}
+
+ protected void ddlFase_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ mod_reportCompleto.Fase = ddlFase.SelectedValue;
+ mod_reportCompleto.fixReport();
+ }
+
+ protected void ddlLingue_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ mod_reportCompleto.Lingua = ddlLingue.SelectedValue;
+ mod_reportCompleto.fixReport();
+ }
}
}
\ No newline at end of file
diff --git a/CMS_SC/ReportCompleto.aspx.designer.cs b/CMS_SC/ReportCompleto.aspx.designer.cs
index 34a9a63..095befb 100644
--- a/CMS_SC/ReportCompleto.aspx.designer.cs
+++ b/CMS_SC/ReportCompleto.aspx.designer.cs
@@ -12,6 +12,42 @@ namespace CMS_SC {
public partial class ReportCompleto {
+ ///
+ /// ddlFase control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList ddlFase;
+
+ ///
+ /// odsFase control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.ObjectDataSource odsFase;
+
+ ///
+ /// ddlLingue control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList ddlLingue;
+
+ ///
+ /// odsLingue control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.ObjectDataSource odsLingue;
+
///
/// mod_reportCompleto control.
///
diff --git a/CMS_SC/WebUserControls/mod_reportCompleto.ascx.cs b/CMS_SC/WebUserControls/mod_reportCompleto.ascx.cs
index 798af8c..ff2b337 100644
--- a/CMS_SC/WebUserControls/mod_reportCompleto.ascx.cs
+++ b/CMS_SC/WebUserControls/mod_reportCompleto.ascx.cs
@@ -20,23 +20,11 @@ namespace CMS_SC.WebUserControls
///
/// Fase x report richiesto
///
- protected string Fase
- {
- get
- {
- return memLayer.ML.QSS("Fase");
- }
- }
+ public string Fase { get; set; }
///
/// Lingua x report richiesto
///
- protected string Lingua
- {
- get
- {
- return memLayer.ML.QSS("Lingua");
- }
- }
+ public string Lingua { get; set; }
///
/// dossier di cui creare report
///
diff --git a/CMS_SC/bin/CMS-SC-Data.dll b/CMS_SC/bin/CMS-SC-Data.dll
index 655de0d..f7a2cbe 100644
Binary files a/CMS_SC/bin/CMS-SC-Data.dll and b/CMS_SC/bin/CMS-SC-Data.dll differ
diff --git a/CMS_SC/bin/CMS_SC.dll b/CMS_SC/bin/CMS_SC.dll
index 86e748c..9c2fabf 100644
Binary files a/CMS_SC/bin/CMS_SC.dll and b/CMS_SC/bin/CMS_SC.dll differ
diff --git a/CMS_SC/bin/SteamWare.dll b/CMS_SC/bin/SteamWare.dll
index cc9f25c..e80c273 100644
Binary files a/CMS_SC/bin/SteamWare.dll and b/CMS_SC/bin/SteamWare.dll differ