diff --git a/.vs/WebSCR/v14/.suo b/.vs/WebSCR/v14/.suo index df6c1ad..30cd6a0 100644 Binary files a/.vs/WebSCR/v14/.suo and b/.vs/WebSCR/v14/.suo differ diff --git a/WebSCR/WebUserControls/mod_giornata.ascx.cs b/WebSCR/WebUserControls/mod_giornata.ascx.cs index 5c40a0d..0063672 100644 --- a/WebSCR/WebUserControls/mod_giornata.ascx.cs +++ b/WebSCR/WebUserControls/mod_giornata.ascx.cs @@ -30,8 +30,6 @@ namespace WebSCR.WebUserControls { data = Convert.ToDateTime(qsVal("Data")); } - DayPilotCalendar1.TimeRangeSelected += DayPilotCalendar1_TimeRangeSelected; - DayPilotCalendar1.EventMove += DayPilotCalendar1_EventMove; DayPilotCalendar1.Days = day2show; } @@ -132,56 +130,6 @@ namespace WebSCR.WebUserControls } } - /// - /// evento selezione periodo inizio - /// - /// - /// - protected void DayPilotCalendar1_TimeRangeSelected(object sender, DayPilot.Web.Ui.Events.TimeRangeSelectedEventArgs e) - { -#if false - // verifico di avere la squadra selezionata... - if (memLayer.ML.StringSessionObj("elencoSquadre").Length > 0) - { - // verifico di avere MatrOP selezionata - if (memLayer.ML.isInSessionObject("matrOp")) - { - // verifico di avere DOC selezionato... - if (memLayer.ML.StringSessionObj("currDoc").Length > 0) - { - // recupero OC se in sessione... - string doc = memLayer.ML.StringSessionObj("currDoc"); - // tolto doc default a zero... - //if (doc == "") doc = "OC00000000"; - // prendo la squadra selezionata - //string squadra = mod_selSquadre.selected[0].ToString(); - string squadra = memLayer.ML.StringSessionObj("elencoSquadre").Split(',')[0].ToString(); - // selezionato periodo, salvo evento inizio... - DtProxy.man.taImp.insertQuery(e.Start, "INDIC", squadra, doc, yearSel); - // consumo il doc selezionato e quindi rimuovo da sessione... - memLayer.ML.emptySessionVal("currDoc"); - // rimuovo matrOp - memLayer.ML.emptySessionVal("matrOp"); - // segno refresh FULL necessario - needRefresh = true; - } - else - { - errMessGiorn = "Prego indicare documento OC/DC per procedere"; - } - } - else - { - errMessGiorn = "Prego indicare Matricola Operatore per procedere"; - } - } - else - { - errMessGiorn = "Prego selezionare UNA squadra per procedere"; - } - doUpdate(); -#endif - } #if false /// /// richiesta refresh COMPLETO della pagina diff --git a/WebSCR/bin/SteamWare.dll b/WebSCR/bin/SteamWare.dll index 769818d..d330ebf 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 b7d0434..491e4c6 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 ddbf24e..53a14d8 100644 Binary files a/WebSCR/bin/WebSCR_data.dll and b/WebSCR/bin/WebSCR_data.dll differ diff --git a/WebSCR_data/bin/Debug/SteamWare.dll b/WebSCR_data/bin/Debug/SteamWare.dll index 769818d..d330ebf 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 ddbf24e..53a14d8 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 0dde439..a953ac0 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 ddbf24e..53a14d8 100644 Binary files a/WebSCR_data/obj/Debug/WebSCR_data.dll and b/WebSCR_data/obj/Debug/WebSCR_data.dll differ