diff --git a/WebSCR.v11.suo b/WebSCR.v11.suo
index adbf515..65771b0 100644
Binary files a/WebSCR.v11.suo and b/WebSCR.v11.suo differ
diff --git a/WebSCR/WebUserControls/mod_pianificazione.ascx.cs b/WebSCR/WebUserControls/mod_pianificazione.ascx.cs
index aed6413..8aaab14 100644
--- a/WebSCR/WebUserControls/mod_pianificazione.ascx.cs
+++ b/WebSCR/WebUserControls/mod_pianificazione.ascx.cs
@@ -26,8 +26,13 @@ namespace WebSCR.WebUserControls
}
mod_filtroZona.eh_selIndir += mod_selettoreIndirizzo1_eh_selIndir;
mod_filtroPeriodo.eh_selData += mod_filtroPeriodo_eh_selData;
- //mod_dettInt.eh_update += mod_dettInt_eh_update;
+ mod_dettInt.eh_update += mod_dettInt_eh_update;
}
+ ///
+ /// richiesta refresh da inserimento dettaglio
+ ///
+ ///
+ ///
void mod_dettInt_eh_update(object sender, EventArgs e)
{
refreshDetail();
@@ -63,14 +68,14 @@ namespace WebSCR.WebUserControls
mod_giornata.eh_newData += mod_giornata_eh_newData;
mod_giornata.Visible = false;
- //mod_dettInt.Visible = false;
+ mod_dettInt.Visible = false;
mod_impegno.Visible = false;
if (qsVal("Data") != "")
{
if (qsVal("IdxImpegno") != "")
{
mod_impegno.Visible = true;
- //mod_dettInt.Visible = true;
+ mod_dettInt.Visible = true;
}
else
{
@@ -85,8 +90,6 @@ namespace WebSCR.WebUserControls
///
void mod_giornata_eh_newData(object sender, EventArgs e)
{
- // FARE!!! spostamento di doUpdate();
- //repSlot.DataBind();
refreshDetail();
}
///
@@ -98,7 +101,9 @@ namespace WebSCR.WebUserControls
{
refreshDetail();
}
-
+ ///
+ /// refresh detail
+ ///
private void refreshDetail()
{
mod_dispPeriodo.DataFrom = mod_filtroPeriodo.dataFrom.ToString("yyyy-MM-dd");
@@ -106,8 +111,7 @@ namespace WebSCR.WebUserControls
mod_dispPeriodo.Zona = mod_filtroZona.Zona;
mod_dispPeriodo.doUpdate();
mod_impegno.doUpdate();
- //mod_dettInt.doUpdate();
+ mod_dettInt.doUpdate();
}
-
}
}
\ No newline at end of file
diff --git a/WebSCR/bin/SteamWare.dll b/WebSCR/bin/SteamWare.dll
index c212060..6555fcf 100644
Binary files a/WebSCR/bin/SteamWare.dll and b/WebSCR/bin/SteamWare.dll differ
diff --git a/WebSCR/bin/WebSCR.dll b/WebSCR/bin/WebSCR.dll
index 9210234..853ee9a 100644
Binary files a/WebSCR/bin/WebSCR.dll and b/WebSCR/bin/WebSCR.dll differ
diff --git a/WebSCR/bin/WebSCR_data.dll b/WebSCR/bin/WebSCR_data.dll
index bb3d589..9c57b3b 100644
Binary files a/WebSCR/bin/WebSCR_data.dll and b/WebSCR/bin/WebSCR_data.dll differ
diff --git a/WebSCR/obj/Debug/WebSCR.csprojResolveAssemblyReference.cache b/WebSCR/obj/Debug/WebSCR.csprojResolveAssemblyReference.cache
index 278af46..c03c0a3 100644
Binary files a/WebSCR/obj/Debug/WebSCR.csprojResolveAssemblyReference.cache and b/WebSCR/obj/Debug/WebSCR.csprojResolveAssemblyReference.cache differ
diff --git a/WebSCR/obj/Debug/WebSCR.dll b/WebSCR/obj/Debug/WebSCR.dll
index 9210234..853ee9a 100644
Binary files a/WebSCR/obj/Debug/WebSCR.dll and b/WebSCR/obj/Debug/WebSCR.dll differ
diff --git a/WebSCR_data/bin/Debug/SteamWare.dll b/WebSCR_data/bin/Debug/SteamWare.dll
index c212060..6555fcf 100644
Binary files a/WebSCR_data/bin/Debug/SteamWare.dll and b/WebSCR_data/bin/Debug/SteamWare.dll differ
diff --git a/WebSCR_data/bin/Debug/WebSCR_data.dll b/WebSCR_data/bin/Debug/WebSCR_data.dll
index bb3d589..9c57b3b 100644
Binary files a/WebSCR_data/bin/Debug/WebSCR_data.dll and b/WebSCR_data/bin/Debug/WebSCR_data.dll differ
diff --git a/WebSCR_data/obj/Debug/WebSCR_data.csprojResolveAssemblyReference.cache b/WebSCR_data/obj/Debug/WebSCR_data.csprojResolveAssemblyReference.cache
index 3548ec9..3a3e30c 100644
Binary files a/WebSCR_data/obj/Debug/WebSCR_data.csprojResolveAssemblyReference.cache and b/WebSCR_data/obj/Debug/WebSCR_data.csprojResolveAssemblyReference.cache differ
diff --git a/WebSCR_data/obj/Debug/WebSCR_data.dll b/WebSCR_data/obj/Debug/WebSCR_data.dll
index bb3d589..9c57b3b 100644
Binary files a/WebSCR_data/obj/Debug/WebSCR_data.dll and b/WebSCR_data/obj/Debug/WebSCR_data.dll differ