diff --git a/MP-ADM/Web.config b/MP-ADM/Web.config index 07fb49db..23674024 100644 --- a/MP-ADM/Web.config +++ b/MP-ADM/Web.config @@ -35,7 +35,8 @@ - + + - - - - - + + + + + + \ No newline at end of file diff --git a/MapoDb/DS_ProdTempi.Designer.cs b/MapoDb/DS_ProdTempi.Designer.cs index 9e26d2fc..83839a3a 100644 --- a/MapoDb/DS_ProdTempi.Designer.cs +++ b/MapoDb/DS_ProdTempi.Designer.cs @@ -54,7 +54,7 @@ namespace MapoDb { private MappaStatoExplDataTable tableMappaStatoExpl; - private ProduzioneAs400DataTable tableProduzioneAs400; + private ProduzioneAs400_oldDataTable tableProduzioneAs400_old; private ResProdDett_splitODLDataTable tableResProdDett_splitODL; @@ -145,8 +145,8 @@ namespace MapoDb { if ((ds.Tables["MappaStatoExpl"] != null)) { base.Tables.Add(new MappaStatoExplDataTable(ds.Tables["MappaStatoExpl"])); } - if ((ds.Tables["ProduzioneAs400"] != null)) { - base.Tables.Add(new ProduzioneAs400DataTable(ds.Tables["ProduzioneAs400"])); + if ((ds.Tables["ProduzioneAs400_old"] != null)) { + base.Tables.Add(new ProduzioneAs400_oldDataTable(ds.Tables["ProduzioneAs400_old"])); } if ((ds.Tables["ResProdDett_splitODL"] != null)) { base.Tables.Add(new ResProdDett_splitODLDataTable(ds.Tables["ResProdDett_splitODL"])); @@ -344,9 +344,9 @@ namespace MapoDb { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public ProduzioneAs400DataTable ProduzioneAs400 { + public ProduzioneAs400_oldDataTable ProduzioneAs400_old { get { - return this.tableProduzioneAs400; + return this.tableProduzioneAs400_old; } } @@ -542,8 +542,8 @@ namespace MapoDb { if ((ds.Tables["MappaStatoExpl"] != null)) { base.Tables.Add(new MappaStatoExplDataTable(ds.Tables["MappaStatoExpl"])); } - if ((ds.Tables["ProduzioneAs400"] != null)) { - base.Tables.Add(new ProduzioneAs400DataTable(ds.Tables["ProduzioneAs400"])); + if ((ds.Tables["ProduzioneAs400_old"] != null)) { + base.Tables.Add(new ProduzioneAs400_oldDataTable(ds.Tables["ProduzioneAs400_old"])); } if ((ds.Tables["ResProdDett_splitODL"] != null)) { base.Tables.Add(new ResProdDett_splitODLDataTable(ds.Tables["ResProdDett_splitODL"])); @@ -692,10 +692,10 @@ namespace MapoDb { this.tableMappaStatoExpl.InitVars(); } } - this.tableProduzioneAs400 = ((ProduzioneAs400DataTable)(base.Tables["ProduzioneAs400"])); + this.tableProduzioneAs400_old = ((ProduzioneAs400_oldDataTable)(base.Tables["ProduzioneAs400_old"])); if ((initTable == true)) { - if ((this.tableProduzioneAs400 != null)) { - this.tableProduzioneAs400.InitVars(); + if ((this.tableProduzioneAs400_old != null)) { + this.tableProduzioneAs400_old.InitVars(); } } this.tableResProdDett_splitODL = ((ResProdDett_splitODLDataTable)(base.Tables["ResProdDett_splitODL"])); @@ -786,8 +786,8 @@ namespace MapoDb { base.Tables.Add(this.tableTurniMacchina); this.tableMappaStatoExpl = new MappaStatoExplDataTable(); base.Tables.Add(this.tableMappaStatoExpl); - this.tableProduzioneAs400 = new ProduzioneAs400DataTable(); - base.Tables.Add(this.tableProduzioneAs400); + this.tableProduzioneAs400_old = new ProduzioneAs400_oldDataTable(); + base.Tables.Add(this.tableProduzioneAs400_old); this.tableResProdDett_splitODL = new ResProdDett_splitODLDataTable(); base.Tables.Add(this.tableResProdDett_splitODL); this.tableResProdDett_splitGG = new ResProdDett_splitGGDataTable(); @@ -898,7 +898,7 @@ namespace MapoDb { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - private bool ShouldSerializeProduzioneAs400() { + private bool ShouldSerializeProduzioneAs400_old() { return false; } @@ -1051,7 +1051,7 @@ namespace MapoDb { public delegate void MappaStatoExplRowChangeEventHandler(object sender, MappaStatoExplRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - public delegate void ProduzioneAs400RowChangeEventHandler(object sender, ProduzioneAs400RowChangeEvent e); + public delegate void ProduzioneAs400_oldRowChangeEventHandler(object sender, ProduzioneAs400_oldRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] public delegate void ResProdDett_splitODLRowChangeEventHandler(object sender, ResProdDett_splitODLRowChangeEvent e); @@ -6932,7 +6932,7 @@ namespace MapoDb { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class ProduzioneAs400DataTable : global::System.Data.TypedTableBase { + public partial class ProduzioneAs400_oldDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnIdxODL; @@ -6946,8 +6946,8 @@ namespace MapoDb { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - public ProduzioneAs400DataTable() { - this.TableName = "ProduzioneAs400"; + public ProduzioneAs400_oldDataTable() { + this.TableName = "ProduzioneAs400_old"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -6955,7 +6955,7 @@ namespace MapoDb { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - internal ProduzioneAs400DataTable(global::System.Data.DataTable table) { + internal ProduzioneAs400_oldDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -6972,7 +6972,7 @@ namespace MapoDb { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - protected ProduzioneAs400DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected ProduzioneAs400_oldDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } @@ -7028,49 +7028,49 @@ namespace MapoDb { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - public ProduzioneAs400Row this[int index] { + public ProduzioneAs400_oldRow this[int index] { get { - return ((ProduzioneAs400Row)(this.Rows[index])); + return ((ProduzioneAs400_oldRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - public event ProduzioneAs400RowChangeEventHandler ProduzioneAs400RowChanging; + public event ProduzioneAs400_oldRowChangeEventHandler ProduzioneAs400_oldRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - public event ProduzioneAs400RowChangeEventHandler ProduzioneAs400RowChanged; + public event ProduzioneAs400_oldRowChangeEventHandler ProduzioneAs400_oldRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - public event ProduzioneAs400RowChangeEventHandler ProduzioneAs400RowDeleting; + public event ProduzioneAs400_oldRowChangeEventHandler ProduzioneAs400_oldRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - public event ProduzioneAs400RowChangeEventHandler ProduzioneAs400RowDeleted; + public event ProduzioneAs400_oldRowChangeEventHandler ProduzioneAs400_oldRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - public void AddProduzioneAs400Row(ProduzioneAs400Row row) { + public void AddProduzioneAs400_oldRow(ProduzioneAs400_oldRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - public ProduzioneAs400Row AddProduzioneAs400Row(int IdxODL, string CommessaAs400, string CodArticolo, int TotPzProd, string DataRif) { - ProduzioneAs400Row rowProduzioneAs400Row = ((ProduzioneAs400Row)(this.NewRow())); + public ProduzioneAs400_oldRow AddProduzioneAs400_oldRow(int IdxODL, string CommessaAs400, string CodArticolo, int TotPzProd, string DataRif) { + ProduzioneAs400_oldRow rowProduzioneAs400_oldRow = ((ProduzioneAs400_oldRow)(this.NewRow())); object[] columnValuesArray = new object[] { IdxODL, CommessaAs400, CodArticolo, TotPzProd, DataRif}; - rowProduzioneAs400Row.ItemArray = columnValuesArray; - this.Rows.Add(rowProduzioneAs400Row); - return rowProduzioneAs400Row; + rowProduzioneAs400_oldRow.ItemArray = columnValuesArray; + this.Rows.Add(rowProduzioneAs400_oldRow); + return rowProduzioneAs400_oldRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] public override global::System.Data.DataTable Clone() { - ProduzioneAs400DataTable cln = ((ProduzioneAs400DataTable)(base.Clone())); + ProduzioneAs400_oldDataTable cln = ((ProduzioneAs400_oldDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -7078,7 +7078,7 @@ namespace MapoDb { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { - return new ProduzioneAs400DataTable(); + return new ProduzioneAs400_oldDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -7117,28 +7117,28 @@ namespace MapoDb { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - public ProduzioneAs400Row NewProduzioneAs400Row() { - return ((ProduzioneAs400Row)(this.NewRow())); + public ProduzioneAs400_oldRow NewProduzioneAs400_oldRow() { + return ((ProduzioneAs400_oldRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new ProduzioneAs400Row(builder); + return new ProduzioneAs400_oldRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] protected override global::System.Type GetRowType() { - return typeof(ProduzioneAs400Row); + return typeof(ProduzioneAs400_oldRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); - if ((this.ProduzioneAs400RowChanged != null)) { - this.ProduzioneAs400RowChanged(this, new ProduzioneAs400RowChangeEvent(((ProduzioneAs400Row)(e.Row)), e.Action)); + if ((this.ProduzioneAs400_oldRowChanged != null)) { + this.ProduzioneAs400_oldRowChanged(this, new ProduzioneAs400_oldRowChangeEvent(((ProduzioneAs400_oldRow)(e.Row)), e.Action)); } } @@ -7146,8 +7146,8 @@ namespace MapoDb { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); - if ((this.ProduzioneAs400RowChanging != null)) { - this.ProduzioneAs400RowChanging(this, new ProduzioneAs400RowChangeEvent(((ProduzioneAs400Row)(e.Row)), e.Action)); + if ((this.ProduzioneAs400_oldRowChanging != null)) { + this.ProduzioneAs400_oldRowChanging(this, new ProduzioneAs400_oldRowChangeEvent(((ProduzioneAs400_oldRow)(e.Row)), e.Action)); } } @@ -7155,8 +7155,8 @@ namespace MapoDb { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); - if ((this.ProduzioneAs400RowDeleted != null)) { - this.ProduzioneAs400RowDeleted(this, new ProduzioneAs400RowChangeEvent(((ProduzioneAs400Row)(e.Row)), e.Action)); + if ((this.ProduzioneAs400_oldRowDeleted != null)) { + this.ProduzioneAs400_oldRowDeleted(this, new ProduzioneAs400_oldRowChangeEvent(((ProduzioneAs400_oldRow)(e.Row)), e.Action)); } } @@ -7164,14 +7164,14 @@ namespace MapoDb { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); - if ((this.ProduzioneAs400RowDeleting != null)) { - this.ProduzioneAs400RowDeleting(this, new ProduzioneAs400RowChangeEvent(((ProduzioneAs400Row)(e.Row)), e.Action)); + if ((this.ProduzioneAs400_oldRowDeleting != null)) { + this.ProduzioneAs400_oldRowDeleting(this, new ProduzioneAs400_oldRowChangeEvent(((ProduzioneAs400_oldRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - public void RemoveProduzioneAs400Row(ProduzioneAs400Row row) { + public void RemoveProduzioneAs400_oldRow(ProduzioneAs400_oldRow row) { this.Rows.Remove(row); } @@ -7198,7 +7198,7 @@ namespace MapoDb { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "ProduzioneAs400DataTable"; + attribute2.FixedValue = "ProduzioneAs400_oldDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -14067,25 +14067,25 @@ namespace MapoDb { /// ///Represents strongly named DataRow class. /// - public partial class ProduzioneAs400Row : global::System.Data.DataRow { + public partial class ProduzioneAs400_oldRow : global::System.Data.DataRow { - private ProduzioneAs400DataTable tableProduzioneAs400; + private ProduzioneAs400_oldDataTable tableProduzioneAs400_old; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - internal ProduzioneAs400Row(global::System.Data.DataRowBuilder rb) : + internal ProduzioneAs400_oldRow(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tableProduzioneAs400 = ((ProduzioneAs400DataTable)(this.Table)); + this.tableProduzioneAs400_old = ((ProduzioneAs400_oldDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] public int IdxODL { get { - return ((int)(this[this.tableProduzioneAs400.IdxODLColumn])); + return ((int)(this[this.tableProduzioneAs400_old.IdxODLColumn])); } set { - this[this.tableProduzioneAs400.IdxODLColumn] = value; + this[this.tableProduzioneAs400_old.IdxODLColumn] = value; } } @@ -14093,10 +14093,10 @@ namespace MapoDb { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] public string CommessaAs400 { get { - return ((string)(this[this.tableProduzioneAs400.CommessaAs400Column])); + return ((string)(this[this.tableProduzioneAs400_old.CommessaAs400Column])); } set { - this[this.tableProduzioneAs400.CommessaAs400Column] = value; + this[this.tableProduzioneAs400_old.CommessaAs400Column] = value; } } @@ -14104,10 +14104,10 @@ namespace MapoDb { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] public string CodArticolo { get { - return ((string)(this[this.tableProduzioneAs400.CodArticoloColumn])); + return ((string)(this[this.tableProduzioneAs400_old.CodArticoloColumn])); } set { - this[this.tableProduzioneAs400.CodArticoloColumn] = value; + this[this.tableProduzioneAs400_old.CodArticoloColumn] = value; } } @@ -14116,14 +14116,15 @@ namespace MapoDb { public int TotPzProd { get { try { - return ((int)(this[this.tableProduzioneAs400.TotPzProdColumn])); + return ((int)(this[this.tableProduzioneAs400_old.TotPzProdColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'TotPzProd\' nella tabella \'ProduzioneAs400\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'TotPzProd\' nella tabella \'ProduzioneAs400_old\' è DBNull." + + "", e); } } set { - this[this.tableProduzioneAs400.TotPzProdColumn] = value; + this[this.tableProduzioneAs400_old.TotPzProdColumn] = value; } } @@ -14132,39 +14133,39 @@ namespace MapoDb { public string DataRif { get { try { - return ((string)(this[this.tableProduzioneAs400.DataRifColumn])); + return ((string)(this[this.tableProduzioneAs400_old.DataRifColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'DataRif\' nella tabella \'ProduzioneAs400\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DataRif\' nella tabella \'ProduzioneAs400_old\' è DBNull.", e); } } set { - this[this.tableProduzioneAs400.DataRifColumn] = value; + this[this.tableProduzioneAs400_old.DataRifColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] public bool IsTotPzProdNull() { - return this.IsNull(this.tableProduzioneAs400.TotPzProdColumn); + return this.IsNull(this.tableProduzioneAs400_old.TotPzProdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] public void SetTotPzProdNull() { - this[this.tableProduzioneAs400.TotPzProdColumn] = global::System.Convert.DBNull; + this[this.tableProduzioneAs400_old.TotPzProdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] public bool IsDataRifNull() { - return this.IsNull(this.tableProduzioneAs400.DataRifColumn); + return this.IsNull(this.tableProduzioneAs400_old.DataRifColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] public void SetDataRifNull() { - this[this.tableProduzioneAs400.DataRifColumn] = global::System.Convert.DBNull; + this[this.tableProduzioneAs400_old.DataRifColumn] = global::System.Convert.DBNull; } } @@ -16218,22 +16219,22 @@ namespace MapoDb { ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - public class ProduzioneAs400RowChangeEvent : global::System.EventArgs { + public class ProduzioneAs400_oldRowChangeEvent : global::System.EventArgs { - private ProduzioneAs400Row eventRow; + private ProduzioneAs400_oldRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - public ProduzioneAs400RowChangeEvent(ProduzioneAs400Row row, global::System.Data.DataRowAction action) { + public ProduzioneAs400_oldRowChangeEvent(ProduzioneAs400_oldRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - public ProduzioneAs400Row Row { + public ProduzioneAs400_oldRow Row { get { return this.eventRow; } @@ -25871,7 +25872,7 @@ FROM MappaStatoExpl"; [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public partial class ProduzioneAs400TableAdapter : global::System.ComponentModel.Component { + public partial class ProduzioneAs400_oldTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -25885,7 +25886,7 @@ FROM MappaStatoExpl"; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] - public ProduzioneAs400TableAdapter() { + public ProduzioneAs400_oldTableAdapter() { this.ClearBeforeFill = true; } @@ -25982,7 +25983,7 @@ FROM MappaStatoExpl"; this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; - tableMapping.DataSetTable = "ProduzioneAs400"; + tableMapping.DataSetTable = "ProduzioneAs400_old"; tableMapping.ColumnMappings.Add("IdxODL", "IdxODL"); tableMapping.ColumnMappings.Add("CommessaAs400", "CommessaAs400"); tableMapping.ColumnMappings.Add("CodArticolo", "CodArticolo"); @@ -26020,7 +26021,7 @@ FROM MappaStatoExpl"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] - public virtual int Fill(DS_ProdTempi.ProduzioneAs400DataTable dataTable) { + public virtual int Fill(DS_ProdTempi.ProduzioneAs400_oldDataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((this.ClearBeforeFill == true)) { dataTable.Clear(); @@ -26033,9 +26034,9 @@ FROM MappaStatoExpl"; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DS_ProdTempi.ProduzioneAs400DataTable GetData() { + public virtual DS_ProdTempi.ProduzioneAs400_oldDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; - DS_ProdTempi.ProduzioneAs400DataTable dataTable = new DS_ProdTempi.ProduzioneAs400DataTable(); + DS_ProdTempi.ProduzioneAs400_oldDataTable dataTable = new DS_ProdTempi.ProduzioneAs400_oldDataTable(); this.Adapter.Fill(dataTable); return dataTable; } diff --git a/MapoDb/DS_ProdTempi.xsd b/MapoDb/DS_ProdTempi.xsd index 1ca416c8..fae8e772 100644 --- a/MapoDb/DS_ProdTempi.xsd +++ b/MapoDb/DS_ProdTempi.xsd @@ -1835,7 +1835,7 @@ SELECT RowNum, lastUpdate, IdxMacchina, CodMacchina, Nome, url, idxODL, CodArtic - + @@ -2774,7 +2774,7 @@ FROM v_ECP - + @@ -2855,7 +2855,7 @@ FROM v_ECP - + @@ -2884,7 +2884,7 @@ FROM v_ECP - + @@ -2896,7 +2896,7 @@ FROM v_ECP - + @@ -2921,7 +2921,7 @@ FROM v_ECP - + @@ -2959,7 +2959,7 @@ FROM v_ECP - + @@ -2998,7 +2998,7 @@ FROM v_ECP - + @@ -3064,7 +3064,7 @@ FROM v_ECP - + @@ -3134,7 +3134,7 @@ FROM v_ECP - + @@ -3169,7 +3169,7 @@ FROM v_ECP - + @@ -3236,7 +3236,7 @@ FROM v_ECP - + diff --git a/MapoDb/DataLayer.cs b/MapoDb/DataLayer.cs index d847f1c1..7325c56b 100644 --- a/MapoDb/DataLayer.cs +++ b/MapoDb/DataLayer.cs @@ -47,7 +47,6 @@ namespace MapoDb public DS_ProdTempiTableAdapters.TurniMacchinaTableAdapter taTurniMacc; public DS_ProdTempiTableAdapters.CalendFesteFerieTableAdapter taCalFF; public DS_ProdTempiTableAdapters.MappaStatoExplTableAdapter taMSE; - public DS_ProdTempiTableAdapters.ProduzioneAs400TableAdapter taAs400; public DS_ProdTempiTableAdapters.PromesseODLTableAdapter taPODL; public DS_ProdTempiTableAdapters.RegistroControlliTableAdapter taRC; public DS_ProdTempiTableAdapters.RegistroScartiTableAdapter taRS; @@ -59,10 +58,11 @@ namespace MapoDb public DS_UtilityTableAdapters.CommentiTableAdapter taComm; // tablet adapter x IS - public DS_IntServTableAdapters.TransitoDatiTableAdapter taIS_TrDati; public DS_IntServTableAdapters.IstanzeKITTableAdapter taIstK; - public DS_IntServTableAdapters.WipSetupKitTableAdapter taWKS; + public DS_IntServTableAdapters.ProduzioneAs400TableAdapter taAs400; public DS_IntServTableAdapters.TKS_SearchTableAdapter taTKS; + public DS_IntServTableAdapters.TransitoDatiTableAdapter taIS_TrDati; + public DS_IntServTableAdapters.WipSetupKitTableAdapter taWKS; /// @@ -102,7 +102,6 @@ namespace MapoDb taTempoByClass = new DS_ProdTempiTableAdapters.stp_TempoByIdxMaccPeriodClassTableAdapter(); taCalFF = new DS_ProdTempiTableAdapters.CalendFesteFerieTableAdapter(); taMSE = new DS_ProdTempiTableAdapters.MappaStatoExplTableAdapter(); - taAs400 = new DS_ProdTempiTableAdapters.ProduzioneAs400TableAdapter(); taPODL = new DS_ProdTempiTableAdapters.PromesseODLTableAdapter(); taRC = new DS_ProdTempiTableAdapters.RegistroControlliTableAdapter(); taRS = new DS_ProdTempiTableAdapters.RegistroScartiTableAdapter(); @@ -111,10 +110,11 @@ namespace MapoDb taSelMacc = new DS_UtilityTableAdapters.v_selMacchineTableAdapter(); taSelOdlFree = new DS_UtilityTableAdapters.v_selODLTableAdapter(); taComm = new DS_UtilityTableAdapters.CommentiTableAdapter(); - taIS_TrDati = new DS_IntServTableAdapters.TransitoDatiTableAdapter(); taIstK = new DS_IntServTableAdapters.IstanzeKITTableAdapter(); - taWKS = new DS_IntServTableAdapters.WipSetupKitTableAdapter(); + taAs400 = new DS_IntServTableAdapters.ProduzioneAs400TableAdapter(); taTKS = new DS_IntServTableAdapters.TKS_SearchTableAdapter(); + taIS_TrDati = new DS_IntServTableAdapters.TransitoDatiTableAdapter(); + taWKS = new DS_IntServTableAdapters.WipSetupKitTableAdapter(); } /// /// effettua setup dei connection strings da web.config delal singola applicazione diff --git a/MapoDb/app.config b/MapoDb/app.config index 09927307..25e8d707 100644 --- a/MapoDb/app.config +++ b/MapoDb/app.config @@ -3,9 +3,15 @@ - - - + + +