diff --git a/Projects/WebGIM/GIM_data/DS_Mag.Designer.cs b/Projects/WebGIM/GIM_data/DS_Mag.Designer.cs index 1dbdeb4..7430cc5 100644 --- a/Projects/WebGIM/GIM_data/DS_Mag.Designer.cs +++ b/Projects/WebGIM/GIM_data/DS_Mag.Designer.cs @@ -44,8 +44,6 @@ namespace GIM_data { private MovMagRicDataTable tableMovMagRic; - private MovMagExplDataTable tableMovMagExpl; - private global::System.Data.DataRelation relationFK_MagRic_AnagLocazioni; private global::System.Data.DataRelation relationFK_MagRic_AnagItems; @@ -118,9 +116,6 @@ namespace GIM_data { if ((ds.Tables["MovMagRic"] != null)) { base.Tables.Add(new MovMagRicDataTable(ds.Tables["MovMagRic"])); } - if ((ds.Tables["MovMagExpl"] != null)) { - base.Tables.Add(new MovMagExplDataTable(ds.Tables["MovMagExpl"])); - } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; @@ -239,16 +234,6 @@ namespace GIM_data { } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - [global::System.ComponentModel.Browsable(false)] - [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] - public MovMagExplDataTable MovMagExpl { - get { - return this.tableMovMagExpl; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.BrowsableAttribute(true)] @@ -346,9 +331,6 @@ namespace GIM_data { if ((ds.Tables["MovMagRic"] != null)) { base.Tables.Add(new MovMagRicDataTable(ds.Tables["MovMagRic"])); } - if ((ds.Tables["MovMagExpl"] != null)) { - base.Tables.Add(new MovMagExplDataTable(ds.Tables["MovMagExpl"])); - } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; @@ -442,12 +424,6 @@ namespace GIM_data { this.tableMovMagRic.InitVars(); } } - this.tableMovMagExpl = ((MovMagExplDataTable)(base.Tables["MovMagExpl"])); - if ((initTable == true)) { - if ((this.tableMovMagExpl != null)) { - this.tableMovMagExpl.InitVars(); - } - } this.relationFK_MagRic_AnagLocazioni = this.Relations["FK_MagRic_AnagLocazioni"]; this.relationFK_MagRic_AnagItems = this.Relations["FK_MagRic_AnagItems"]; this.relationFK_Tag2Item_AnagItems = this.Relations["FK_Tag2Item_AnagItems"]; @@ -485,8 +461,6 @@ namespace GIM_data { base.Tables.Add(this.tableSinonimiTag); this.tableMovMagRic = new MovMagRicDataTable(); base.Tables.Add(this.tableMovMagRic); - this.tableMovMagExpl = new MovMagExplDataTable(); - base.Tables.Add(this.tableMovMagExpl); this.relationFK_MagRic_AnagLocazioni = new global::System.Data.DataRelation("FK_MagRic_AnagLocazioni", new global::System.Data.DataColumn[] { this.tableAnagLocazioni.CodLocazioneColumn}, new global::System.Data.DataColumn[] { this.tableMagRic.CodLocazioneColumn}, false); @@ -577,12 +551,6 @@ namespace GIM_data { return false; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private bool ShouldSerializeMovMagExpl() { - return false; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { @@ -668,9 +636,6 @@ namespace GIM_data { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void MovMagRicRowChangeEventHandler(object sender, MovMagRicRowChangeEvent e); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public delegate void MovMagExplRowChangeEventHandler(object sender, MovMagExplRowChangeEvent e); - /// ///Represents the strongly named DataTable class. /// @@ -3668,6 +3633,30 @@ namespace GIM_data { private global::System.Data.DataColumn columndtExport; + private global::System.Data.DataColumn columnFamiglia; + + private global::System.Data.DataColumn columnDescrizione; + + private global::System.Data.DataColumn columnNomeCostruttore; + + private global::System.Data.DataColumn columnCodCostruttore; + + private global::System.Data.DataColumn columnCodInterno; + + private global::System.Data.DataColumn columnQtaMin; + + private global::System.Data.DataColumn columnQtaLotto; + + private global::System.Data.DataColumn columnValore; + + private global::System.Data.DataColumn columnNote; + + private global::System.Data.DataColumn columndtLastUpd; + + private global::System.Data.DataColumn columnCodLocazione; + + private global::System.Data.DataColumn columnDescrLocazione; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public MovMagRicDataTable() { @@ -3749,348 +3738,6 @@ namespace GIM_data { } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - [global::System.ComponentModel.Browsable(false)] - public int Count { - get { - return this.Rows.Count; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public MovMagRicRow this[int index] { - get { - return ((MovMagRicRow)(this.Rows[index])); - } - } - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event MovMagRicRowChangeEventHandler MovMagRicRowChanging; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event MovMagRicRowChangeEventHandler MovMagRicRowChanged; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event MovMagRicRowChangeEventHandler MovMagRicRowDeleting; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event MovMagRicRowChangeEventHandler MovMagRicRowDeleted; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddMovMagRicRow(MovMagRicRow row) { - this.Rows.Add(row); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public MovMagRicRow AddMovMagRicRow(AnagItemsRow parentAnagItemsRowByFK_MovMagRic_AnagItems, int numIntMtz, System.DateTime dtMov, int Qta, int idxMacchina, System.DateTime dtExport) { - MovMagRicRow rowMovMagRicRow = ((MovMagRicRow)(this.NewRow())); - object[] columnValuesArray = new object[] { - null, - numIntMtz, - dtMov, - Qta, - idxMacchina, - dtExport}; - if ((parentAnagItemsRowByFK_MovMagRic_AnagItems != null)) { - columnValuesArray[0] = parentAnagItemsRowByFK_MovMagRic_AnagItems[0]; - } - rowMovMagRicRow.ItemArray = columnValuesArray; - this.Rows.Add(rowMovMagRicRow); - return rowMovMagRicRow; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public MovMagRicRow FindByidxItemnumIntMtzdtMov(int idxItem, int numIntMtz, System.DateTime dtMov) { - return ((MovMagRicRow)(this.Rows.Find(new object[] { - idxItem, - numIntMtz, - dtMov}))); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public override global::System.Data.DataTable Clone() { - MovMagRicDataTable cln = ((MovMagRicDataTable)(base.Clone())); - cln.InitVars(); - return cln; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected override global::System.Data.DataTable CreateInstance() { - return new MovMagRicDataTable(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal void InitVars() { - this.columnidxItem = base.Columns["idxItem"]; - this.columnnumIntMtz = base.Columns["numIntMtz"]; - this.columndtMov = base.Columns["dtMov"]; - this.columnQta = base.Columns["Qta"]; - this.columnidxMacchina = base.Columns["idxMacchina"]; - this.columndtExport = base.Columns["dtExport"]; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private void InitClass() { - this.columnidxItem = new global::System.Data.DataColumn("idxItem", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnidxItem); - this.columnnumIntMtz = new global::System.Data.DataColumn("numIntMtz", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnnumIntMtz); - this.columndtMov = new global::System.Data.DataColumn("dtMov", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columndtMov); - this.columnQta = new global::System.Data.DataColumn("Qta", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnQta); - this.columnidxMacchina = new global::System.Data.DataColumn("idxMacchina", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnidxMacchina); - this.columndtExport = new global::System.Data.DataColumn("dtExport", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columndtExport); - this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { - this.columnidxItem, - this.columnnumIntMtz, - this.columndtMov}, true)); - this.columnidxItem.AllowDBNull = false; - this.columnnumIntMtz.AllowDBNull = false; - this.columndtMov.AllowDBNull = false; - this.columnQta.AllowDBNull = false; - this.columnidxMacchina.AllowDBNull = false; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public MovMagRicRow NewMovMagRicRow() { - return ((MovMagRicRow)(this.NewRow())); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new MovMagRicRow(builder); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected override global::System.Type GetRowType() { - return typeof(MovMagRicRow); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowChanged(e); - if ((this.MovMagRicRowChanged != null)) { - this.MovMagRicRowChanged(this, new MovMagRicRowChangeEvent(((MovMagRicRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowChanging(e); - if ((this.MovMagRicRowChanging != null)) { - this.MovMagRicRowChanging(this, new MovMagRicRowChangeEvent(((MovMagRicRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowDeleted(e); - if ((this.MovMagRicRowDeleted != null)) { - this.MovMagRicRowDeleted(this, new MovMagRicRowChangeEvent(((MovMagRicRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { - base.OnRowDeleting(e); - if ((this.MovMagRicRowDeleting != null)) { - this.MovMagRicRowDeleting(this, new MovMagRicRowChangeEvent(((MovMagRicRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void RemoveMovMagRicRow(MovMagRicRow row) { - this.Rows.Remove(row); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { - global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); - global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); - DS_Mag ds = new DS_Mag(); - global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); - any1.Namespace = "http://www.w3.org/2001/XMLSchema"; - any1.MinOccurs = new decimal(0); - any1.MaxOccurs = decimal.MaxValue; - any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; - sequence.Items.Add(any1); - global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); - any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; - any2.MinOccurs = new decimal(1); - any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; - sequence.Items.Add(any2); - global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); - attribute1.Name = "namespace"; - attribute1.FixedValue = ds.Namespace; - type.Attributes.Add(attribute1); - global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); - attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "MovMagRicDataTable"; - type.Attributes.Add(attribute2); - type.Particle = sequence; - global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); - if (xs.Contains(dsSchema.TargetNamespace)) { - global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); - global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); - try { - global::System.Xml.Schema.XmlSchema schema = null; - dsSchema.Write(s1); - for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { - schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); - s2.SetLength(0); - schema.Write(s2); - if ((s1.Length == s2.Length)) { - s1.Position = 0; - s2.Position = 0; - for (; ((s1.Position != s1.Length) - && (s1.ReadByte() == s2.ReadByte())); ) { - ; - } - if ((s1.Position == s1.Length)) { - return type; - } - } - } - } - finally { - if ((s1 != null)) { - s1.Close(); - } - if ((s2 != null)) { - s2.Close(); - } - } - } - xs.Add(dsSchema); - return type; - } - } - - /// - ///Represents the strongly named DataTable class. - /// - [global::System.Serializable()] - [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class MovMagExplDataTable : global::System.Data.TypedTableBase { - - private global::System.Data.DataColumn columnidxItem; - - private global::System.Data.DataColumn columnnumIntMtz; - - private global::System.Data.DataColumn columndtMov; - - private global::System.Data.DataColumn columnQta; - - private global::System.Data.DataColumn columnFamiglia; - - private global::System.Data.DataColumn columnDescrizione; - - private global::System.Data.DataColumn columnNomeCostruttore; - - private global::System.Data.DataColumn columnCodCostruttore; - - private global::System.Data.DataColumn columnCodInterno; - - private global::System.Data.DataColumn columnQtaMin; - - private global::System.Data.DataColumn columnQtaLotto; - - private global::System.Data.DataColumn columnValore; - - private global::System.Data.DataColumn columnNote; - - private global::System.Data.DataColumn columndtLastUpd; - - private global::System.Data.DataColumn columnCodLocazione; - - private global::System.Data.DataColumn columnDescrLocazione; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public MovMagExplDataTable() { - this.TableName = "MovMagExpl"; - this.BeginInit(); - this.InitClass(); - this.EndInit(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal MovMagExplDataTable(global::System.Data.DataTable table) { - this.TableName = table.TableName; - if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { - this.CaseSensitive = table.CaseSensitive; - } - if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { - this.Locale = table.Locale; - } - if ((table.Namespace != table.DataSet.Namespace)) { - this.Namespace = table.Namespace; - } - this.Prefix = table.Prefix; - this.MinimumCapacity = table.MinimumCapacity; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected MovMagExplDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : - base(info, context) { - this.InitVars(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn idxItemColumn { - get { - return this.columnidxItem; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn numIntMtzColumn { - get { - return this.columnnumIntMtz; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn dtMovColumn { - get { - return this.columndtMov; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn QtaColumn { - get { - return this.columnQta; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FamigliaColumn { @@ -4198,37 +3845,39 @@ namespace GIM_data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public MovMagExplRow this[int index] { + public MovMagRicRow this[int index] { get { - return ((MovMagExplRow)(this.Rows[index])); + return ((MovMagRicRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event MovMagExplRowChangeEventHandler MovMagExplRowChanging; + public event MovMagRicRowChangeEventHandler MovMagRicRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event MovMagExplRowChangeEventHandler MovMagExplRowChanged; + public event MovMagRicRowChangeEventHandler MovMagRicRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event MovMagExplRowChangeEventHandler MovMagExplRowDeleting; + public event MovMagRicRowChangeEventHandler MovMagRicRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event MovMagExplRowChangeEventHandler MovMagExplRowDeleted; + public event MovMagRicRowChangeEventHandler MovMagRicRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddMovMagExplRow(MovMagExplRow row) { + public void AddMovMagRicRow(MovMagRicRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public MovMagExplRow AddMovMagExplRow( - int idxItem, + public MovMagRicRow AddMovMagRicRow( + AnagItemsRow parentAnagItemsRowByFK_MovMagRic_AnagItems, int numIntMtz, System.DateTime dtMov, int Qta, + int idxMacchina, + System.DateTime dtExport, string Famiglia, string Descrizione, string NomeCostruttore, @@ -4241,12 +3890,14 @@ namespace GIM_data { System.DateTime dtLastUpd, string CodLocazione, string DescrLocazione) { - MovMagExplRow rowMovMagExplRow = ((MovMagExplRow)(this.NewRow())); + MovMagRicRow rowMovMagRicRow = ((MovMagRicRow)(this.NewRow())); object[] columnValuesArray = new object[] { - idxItem, + null, numIntMtz, dtMov, Qta, + idxMacchina, + dtExport, Famiglia, Descrizione, NomeCostruttore, @@ -4259,24 +3910,27 @@ namespace GIM_data { dtLastUpd, CodLocazione, DescrLocazione}; - rowMovMagExplRow.ItemArray = columnValuesArray; - this.Rows.Add(rowMovMagExplRow); - return rowMovMagExplRow; + if ((parentAnagItemsRowByFK_MovMagRic_AnagItems != null)) { + columnValuesArray[0] = parentAnagItemsRowByFK_MovMagRic_AnagItems[0]; + } + rowMovMagRicRow.ItemArray = columnValuesArray; + this.Rows.Add(rowMovMagRicRow); + return rowMovMagRicRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public MovMagExplRow FindByidxItemdtMovnumIntMtz(int idxItem, System.DateTime dtMov, int numIntMtz) { - return ((MovMagExplRow)(this.Rows.Find(new object[] { + public MovMagRicRow FindByidxItemnumIntMtzdtMov(int idxItem, int numIntMtz, System.DateTime dtMov) { + return ((MovMagRicRow)(this.Rows.Find(new object[] { idxItem, - dtMov, - numIntMtz}))); + numIntMtz, + dtMov}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { - MovMagExplDataTable cln = ((MovMagExplDataTable)(base.Clone())); + MovMagRicDataTable cln = ((MovMagRicDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -4284,7 +3938,7 @@ namespace GIM_data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { - return new MovMagExplDataTable(); + return new MovMagRicDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -4294,6 +3948,8 @@ namespace GIM_data { this.columnnumIntMtz = base.Columns["numIntMtz"]; this.columndtMov = base.Columns["dtMov"]; this.columnQta = base.Columns["Qta"]; + this.columnidxMacchina = base.Columns["idxMacchina"]; + this.columndtExport = base.Columns["dtExport"]; this.columnFamiglia = base.Columns["Famiglia"]; this.columnDescrizione = base.Columns["Descrizione"]; this.columnNomeCostruttore = base.Columns["NomeCostruttore"]; @@ -4319,6 +3975,10 @@ namespace GIM_data { base.Columns.Add(this.columndtMov); this.columnQta = new global::System.Data.DataColumn("Qta", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnQta); + this.columnidxMacchina = new global::System.Data.DataColumn("idxMacchina", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnidxMacchina); + this.columndtExport = new global::System.Data.DataColumn("dtExport", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columndtExport); this.columnFamiglia = new global::System.Data.DataColumn("Famiglia", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFamiglia); this.columnDescrizione = new global::System.Data.DataColumn("Descrizione", typeof(string), null, global::System.Data.MappingType.Element); @@ -4345,12 +4005,13 @@ namespace GIM_data { base.Columns.Add(this.columnDescrLocazione); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnidxItem, - this.columndtMov, - this.columnnumIntMtz}, true)); + this.columnnumIntMtz, + this.columndtMov}, true)); this.columnidxItem.AllowDBNull = false; this.columnnumIntMtz.AllowDBNull = false; this.columndtMov.AllowDBNull = false; this.columnQta.AllowDBNull = false; + this.columnidxMacchina.AllowDBNull = false; this.columnFamiglia.AllowDBNull = false; this.columnFamiglia.MaxLength = 50; this.columnDescrizione.AllowDBNull = false; @@ -4373,28 +4034,28 @@ namespace GIM_data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public MovMagExplRow NewMovMagExplRow() { - return ((MovMagExplRow)(this.NewRow())); + public MovMagRicRow NewMovMagRicRow() { + return ((MovMagRicRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new MovMagExplRow(builder); + return new MovMagRicRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Type GetRowType() { - return typeof(MovMagExplRow); + return typeof(MovMagRicRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); - if ((this.MovMagExplRowChanged != null)) { - this.MovMagExplRowChanged(this, new MovMagExplRowChangeEvent(((MovMagExplRow)(e.Row)), e.Action)); + if ((this.MovMagRicRowChanged != null)) { + this.MovMagRicRowChanged(this, new MovMagRicRowChangeEvent(((MovMagRicRow)(e.Row)), e.Action)); } } @@ -4402,8 +4063,8 @@ namespace GIM_data { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); - if ((this.MovMagExplRowChanging != null)) { - this.MovMagExplRowChanging(this, new MovMagExplRowChangeEvent(((MovMagExplRow)(e.Row)), e.Action)); + if ((this.MovMagRicRowChanging != null)) { + this.MovMagRicRowChanging(this, new MovMagRicRowChangeEvent(((MovMagRicRow)(e.Row)), e.Action)); } } @@ -4411,8 +4072,8 @@ namespace GIM_data { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); - if ((this.MovMagExplRowDeleted != null)) { - this.MovMagExplRowDeleted(this, new MovMagExplRowChangeEvent(((MovMagExplRow)(e.Row)), e.Action)); + if ((this.MovMagRicRowDeleted != null)) { + this.MovMagRicRowDeleted(this, new MovMagRicRowChangeEvent(((MovMagRicRow)(e.Row)), e.Action)); } } @@ -4420,14 +4081,14 @@ namespace GIM_data { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); - if ((this.MovMagExplRowDeleting != null)) { - this.MovMagExplRowDeleting(this, new MovMagExplRowChangeEvent(((MovMagExplRow)(e.Row)), e.Action)); + if ((this.MovMagRicRowDeleting != null)) { + this.MovMagRicRowDeleting(this, new MovMagRicRowChangeEvent(((MovMagRicRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void RemoveMovMagExplRow(MovMagExplRow row) { + public void RemoveMovMagRicRow(MovMagRicRow row) { this.Rows.Remove(row); } @@ -4454,7 +4115,7 @@ namespace GIM_data { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "MovMagExplDataTable"; + attribute2.FixedValue = "MovMagRicDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -5646,6 +5307,148 @@ namespace GIM_data { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string Famiglia { + get { + return ((string)(this[this.tableMovMagRic.FamigliaColumn])); + } + set { + this[this.tableMovMagRic.FamigliaColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string Descrizione { + get { + return ((string)(this[this.tableMovMagRic.DescrizioneColumn])); + } + set { + this[this.tableMovMagRic.DescrizioneColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string NomeCostruttore { + get { + return ((string)(this[this.tableMovMagRic.NomeCostruttoreColumn])); + } + set { + this[this.tableMovMagRic.NomeCostruttoreColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string CodCostruttore { + get { + return ((string)(this[this.tableMovMagRic.CodCostruttoreColumn])); + } + set { + this[this.tableMovMagRic.CodCostruttoreColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string CodInterno { + get { + return ((string)(this[this.tableMovMagRic.CodInternoColumn])); + } + set { + this[this.tableMovMagRic.CodInternoColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int QtaMin { + get { + return ((int)(this[this.tableMovMagRic.QtaMinColumn])); + } + set { + this[this.tableMovMagRic.QtaMinColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int QtaLotto { + get { + return ((int)(this[this.tableMovMagRic.QtaLottoColumn])); + } + set { + this[this.tableMovMagRic.QtaLottoColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal Valore { + get { + return ((decimal)(this[this.tableMovMagRic.ValoreColumn])); + } + set { + this[this.tableMovMagRic.ValoreColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string Note { + get { + return ((string)(this[this.tableMovMagRic.NoteColumn])); + } + set { + this[this.tableMovMagRic.NoteColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public System.DateTime dtLastUpd { + get { + try { + return ((global::System.DateTime)(this[this.tableMovMagRic.dtLastUpdColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'dtLastUpd\' in table \'MovMagRic\' is DBNull.", e); + } + } + set { + this[this.tableMovMagRic.dtLastUpdColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string CodLocazione { + get { + return ((string)(this[this.tableMovMagRic.CodLocazioneColumn])); + } + set { + this[this.tableMovMagRic.CodLocazioneColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string DescrLocazione { + get { + try { + return ((string)(this[this.tableMovMagRic.DescrLocazioneColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'DescrLocazione\' in table \'MovMagRic\' is DBNull.", e); + } + } + set { + this[this.tableMovMagRic.DescrLocazioneColumn] = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public AnagItemsRow AnagItemsRow { @@ -5668,230 +5471,29 @@ namespace GIM_data { public void SetdtExportNull() { this[this.tableMovMagRic.dtExportColumn] = global::System.Convert.DBNull; } - } - - /// - ///Represents strongly named DataRow class. - /// - public partial class MovMagExplRow : global::System.Data.DataRow { - - private MovMagExplDataTable tableMovMagExpl; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal MovMagExplRow(global::System.Data.DataRowBuilder rb) : - base(rb) { - this.tableMovMagExpl = ((MovMagExplDataTable)(this.Table)); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int idxItem { - get { - return ((int)(this[this.tableMovMagExpl.idxItemColumn])); - } - set { - this[this.tableMovMagExpl.idxItemColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int numIntMtz { - get { - return ((int)(this[this.tableMovMagExpl.numIntMtzColumn])); - } - set { - this[this.tableMovMagExpl.numIntMtzColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public System.DateTime dtMov { - get { - return ((global::System.DateTime)(this[this.tableMovMagExpl.dtMovColumn])); - } - set { - this[this.tableMovMagExpl.dtMovColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Qta { - get { - return ((int)(this[this.tableMovMagExpl.QtaColumn])); - } - set { - this[this.tableMovMagExpl.QtaColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public string Famiglia { - get { - return ((string)(this[this.tableMovMagExpl.FamigliaColumn])); - } - set { - this[this.tableMovMagExpl.FamigliaColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public string Descrizione { - get { - return ((string)(this[this.tableMovMagExpl.DescrizioneColumn])); - } - set { - this[this.tableMovMagExpl.DescrizioneColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public string NomeCostruttore { - get { - return ((string)(this[this.tableMovMagExpl.NomeCostruttoreColumn])); - } - set { - this[this.tableMovMagExpl.NomeCostruttoreColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public string CodCostruttore { - get { - return ((string)(this[this.tableMovMagExpl.CodCostruttoreColumn])); - } - set { - this[this.tableMovMagExpl.CodCostruttoreColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public string CodInterno { - get { - return ((string)(this[this.tableMovMagExpl.CodInternoColumn])); - } - set { - this[this.tableMovMagExpl.CodInternoColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int QtaMin { - get { - return ((int)(this[this.tableMovMagExpl.QtaMinColumn])); - } - set { - this[this.tableMovMagExpl.QtaMinColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int QtaLotto { - get { - return ((int)(this[this.tableMovMagExpl.QtaLottoColumn])); - } - set { - this[this.tableMovMagExpl.QtaLottoColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public decimal Valore { - get { - return ((decimal)(this[this.tableMovMagExpl.ValoreColumn])); - } - set { - this[this.tableMovMagExpl.ValoreColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public string Note { - get { - return ((string)(this[this.tableMovMagExpl.NoteColumn])); - } - set { - this[this.tableMovMagExpl.NoteColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public System.DateTime dtLastUpd { - get { - try { - return ((global::System.DateTime)(this[this.tableMovMagExpl.dtLastUpdColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'dtLastUpd\' in table \'MovMagExpl\' is DBNull.", e); - } - } - set { - this[this.tableMovMagExpl.dtLastUpdColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public string CodLocazione { - get { - return ((string)(this[this.tableMovMagExpl.CodLocazioneColumn])); - } - set { - this[this.tableMovMagExpl.CodLocazioneColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public string DescrLocazione { - get { - try { - return ((string)(this[this.tableMovMagExpl.DescrLocazioneColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescrLocazione\' in table \'MovMagExpl\' is DBNull.", e); - } - } - set { - this[this.tableMovMagExpl.DescrLocazioneColumn] = value; - } - } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsdtLastUpdNull() { - return this.IsNull(this.tableMovMagExpl.dtLastUpdColumn); + return this.IsNull(this.tableMovMagRic.dtLastUpdColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetdtLastUpdNull() { - this[this.tableMovMagExpl.dtLastUpdColumn] = global::System.Convert.DBNull; + this[this.tableMovMagRic.dtLastUpdColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDescrLocazioneNull() { - return this.IsNull(this.tableMovMagExpl.DescrLocazioneColumn); + return this.IsNull(this.tableMovMagRic.DescrLocazioneColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDescrLocazioneNull() { - this[this.tableMovMagExpl.DescrLocazioneColumn] = global::System.Convert.DBNull; + this[this.tableMovMagRic.DescrLocazioneColumn] = global::System.Convert.DBNull; } } @@ -6234,40 +5836,6 @@ namespace GIM_data { } } } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class MovMagExplRowChangeEvent : global::System.EventArgs { - - private MovMagExplRow eventRow; - - private global::System.Data.DataRowAction eventAction; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public MovMagExplRowChangeEvent(MovMagExplRow 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", "4.0.0.0")] - public MovMagExplRow Row { - get { - return this.eventRow; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataRowAction Action { - get { - return this.eventAction; - } - } - } } } namespace GIM_data.DS_MagTableAdapters { @@ -10121,40 +9689,19 @@ namespace GIM_data.DS_MagTableAdapters { tableMapping.ColumnMappings.Add("Qta", "Qta"); tableMapping.ColumnMappings.Add("idxMacchina", "idxMacchina"); tableMapping.ColumnMappings.Add("dtExport", "dtExport"); + tableMapping.ColumnMappings.Add("Famiglia", "Famiglia"); + tableMapping.ColumnMappings.Add("Descrizione", "Descrizione"); + tableMapping.ColumnMappings.Add("NomeCostruttore", "NomeCostruttore"); + tableMapping.ColumnMappings.Add("CodCostruttore", "CodCostruttore"); + tableMapping.ColumnMappings.Add("CodInterno", "CodInterno"); + tableMapping.ColumnMappings.Add("QtaMin", "QtaMin"); + tableMapping.ColumnMappings.Add("QtaLotto", "QtaLotto"); + tableMapping.ColumnMappings.Add("Valore", "Valore"); + tableMapping.ColumnMappings.Add("Note", "Note"); + tableMapping.ColumnMappings.Add("dtLastUpd", "dtLastUpd"); + tableMapping.ColumnMappings.Add("CodLocazione", "CodLocazione"); + tableMapping.ColumnMappings.Add("DescrLocazione", "DescrLocazione"); this._adapter.TableMappings.Add(tableMapping); - this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand(); - this._adapter.DeleteCommand.Connection = this.Connection; - this._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[MovMagRic] WHERE (([idxItem] = @Original_idxItem) AND ([numInt" + - "Mtz] = @Original_numIntMtz) AND ([dtMov] = @Original_dtMov))"; - this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idxItem", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idxItem", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_numIntMtz", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "numIntMtz", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dtMov", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtMov", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand(); - this._adapter.InsertCommand.Connection = this.Connection; - this._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[MovMagRic] ([idxItem], [numIntMtz], [dtMov], [Qta], [idxMacchi" + - "na], [dtExport]) VALUES (@idxItem, @numIntMtz, @dtMov, @Qta, @idxMacchina, @dtEx" + - "port)"; - this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxItem", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idxItem", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@numIntMtz", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "numIntMtz", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dtMov", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtMov", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Qta", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Qta", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxMacchina", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idxMacchina", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dtExport", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtExport", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand(); - this._adapter.UpdateCommand.Connection = this.Connection; - this._adapter.UpdateCommand.CommandText = @"UPDATE [dbo].[MovMagRic] SET [idxItem] = @idxItem, [numIntMtz] = @numIntMtz, [dtMov] = @dtMov, [Qta] = @Qta, [idxMacchina] = @idxMacchina, [dtExport] = @dtExport WHERE (([idxItem] = @Original_idxItem) AND ([numIntMtz] = @Original_numIntMtz) AND ([dtMov] = @Original_dtMov))"; - this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxItem", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idxItem", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@numIntMtz", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "numIntMtz", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dtMov", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtMov", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Qta", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Qta", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxMacchina", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idxMacchina", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dtExport", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtExport", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idxItem", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idxItem", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_numIntMtz", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "numIntMtz", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dtMov", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtMov", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -10170,7 +9717,7 @@ namespace GIM_data.DS_MagTableAdapters { this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5]; this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; - this._commandCollection[0].CommandText = "SELECT idxItem, numIntMtz, dtMov, Qta, idxMacchina, dtExport FROM dbo.MovMagRic"; + this._commandCollection[0].CommandText = "SELECT *\r\nFROM dbo.v_MovMagExpl"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[1].Connection = this.Connection; @@ -10203,7 +9750,6 @@ namespace GIM_data.DS_MagTableAdapters { this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_numIntMtz", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dtMov", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Qta", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxMacchina", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -10247,134 +9793,6 @@ namespace GIM_data.DS_MagTableAdapters { return dataTable; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DS_Mag.MovMagRicDataTable dataTable) { - return this.Adapter.Update(dataTable); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(DS_Mag dataSet) { - return this.Adapter.Update(dataSet, "MovMagRic"); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(global::System.Data.DataRow dataRow) { - return this.Adapter.Update(new global::System.Data.DataRow[] { - dataRow}); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int Update(global::System.Data.DataRow[] dataRows) { - return this.Adapter.Update(dataRows); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)] - public virtual int Delete(int Original_idxItem, int Original_numIntMtz, System.DateTime Original_dtMov) { - this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idxItem)); - this.Adapter.DeleteCommand.Parameters[1].Value = ((int)(Original_numIntMtz)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((System.DateTime)(Original_dtMov)); - global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State; - if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) - != global::System.Data.ConnectionState.Open)) { - this.Adapter.DeleteCommand.Connection.Open(); - } - try { - int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); - return returnValue; - } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.DeleteCommand.Connection.Close(); - } - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] - public virtual int Insert(int idxItem, int numIntMtz, System.DateTime dtMov, int Qta, int idxMacchina, global::System.Nullable dtExport) { - this.Adapter.InsertCommand.Parameters[0].Value = ((int)(idxItem)); - this.Adapter.InsertCommand.Parameters[1].Value = ((int)(numIntMtz)); - this.Adapter.InsertCommand.Parameters[2].Value = ((System.DateTime)(dtMov)); - this.Adapter.InsertCommand.Parameters[3].Value = ((int)(Qta)); - this.Adapter.InsertCommand.Parameters[4].Value = ((int)(idxMacchina)); - if ((dtExport.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((System.DateTime)(dtExport.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; - } - global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State; - if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) - != global::System.Data.ConnectionState.Open)) { - this.Adapter.InsertCommand.Connection.Open(); - } - try { - int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); - return returnValue; - } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.InsertCommand.Connection.Close(); - } - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] - public virtual int Update(int idxItem, int numIntMtz, System.DateTime dtMov, int Qta, int idxMacchina, global::System.Nullable dtExport, int Original_idxItem, int Original_numIntMtz, System.DateTime Original_dtMov) { - this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(idxItem)); - this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(numIntMtz)); - this.Adapter.UpdateCommand.Parameters[2].Value = ((System.DateTime)(dtMov)); - this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(Qta)); - this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(idxMacchina)); - if ((dtExport.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((System.DateTime)(dtExport.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; - } - this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(Original_idxItem)); - this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(Original_numIntMtz)); - this.Adapter.UpdateCommand.Parameters[8].Value = ((System.DateTime)(Original_dtMov)); - global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; - if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) - != global::System.Data.ConnectionState.Open)) { - this.Adapter.UpdateCommand.Connection.Open(); - } - try { - int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); - return returnValue; - } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.UpdateCommand.Connection.Close(); - } - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] - public virtual int Update(int Qta, int idxMacchina, global::System.Nullable dtExport, int Original_idxItem, int Original_numIntMtz, System.DateTime Original_dtMov) { - return this.Update(Original_idxItem, Original_numIntMtz, Original_dtMov, Qta, idxMacchina, dtExport, Original_idxItem, Original_numIntMtz, Original_dtMov); - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] @@ -10458,7 +9876,7 @@ namespace GIM_data.DS_MagTableAdapters { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - public virtual int updateQuery(global::System.Nullable Original_idxItem, global::System.Nullable Original_numIntMtz, global::System.Nullable Original_dtMov, global::System.Nullable Qta, global::System.Nullable idxMacchina) { + public virtual int updateQuery(global::System.Nullable Original_idxItem, global::System.Nullable Original_numIntMtz, global::System.Nullable Original_dtMov, global::System.Nullable Qta) { global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4]; if ((Original_idxItem.HasValue == true)) { command.Parameters[1].Value = ((int)(Original_idxItem.Value)); @@ -10484,12 +9902,6 @@ namespace GIM_data.DS_MagTableAdapters { else { command.Parameters[4].Value = global::System.DBNull.Value; } - if ((idxMacchina.HasValue == true)) { - command.Parameters[5].Value = ((int)(idxMacchina.Value)); - } - else { - command.Parameters[5].Value = global::System.DBNull.Value; - } global::System.Data.ConnectionState previousConnectionState = command.Connection.State; if (((command.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { @@ -10508,213 +9920,6 @@ namespace GIM_data.DS_MagTableAdapters { } } - /// - ///Represents the connection and commands used to retrieve and save data. - /// - [global::System.ComponentModel.DesignerCategoryAttribute("code")] - [global::System.ComponentModel.ToolboxItem(true)] - [global::System.ComponentModel.DataObjectAttribute(true)] - [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 MovMagExplTableAdapter : global::System.ComponentModel.Component { - - private global::System.Data.SqlClient.SqlDataAdapter _adapter; - - private global::System.Data.SqlClient.SqlConnection _connection; - - private global::System.Data.SqlClient.SqlTransaction _transaction; - - private global::System.Data.SqlClient.SqlCommand[] _commandCollection; - - private bool _clearBeforeFill; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public MovMagExplTableAdapter() { - this.ClearBeforeFill = true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter { - get { - if ((this._adapter == null)) { - this.InitAdapter(); - } - return this._adapter; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal global::System.Data.SqlClient.SqlConnection Connection { - get { - if ((this._connection == null)) { - this.InitConnection(); - } - return this._connection; - } - set { - this._connection = value; - if ((this.Adapter.InsertCommand != null)) { - this.Adapter.InsertCommand.Connection = value; - } - if ((this.Adapter.DeleteCommand != null)) { - this.Adapter.DeleteCommand.Connection = value; - } - if ((this.Adapter.UpdateCommand != null)) { - this.Adapter.UpdateCommand.Connection = value; - } - for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { - if ((this.CommandCollection[i] != null)) { - ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value; - } - } - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal global::System.Data.SqlClient.SqlTransaction Transaction { - get { - return this._transaction; - } - set { - this._transaction = value; - for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { - this.CommandCollection[i].Transaction = this._transaction; - } - if (((this.Adapter != null) - && (this.Adapter.DeleteCommand != null))) { - this.Adapter.DeleteCommand.Transaction = this._transaction; - } - if (((this.Adapter != null) - && (this.Adapter.InsertCommand != null))) { - this.Adapter.InsertCommand.Transaction = this._transaction; - } - if (((this.Adapter != null) - && (this.Adapter.UpdateCommand != null))) { - this.Adapter.UpdateCommand.Transaction = this._transaction; - } - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected global::System.Data.SqlClient.SqlCommand[] CommandCollection { - get { - if ((this._commandCollection == null)) { - this.InitCommandCollection(); - } - return this._commandCollection; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool ClearBeforeFill { - get { - return this._clearBeforeFill; - } - set { - this._clearBeforeFill = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private void InitAdapter() { - 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 = "MovMagExpl"; - tableMapping.ColumnMappings.Add("idxItem", "idxItem"); - tableMapping.ColumnMappings.Add("numIntMtz", "numIntMtz"); - tableMapping.ColumnMappings.Add("dtMov", "dtMov"); - tableMapping.ColumnMappings.Add("Qta", "Qta"); - tableMapping.ColumnMappings.Add("Famiglia", "Famiglia"); - tableMapping.ColumnMappings.Add("Descrizione", "Descrizione"); - tableMapping.ColumnMappings.Add("NomeCostruttore", "NomeCostruttore"); - tableMapping.ColumnMappings.Add("CodCostruttore", "CodCostruttore"); - tableMapping.ColumnMappings.Add("CodInterno", "CodInterno"); - tableMapping.ColumnMappings.Add("QtaMin", "QtaMin"); - tableMapping.ColumnMappings.Add("QtaLotto", "QtaLotto"); - tableMapping.ColumnMappings.Add("Valore", "Valore"); - tableMapping.ColumnMappings.Add("Note", "Note"); - tableMapping.ColumnMappings.Add("dtLastUpd", "dtLastUpd"); - tableMapping.ColumnMappings.Add("CodLocazione", "CodLocazione"); - tableMapping.ColumnMappings.Add("DescrLocazione", "DescrLocazione"); - this._adapter.TableMappings.Add(tableMapping); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private void InitConnection() { - this._connection = new global::System.Data.SqlClient.SqlConnection(); - this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["GIMConnectionString"].ConnectionString; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private void InitCommandCollection() { - this._commandCollection = new global::System.Data.SqlClient.SqlCommand[2]; - this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); - this._commandCollection[0].Connection = this.Connection; - this._commandCollection[0].CommandText = "SELECT idxItem, numIntMtz, dtMov, Qta, Famiglia, Descrizione, NomeCostruttore, Co" + - "dCostruttore, CodInterno, QtaMin, QtaLotto, Valore, Note, dtLastUpd, CodLocazion" + - "e, DescrLocazione FROM dbo.v_MovMagExpl"; - this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; - this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand(); - this._commandCollection[1].Connection = this.Connection; - this._commandCollection[1].CommandText = "dbo.stp_vMovMag_getByNumIntMtz"; - this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure; - this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@numIntMtz", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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_Mag.MovMagExplDataTable dataTable) { - this.Adapter.SelectCommand = this.CommandCollection[0]; - if ((this.ClearBeforeFill == true)) { - dataTable.Clear(); - } - int returnValue = this.Adapter.Fill(dataTable); - return returnValue; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] - public virtual DS_Mag.MovMagExplDataTable GetData() { - this.Adapter.SelectCommand = this.CommandCollection[0]; - DS_Mag.MovMagExplDataTable dataTable = new DS_Mag.MovMagExplDataTable(); - this.Adapter.Fill(dataTable); - return dataTable; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] - [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DS_Mag.MovMagExplDataTable getByNumInt(global::System.Nullable numIntMtz) { - this.Adapter.SelectCommand = this.CommandCollection[1]; - if ((numIntMtz.HasValue == true)) { - this.Adapter.SelectCommand.Parameters[1].Value = ((int)(numIntMtz.Value)); - } - else { - this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value; - } - DS_Mag.MovMagExplDataTable dataTable = new DS_Mag.MovMagExplDataTable(); - this.Adapter.Fill(dataTable); - return dataTable; - } - } - /// ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios /// @@ -10743,8 +9948,6 @@ namespace GIM_data.DS_MagTableAdapters { private SinonimiTagTableAdapter _sinonimiTagTableAdapter; - private MovMagRicTableAdapter _movMagRicTableAdapter; - private bool _backupDataSetBeforeUpdate; private global::System.Data.IDbConnection _connection; @@ -10872,20 +10075,6 @@ namespace GIM_data.DS_MagTableAdapters { } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + - "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + - "a", "System.Drawing.Design.UITypeEditor")] - public MovMagRicTableAdapter MovMagRicTableAdapter { - get { - return this._movMagRicTableAdapter; - } - set { - this._movMagRicTableAdapter = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool BackupDataSetBeforeUpdate { @@ -10937,10 +10126,6 @@ namespace GIM_data.DS_MagTableAdapters { && (this._sinonimiTagTableAdapter.Connection != null))) { return this._sinonimiTagTableAdapter.Connection; } - if (((this._movMagRicTableAdapter != null) - && (this._movMagRicTableAdapter.Connection != null))) { - return this._movMagRicTableAdapter.Connection; - } return null; } set { @@ -10978,9 +10163,6 @@ namespace GIM_data.DS_MagTableAdapters { if ((this._sinonimiTagTableAdapter != null)) { count = (count + 1); } - if ((this._movMagRicTableAdapter != null)) { - count = (count + 1); - } return count; } } @@ -11064,15 +10246,6 @@ namespace GIM_data.DS_MagTableAdapters { allChangedRows.AddRange(updatedRows); } } - if ((this._movMagRicTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.MovMagRic.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); - updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); - if (((updatedRows != null) - && (0 < updatedRows.Length))) { - result = (result + this._movMagRicTableAdapter.Update(updatedRows)); - allChangedRows.AddRange(updatedRows); - } - } return result; } @@ -11147,14 +10320,6 @@ namespace GIM_data.DS_MagTableAdapters { allAddedRows.AddRange(addedRows); } } - if ((this._movMagRicTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.MovMagRic.Select(null, null, global::System.Data.DataViewRowState.Added); - if (((addedRows != null) - && (0 < addedRows.Length))) { - result = (result + this._movMagRicTableAdapter.Update(addedRows)); - allAddedRows.AddRange(addedRows); - } - } return result; } @@ -11165,14 +10330,6 @@ namespace GIM_data.DS_MagTableAdapters { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private int UpdateDeletedRows(DS_Mag dataSet, global::System.Collections.Generic.List allChangedRows) { int result = 0; - if ((this._movMagRicTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.MovMagRic.Select(null, null, global::System.Data.DataViewRowState.Deleted); - if (((deletedRows != null) - && (0 < deletedRows.Length))) { - result = (result + this._movMagRicTableAdapter.Update(deletedRows)); - allChangedRows.AddRange(deletedRows); - } - } if ((this._sinonimiTagTableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.SinonimiTag.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) @@ -11316,11 +10473,6 @@ namespace GIM_data.DS_MagTableAdapters { throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + "tring."); } - if (((this._movMagRicTableAdapter != null) - && (this.MatchTableAdapterConnection(this._movMagRicTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); - } global::System.Data.IDbConnection workConnection = this.Connection; if ((workConnection == null)) { throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" + @@ -11425,15 +10577,6 @@ namespace GIM_data.DS_MagTableAdapters { adaptersWithAcceptChangesDuringUpdate.Add(this._sinonimiTagTableAdapter.Adapter); } } - if ((this._movMagRicTableAdapter != null)) { - revertConnections.Add(this._movMagRicTableAdapter, this._movMagRicTableAdapter.Connection); - this._movMagRicTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._movMagRicTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._movMagRicTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._movMagRicTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._movMagRicTableAdapter.Adapter); - } - } // //---- Perform updates ----------- // @@ -11524,10 +10667,6 @@ namespace GIM_data.DS_MagTableAdapters { this._sinonimiTagTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._sinonimiTagTableAdapter])); this._sinonimiTagTableAdapter.Transaction = null; } - if ((this._movMagRicTableAdapter != null)) { - this._movMagRicTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._movMagRicTableAdapter])); - this._movMagRicTableAdapter.Transaction = null; - } if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) { global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count]; adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters); diff --git a/Projects/WebGIM/GIM_data/DS_Mag.xsd b/Projects/WebGIM/GIM_data/DS_Mag.xsd index 55ee92b..bbf16c5 100644 --- a/Projects/WebGIM/GIM_data/DS_Mag.xsd +++ b/Projects/WebGIM/GIM_data/DS_Mag.xsd @@ -713,52 +713,14 @@ FROM AnagTags - - - - DELETE FROM [dbo].[MovMagRic] WHERE (([idxItem] = @Original_idxItem) AND ([numIntMtz] = @Original_numIntMtz) AND ([dtMov] = @Original_dtMov)) - - - - - - - - - - INSERT INTO [dbo].[MovMagRic] ([idxItem], [numIntMtz], [dtMov], [Qta], [idxMacchina], [dtExport]) VALUES (@idxItem, @numIntMtz, @dtMov, @Qta, @idxMacchina, @dtExport) - - - - - - - - - - + - - SELECT idxItem, numIntMtz, dtMov, Qta, idxMacchina, dtExport FROM dbo.MovMagRic + + SELECT * +FROM dbo.v_MovMagExpl - - - UPDATE [dbo].[MovMagRic] SET [idxItem] = @idxItem, [numIntMtz] = @numIntMtz, [dtMov] = @dtMov, [Qta] = @Qta, [idxMacchina] = @idxMacchina, [dtExport] = @dtExport WHERE (([idxItem] = @Original_idxItem) AND ([numIntMtz] = @Original_numIntMtz) AND ([dtMov] = @Original_dtMov)) - - - - - - - - - - - - - @@ -768,6 +730,18 @@ FROM AnagTags + + + + + + + + + + + + @@ -817,50 +791,6 @@ FROM AnagTags - - - - - - - - - - - - - SELECT idxItem, numIntMtz, dtMov, Qta, Famiglia, Descrizione, NomeCostruttore, CodCostruttore, CodInterno, QtaMin, QtaLotto, Valore, Note, dtLastUpd, CodLocazione, DescrLocazione FROM dbo.v_MovMagExpl - - - - - - - - - - - - - - - - - - - - - - - - - - - - dbo.stp_vMovMag_getByNumIntMtz - - - @@ -1156,16 +1086,6 @@ FROM AnagTags - - - - - - - - - - @@ -1276,12 +1196,6 @@ FROM AnagTags - - - - - - diff --git a/Projects/WebGIM/GIM_data/bin/GIM_data.dll b/Projects/WebGIM/GIM_data/bin/GIM_data.dll index eb46ddf..5b50f68 100644 Binary files a/Projects/WebGIM/GIM_data/bin/GIM_data.dll and b/Projects/WebGIM/GIM_data/bin/GIM_data.dll differ diff --git a/Projects/WebGIM/GIM_data/bin/SteamWare.dll b/Projects/WebGIM/GIM_data/bin/SteamWare.dll index 5d90c05..50b6889 100644 Binary files a/Projects/WebGIM/GIM_data/bin/SteamWare.dll and b/Projects/WebGIM/GIM_data/bin/SteamWare.dll differ diff --git a/Projects/WebGIM/GIM_site/ConsumoRic.aspx b/Projects/WebGIM/GIM_site/ConsumoRic.aspx index 4477673..f1a2a35 100644 --- a/Projects/WebGIM/GIM_site/ConsumoRic.aspx +++ b/Projects/WebGIM/GIM_site/ConsumoRic.aspx @@ -27,7 +27,7 @@ <%: traduci("RicambiImpiegati") %> - + diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_MovMag2Int.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_MovMag2Int.ascx index 074fd8a..95ff8d6 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_MovMag2Int.ascx +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_MovMag2Int.ascx @@ -7,7 +7,18 @@ - + + + + + + + + + + + + <%# traduci("Descrizione") %> @@ -34,13 +45,52 @@ - <%# traduci("Qta") %>: + <%# traduci("Qta") %>: + + + + + + + - + + + + + - + + + + + - + + + + + + + + <%# traduci("Qta") %>: + + + + + + + + + + + + + + <%-- @@ -60,8 +110,19 @@ --%> - + + + + + + + + + + + + diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_MovMag2Int.ascx.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_MovMag2Int.ascx.cs index 51d8c67..1c31dad 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_MovMag2Int.ascx.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_MovMag2Int.ascx.cs @@ -21,5 +21,19 @@ namespace GIM_site.WebUserControls { grView.DataBind(); } + /// + /// abilitazione edit ricambi (modifica/delete) + /// + public bool enableEdit + { + get + { + return memLayer.ML.BoolSessionObj("enableEditRicInt"); + } + set + { + memLayer.ML.setSessionVal("enableEditRicInt", value); + } + } } } \ No newline at end of file diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_dettaglioIntervento.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_dettaglioIntervento.ascx index e2aa38d..15e23c9 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_dettaglioIntervento.ascx +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_dettaglioIntervento.ascx @@ -177,7 +177,7 @@ <%: traduci("RicambiImpiegati") %> - + <%# traduci("AddRicambi2Int") %> diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_ricercaItem.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_ricercaItem.ascx index 6349adc..3560b76 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_ricercaItem.ascx +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_ricercaItem.ascx @@ -12,9 +12,9 @@ - + - + @@ -23,7 +23,7 @@ - + - @@ -40,7 +40,7 @@ - + diff --git a/Projects/WebGIM/GIM_site/bin/GIM_data.dll b/Projects/WebGIM/GIM_site/bin/GIM_data.dll index eb46ddf..5b50f68 100644 Binary files a/Projects/WebGIM/GIM_site/bin/GIM_data.dll and b/Projects/WebGIM/GIM_site/bin/GIM_data.dll differ diff --git a/Projects/WebGIM/GIM_site/bin/GIM_site.dll b/Projects/WebGIM/GIM_site/bin/GIM_site.dll index 807ac72..93bd8fe 100644 Binary files a/Projects/WebGIM/GIM_site/bin/GIM_site.dll and b/Projects/WebGIM/GIM_site/bin/GIM_site.dll differ diff --git a/Projects/WebGIM/GIM_site/bin/SteamWare.dll b/Projects/WebGIM/GIM_site/bin/SteamWare.dll index 5d90c05..50b6889 100644 Binary files a/Projects/WebGIM/GIM_site/bin/SteamWare.dll and b/Projects/WebGIM/GIM_site/bin/SteamWare.dll differ