diff --git a/WebSCR/WebUserControls/mod_dettImpegno.ascx b/WebSCR/WebUserControls/mod_dettImpegno.ascx
index 4b1af4a..20505d5 100644
--- a/WebSCR/WebUserControls/mod_dettImpegno.ascx
+++ b/WebSCR/WebUserControls/mod_dettImpegno.ascx
@@ -6,13 +6,13 @@
- RifOC:
-
+
+ - Cliente
+ -
+
+
+ <%----%>
+
+ -
+
+
+
+
- UrlDoc:
-
+
+ - Intervento
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+
-
-
- CodCliente:
-
-
- Rag Soc:
-
-
- CodFis:
-
-
-
- Indir:
-
-
- Cap:
-
-
- Localita:
-
-
- Prov:
-
-
- idxZona:
-
-
-
- MinTotCons:
-
-
- MinViaggio:
-
-
- FinePrev:
-
-
-
-
@@ -161,74 +157,64 @@
- RifOC:
-
+
+ - Cliente
+ -
+
+
+ <%----%>
+
+ -
+
+
+
+
- UrlDoc:
-
+
+ - Intervento
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+
-
-
- CodCliente:
-
-
- Rag Soc:
-
-
- CodFis:
-
-
-
- Indir:
-
-
- Cap:
-
-
- Localita:
-
-
- Prov:
-
-
- idxZona:
-
-
-
- MinTotCons:
-
-
- MinViaggio:
-
-
- FinePrev:
-
-
-
-
-
+
-
-
-
-
-
-
diff --git a/WebSCR/WebUserControls/mod_dettImpegno.ascx.cs b/WebSCR/WebUserControls/mod_dettImpegno.ascx.cs
index ff1bcaa..35ba470 100644
--- a/WebSCR/WebUserControls/mod_dettImpegno.ascx.cs
+++ b/WebSCR/WebUserControls/mod_dettImpegno.ascx.cs
@@ -49,5 +49,21 @@ namespace WebSCR.WebUserControls
{ }
return answ;
}
+ ///
+ /// recupero valori mancanti
+ ///
+ ///
+ ///
+ protected void odsImpegni_Updating(object sender, ObjectDataSourceMethodEventArgs e)
+ {
+ if (e.InputParameters["UrlDoc"] == null)
+ {
+ e.InputParameters["UrlDoc"] = "";
+ }
+ if (e.InputParameters["UserMod"] == null)
+ {
+ e.InputParameters["UserMod"] = SteamWare.user_std.UtSn.userNameAD;
+ }
+ }
}
}
\ No newline at end of file