diff --git a/ETS-WS/ETS-WS/Web.config b/ETS-WS/ETS-WS/Web.config
index cc7480c..780ccec 100644
--- a/ETS-WS/ETS-WS/Web.config
+++ b/ETS-WS/ETS-WS/Web.config
@@ -28,7 +28,7 @@
-
+
diff --git a/ETS-WS/ETS-WS/WebUserControls/mod_archivioDocumenti.ascx b/ETS-WS/ETS-WS/WebUserControls/mod_archivioDocumenti.ascx
index 23cf37d..d8a9047 100644
--- a/ETS-WS/ETS-WS/WebUserControls/mod_archivioDocumenti.ascx
+++ b/ETS-WS/ETS-WS/WebUserControls/mod_archivioDocumenti.ascx
@@ -23,6 +23,9 @@
<%----%>
+ <%--
+
+ --%>
@@ -36,6 +39,8 @@
Target="_blank" NavigateUrl='<%# accoda("{0}/{1}",new object[]{Eval("fullPath"),Eval("Nome")})%>' />
+
+
@@ -43,10 +48,11 @@
Target="_blank" NavigateUrl='<%# filePath(Eval("fullPath"), true) %>' />
- <%--
-
- --%>
-
+
+
+
+
+
isProtocollo, global::System.Nullable DataRic, global::System.Nullable DataDoc, string NumeroCommessa, string AnnoCommessa, string Fase, string Fonte, string Oggetto, string InOut) {
+ public virtual int insertQuery(string nome, string fullPath, string userId, global::System.Nullable isProtocollo, global::System.Nullable DataRic, global::System.Nullable DataDoc, string NumeroCommessa, string AnnoCommessa, string Fase, string Fonte, string Oggetto, string InOut, string Autore, string Redattore) {
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[5];
if ((nome == null)) {
command.Parameters[1].Value = global::System.DBNull.Value;
@@ -5891,6 +5893,18 @@ SELECT idxFile, Nome, fullPath, userId, NrProtocollo, Numero, Anno, DataRic, Dat
else {
command.Parameters[12].Value = ((string)(InOut));
}
+ if ((Autore == null)) {
+ command.Parameters[13].Value = global::System.DBNull.Value;
+ }
+ else {
+ command.Parameters[13].Value = ((string)(Autore));
+ }
+ if ((Redattore == null)) {
+ command.Parameters[14].Value = global::System.DBNull.Value;
+ }
+ else {
+ command.Parameters[14].Value = ((string)(Redattore));
+ }
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
diff --git a/ETS_Data/DS_WebScip.xsd b/ETS_Data/DS_WebScip.xsd
index 02757e8..2477a70 100644
--- a/ETS_Data/DS_WebScip.xsd
+++ b/ETS_Data/DS_WebScip.xsd
@@ -409,10 +409,10 @@ SELECT idxFile, Nome, fullPath, userId, NrProtocollo, Numero, Anno, DataRic, Dat
-
+
- dbo.stp_taDocs_insert
+ dbo.stp_tbDocs_insert
@@ -427,6 +427,8 @@ SELECT idxFile, Nome, fullPath, userId, NrProtocollo, Numero, Anno, DataRic, Dat
+
+
@@ -601,7 +603,7 @@ SELECT idxTag, tag FROM AnagTags WHERE (idxTag = @idxTag)
-
+
@@ -673,7 +675,7 @@ SELECT idxTag, tag FROM AnagTags WHERE (idxTag = @idxTag)
-
+
@@ -833,7 +835,7 @@ SELECT idxTag, tag FROM AnagTags WHERE (idxTag = @idxTag)
-
+
@@ -861,7 +863,7 @@ SELECT idxTag, tag FROM AnagTags WHERE (idxTag = @idxTag)
-
+