diff --git a/Data/DS_app.Designer.cs b/Data/DS_app.Designer.cs index 01960f1..8a8db40 100644 --- a/Data/DS_app.Designer.cs +++ b/Data/DS_app.Designer.cs @@ -3383,6 +3383,8 @@ namespace Data { private global::System.Data.DataColumn columndataRich; + private global::System.Data.DataColumn columndataScad; + private global::System.Data.DataColumn columncodCollabRich; private global::System.Data.DataColumn columngenContatto; @@ -3425,6 +3427,8 @@ namespace Data { private global::System.Data.DataColumn columncollaboratore; + private global::System.Data.DataColumn columncssPrior; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] public ElencolRichDataTable() { @@ -3538,6 +3542,14 @@ namespace Data { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public global::System.Data.DataColumn dataScadColumn { + get { + return this.columndataScad; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] public global::System.Data.DataColumn codCollabRichColumn { @@ -3706,6 +3718,14 @@ namespace Data { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public global::System.Data.DataColumn cssPriorColumn { + get { + return this.columncssPrior; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] [global::System.ComponentModel.Browsable(false)] @@ -3753,6 +3773,7 @@ namespace Data { string cod_cond, string nom_cond, System.DateTime dataRich, + System.DateTime dataScad, string codCollabRich, string genContatto, string telContatto, @@ -3773,7 +3794,8 @@ namespace Data { bool controllo_temporale, string stato, string cssStato, - string collaboratore) { + string collaboratore, + string cssPrior) { ElencolRichRow rowElencolRichRow = ((ElencolRichRow)(this.NewRow())); object[] columnValuesArray = new object[] { null, @@ -3786,6 +3808,7 @@ namespace Data { cod_cond, nom_cond, dataRich, + dataScad, codCollabRich, genContatto, telContatto, @@ -3806,7 +3829,8 @@ namespace Data { controllo_temporale, stato, cssStato, - collaboratore}; + collaboratore, + cssPrior}; rowElencolRichRow.ItemArray = columnValuesArray; this.Rows.Add(rowElencolRichRow); return rowElencolRichRow; @@ -3846,6 +3870,7 @@ namespace Data { this.columncod_cond = base.Columns["cod_cond"]; this.columnnom_cond = base.Columns["nom_cond"]; this.columndataRich = base.Columns["dataRich"]; + this.columndataScad = base.Columns["dataScad"]; this.columncodCollabRich = base.Columns["codCollabRich"]; this.columngenContatto = base.Columns["genContatto"]; this.columntelContatto = base.Columns["telContatto"]; @@ -3867,6 +3892,7 @@ namespace Data { this.columnstato = base.Columns["stato"]; this.columncssStato = base.Columns["cssStato"]; this.columncollaboratore = base.Columns["collaboratore"]; + this.columncssPrior = base.Columns["cssPrior"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -3892,6 +3918,8 @@ namespace Data { base.Columns.Add(this.columnnom_cond); this.columndataRich = new global::System.Data.DataColumn("dataRich", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columndataRich); + this.columndataScad = new global::System.Data.DataColumn("dataScad", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columndataScad); this.columncodCollabRich = new global::System.Data.DataColumn("codCollabRich", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncodCollabRich); this.columngenContatto = new global::System.Data.DataColumn("genContatto", typeof(string), null, global::System.Data.MappingType.Element); @@ -3934,6 +3962,8 @@ namespace Data { base.Columns.Add(this.columncssStato); this.columncollaboratore = new global::System.Data.DataColumn("collaboratore", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncollaboratore); + this.columncssPrior = new global::System.Data.DataColumn("cssPrior", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columncssPrior); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnidxRichiesta}, true)); this.columnidxRichiesta.AutoIncrement = true; @@ -3953,6 +3983,7 @@ namespace Data { this.columnnom_cond.AllowDBNull = false; this.columnnom_cond.MaxLength = 30; this.columndataRich.AllowDBNull = false; + this.columndataScad.ReadOnly = true; this.columncodCollabRich.AllowDBNull = false; this.columncodCollabRich.MaxLength = 50; this.columngenContatto.AllowDBNull = false; @@ -3977,6 +4008,8 @@ namespace Data { this.columncssStato.MaxLength = 250; this.columncollaboratore.ReadOnly = true; this.columncollaboratore.MaxLength = 501; + this.columncssPrior.ReadOnly = true; + this.columncssPrior.MaxLength = 12; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -6850,6 +6883,22 @@ namespace Data { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public System.DateTime dataScad { + get { + try { + return ((global::System.DateTime)(this[this.tableElencolRich.dataScadColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("Il valore della colonna \'dataScad\' nella tabella \'ElencolRich\' è DBNull.", e); + } + } + set { + this[this.tableElencolRich.dataScadColumn] = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] public string codCollabRich { @@ -7113,6 +7162,22 @@ namespace Data { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public string cssPrior { + get { + try { + return ((string)(this[this.tableElencolRich.cssPriorColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("Il valore della colonna \'cssPrior\' nella tabella \'ElencolRich\' è DBNull.", e); + } + } + set { + this[this.tableElencolRich.cssPriorColumn] = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] public bool Iscod_fornitoreNull() { @@ -7125,6 +7190,18 @@ namespace Data { this[this.tableElencolRich.cod_fornitoreColumn] = global::System.Convert.DBNull; } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public bool IsdataScadNull() { + return this.IsNull(this.tableElencolRich.dataScadColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public void SetdataScadNull() { + this[this.tableElencolRich.dataScadColumn] = global::System.Convert.DBNull; + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] public bool Isdata_ricevutoNull() { @@ -7196,6 +7273,18 @@ namespace Data { public void SetcollaboratoreNull() { this[this.tableElencolRich.collaboratoreColumn] = global::System.Convert.DBNull; } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public bool IscssPriorNull() { + return this.IsNull(this.tableElencolRich.cssPriorColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] + public void SetcssPriorNull() { + this[this.tableElencolRich.cssPriorColumn] = global::System.Convert.DBNull; + } } /// @@ -10620,6 +10709,7 @@ SELECT idxFornitore, idxArea, Attivazione FROM AssF2A WHERE (idxArea = @idxArea) tableMapping.ColumnMappings.Add("cod_cond", "cod_cond"); tableMapping.ColumnMappings.Add("nom_cond", "nom_cond"); tableMapping.ColumnMappings.Add("dataRich", "dataRich"); + tableMapping.ColumnMappings.Add("dataScad", "dataScad"); tableMapping.ColumnMappings.Add("codCollabRich", "codCollabRich"); tableMapping.ColumnMappings.Add("genContatto", "genContatto"); tableMapping.ColumnMappings.Add("telContatto", "telContatto"); @@ -10641,6 +10731,7 @@ SELECT idxFornitore, idxArea, Attivazione FROM AssF2A WHERE (idxArea = @idxArea) tableMapping.ColumnMappings.Add("stato", "stato"); tableMapping.ColumnMappings.Add("cssStato", "cssStato"); tableMapping.ColumnMappings.Add("collaboratore", "collaboratore"); + tableMapping.ColumnMappings.Add("cssPrior", "cssPrior"); this._adapter.TableMappings.Add(tableMapping); } diff --git a/Data/DS_app.xsd b/Data/DS_app.xsd index 4ecdf30..48082b3 100644 --- a/Data/DS_app.xsd +++ b/Data/DS_app.xsd @@ -479,6 +479,7 @@ FROM v_ElencolRich + @@ -500,6 +501,7 @@ FROM v_ElencolRich + @@ -1040,6 +1042,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita + @@ -1109,6 +1112,13 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita + + + + + + + diff --git a/PUB/WebUserContols/mod_ER_grid.ascx b/PUB/WebUserContols/mod_ER_grid.ascx index 10fd568..e1d74da 100644 --- a/PUB/WebUserContols/mod_ER_grid.ascx +++ b/PUB/WebUserContols/mod_ER_grid.ascx @@ -30,6 +30,8 @@
+
+ >Urg: <%# Eval("idxPriorita") %>