diff --git a/Projects/WebGIM/GIM_data/DS_Mag.Designer.cs b/Projects/WebGIM/GIM_data/DS_Mag.Designer.cs index 88dc42f..42afa78 100644 --- a/Projects/WebGIM/GIM_data/DS_Mag.Designer.cs +++ b/Projects/WebGIM/GIM_data/DS_Mag.Designer.cs @@ -34,7 +34,7 @@ namespace GIM_data { private StatoMagDataTable tableStatoMag; - private AnagTagDataTable tableAnagTag; + private AnagTagsDataTable tableAnagTags; private Tag2ItemDataTable tableTag2Item; @@ -99,8 +99,8 @@ namespace GIM_data { if ((ds.Tables["StatoMag"] != null)) { base.Tables.Add(new StatoMagDataTable(ds.Tables["StatoMag"])); } - if ((ds.Tables["AnagTag"] != null)) { - base.Tables.Add(new AnagTagDataTable(ds.Tables["AnagTag"])); + if ((ds.Tables["AnagTags"] != null)) { + base.Tables.Add(new AnagTagsDataTable(ds.Tables["AnagTags"])); } if ((ds.Tables["Tag2Item"] != null)) { base.Tables.Add(new Tag2ItemDataTable(ds.Tables["Tag2Item"])); @@ -183,9 +183,9 @@ namespace GIM_data { [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 AnagTagDataTable AnagTag { + public AnagTagsDataTable AnagTags { get { - return this.tableAnagTag; + return this.tableAnagTags; } } @@ -301,8 +301,8 @@ namespace GIM_data { if ((ds.Tables["StatoMag"] != null)) { base.Tables.Add(new StatoMagDataTable(ds.Tables["StatoMag"])); } - if ((ds.Tables["AnagTag"] != null)) { - base.Tables.Add(new AnagTagDataTable(ds.Tables["AnagTag"])); + if ((ds.Tables["AnagTags"] != null)) { + base.Tables.Add(new AnagTagsDataTable(ds.Tables["AnagTags"])); } if ((ds.Tables["Tag2Item"] != null)) { base.Tables.Add(new Tag2ItemDataTable(ds.Tables["Tag2Item"])); @@ -376,10 +376,10 @@ namespace GIM_data { this.tableStatoMag.InitVars(); } } - this.tableAnagTag = ((AnagTagDataTable)(base.Tables["AnagTag"])); + this.tableAnagTags = ((AnagTagsDataTable)(base.Tables["AnagTags"])); if ((initTable == true)) { - if ((this.tableAnagTag != null)) { - this.tableAnagTag.InitVars(); + if ((this.tableAnagTags != null)) { + this.tableAnagTags.InitVars(); } } this.tableTag2Item = ((Tag2ItemDataTable)(base.Tables["Tag2Item"])); @@ -427,8 +427,8 @@ namespace GIM_data { base.Tables.Add(this.tableAnagItems); this.tableStatoMag = new StatoMagDataTable(); base.Tables.Add(this.tableStatoMag); - this.tableAnagTag = new AnagTagDataTable(); - base.Tables.Add(this.tableAnagTag); + this.tableAnagTags = new AnagTagsDataTable(); + base.Tables.Add(this.tableAnagTags); this.tableTag2Item = new Tag2ItemDataTable(); base.Tables.Add(this.tableTag2Item); this.tableTag2Macc = new Tag2MaccDataTable(); @@ -452,11 +452,11 @@ namespace GIM_data { this.tableTag2Item.idxItemColumn}, false); this.Relations.Add(this.relationFK_Tag2Item_AnagItems); this.relationFK_Tag2Item_AnagTag = new global::System.Data.DataRelation("FK_Tag2Item_AnagTag", new global::System.Data.DataColumn[] { - this.tableAnagTag.TagCodeColumn}, new global::System.Data.DataColumn[] { + this.tableAnagTags.TagCodeColumn}, new global::System.Data.DataColumn[] { this.tableTag2Item.TagCodeColumn}, false); this.Relations.Add(this.relationFK_Tag2Item_AnagTag); this.relationFK_Tag2Macc_AnagTag = new global::System.Data.DataRelation("FK_Tag2Macc_AnagTag", new global::System.Data.DataColumn[] { - this.tableAnagTag.TagCodeColumn}, new global::System.Data.DataColumn[] { + this.tableAnagTags.TagCodeColumn}, new global::System.Data.DataColumn[] { this.tableTag2Macc.TagCodeColumn}, false); this.Relations.Add(this.relationFK_Tag2Macc_AnagTag); this.relationFK_Tag2Macc_AnagMacchine = new global::System.Data.DataRelation("FK_Tag2Macc_AnagMacchine", new global::System.Data.DataColumn[] { @@ -497,7 +497,7 @@ namespace GIM_data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private bool ShouldSerializeAnagTag() { + private bool ShouldSerializeAnagTags() { return false; } @@ -590,7 +590,7 @@ namespace GIM_data { public delegate void StatoMagRowChangeEventHandler(object sender, StatoMagRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public delegate void AnagTagRowChangeEventHandler(object sender, AnagTagRowChangeEvent e); + public delegate void AnagTagsRowChangeEventHandler(object sender, AnagTagsRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void Tag2ItemRowChangeEventHandler(object sender, Tag2ItemRowChangeEvent e); @@ -2338,7 +2338,7 @@ namespace GIM_data { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class AnagTagDataTable : global::System.Data.TypedTableBase { + public partial class AnagTagsDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnTagCode; @@ -2348,8 +2348,8 @@ namespace GIM_data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public AnagTagDataTable() { - this.TableName = "AnagTag"; + public AnagTagsDataTable() { + this.TableName = "AnagTags"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -2357,7 +2357,7 @@ namespace GIM_data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal AnagTagDataTable(global::System.Data.DataTable table) { + internal AnagTagsDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -2374,7 +2374,7 @@ namespace GIM_data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected AnagTagDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected AnagTagsDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } @@ -2414,54 +2414,54 @@ namespace GIM_data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public AnagTagRow this[int index] { + public AnagTagsRow this[int index] { get { - return ((AnagTagRow)(this.Rows[index])); + return ((AnagTagsRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event AnagTagRowChangeEventHandler AnagTagRowChanging; + public event AnagTagsRowChangeEventHandler AnagTagsRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event AnagTagRowChangeEventHandler AnagTagRowChanged; + public event AnagTagsRowChangeEventHandler AnagTagsRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event AnagTagRowChangeEventHandler AnagTagRowDeleting; + public event AnagTagsRowChangeEventHandler AnagTagsRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event AnagTagRowChangeEventHandler AnagTagRowDeleted; + public event AnagTagsRowChangeEventHandler AnagTagsRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddAnagTagRow(AnagTagRow row) { + public void AddAnagTagsRow(AnagTagsRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public AnagTagRow AddAnagTagRow(string TagCode, string Class, string TagDescr) { - AnagTagRow rowAnagTagRow = ((AnagTagRow)(this.NewRow())); + public AnagTagsRow AddAnagTagsRow(string TagCode, string Class, string TagDescr) { + AnagTagsRow rowAnagTagsRow = ((AnagTagsRow)(this.NewRow())); object[] columnValuesArray = new object[] { TagCode, Class, TagDescr}; - rowAnagTagRow.ItemArray = columnValuesArray; - this.Rows.Add(rowAnagTagRow); - return rowAnagTagRow; + rowAnagTagsRow.ItemArray = columnValuesArray; + this.Rows.Add(rowAnagTagsRow); + return rowAnagTagsRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public AnagTagRow FindByTagCode(string TagCode) { - return ((AnagTagRow)(this.Rows.Find(new object[] { + public AnagTagsRow FindByTagCode(string TagCode) { + return ((AnagTagsRow)(this.Rows.Find(new object[] { TagCode}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { - AnagTagDataTable cln = ((AnagTagDataTable)(base.Clone())); + AnagTagsDataTable cln = ((AnagTagsDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -2469,7 +2469,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 AnagTagDataTable(); + return new AnagTagsDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -2502,28 +2502,28 @@ namespace GIM_data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public AnagTagRow NewAnagTagRow() { - return ((AnagTagRow)(this.NewRow())); + public AnagTagsRow NewAnagTagsRow() { + return ((AnagTagsRow)(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 AnagTagRow(builder); + return new AnagTagsRow(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(AnagTagRow); + return typeof(AnagTagsRow); } [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.AnagTagRowChanged != null)) { - this.AnagTagRowChanged(this, new AnagTagRowChangeEvent(((AnagTagRow)(e.Row)), e.Action)); + if ((this.AnagTagsRowChanged != null)) { + this.AnagTagsRowChanged(this, new AnagTagsRowChangeEvent(((AnagTagsRow)(e.Row)), e.Action)); } } @@ -2531,8 +2531,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.AnagTagRowChanging != null)) { - this.AnagTagRowChanging(this, new AnagTagRowChangeEvent(((AnagTagRow)(e.Row)), e.Action)); + if ((this.AnagTagsRowChanging != null)) { + this.AnagTagsRowChanging(this, new AnagTagsRowChangeEvent(((AnagTagsRow)(e.Row)), e.Action)); } } @@ -2540,8 +2540,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.AnagTagRowDeleted != null)) { - this.AnagTagRowDeleted(this, new AnagTagRowChangeEvent(((AnagTagRow)(e.Row)), e.Action)); + if ((this.AnagTagsRowDeleted != null)) { + this.AnagTagsRowDeleted(this, new AnagTagsRowChangeEvent(((AnagTagsRow)(e.Row)), e.Action)); } } @@ -2549,14 +2549,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.AnagTagRowDeleting != null)) { - this.AnagTagRowDeleting(this, new AnagTagRowChangeEvent(((AnagTagRow)(e.Row)), e.Action)); + if ((this.AnagTagsRowDeleting != null)) { + this.AnagTagsRowDeleting(this, new AnagTagsRowChangeEvent(((AnagTagsRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void RemoveAnagTagRow(AnagTagRow row) { + public void RemoveAnagTagsRow(AnagTagsRow row) { this.Rows.Remove(row); } @@ -2583,7 +2583,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 = "AnagTagDataTable"; + attribute2.FixedValue = "AnagTagsDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -2721,7 +2721,7 @@ namespace GIM_data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public Tag2ItemRow AddTag2ItemRow(AnagItemsRow parentAnagItemsRowByFK_Tag2Item_AnagItems, AnagTagRow parentAnagTagRowByFK_Tag2Item_AnagTag) { + public Tag2ItemRow AddTag2ItemRow(AnagItemsRow parentAnagItemsRowByFK_Tag2Item_AnagItems, AnagTagsRow parentAnagTagsRowByFK_Tag2Item_AnagTag) { Tag2ItemRow rowTag2ItemRow = ((Tag2ItemRow)(this.NewRow())); object[] columnValuesArray = new object[] { null, @@ -2729,8 +2729,8 @@ namespace GIM_data { if ((parentAnagItemsRowByFK_Tag2Item_AnagItems != null)) { columnValuesArray[0] = parentAnagItemsRowByFK_Tag2Item_AnagItems[0]; } - if ((parentAnagTagRowByFK_Tag2Item_AnagTag != null)) { - columnValuesArray[1] = parentAnagTagRowByFK_Tag2Item_AnagTag[0]; + if ((parentAnagTagsRowByFK_Tag2Item_AnagTag != null)) { + columnValuesArray[1] = parentAnagTagsRowByFK_Tag2Item_AnagTag[0]; } rowTag2ItemRow.ItemArray = columnValuesArray; this.Rows.Add(rowTag2ItemRow); @@ -3002,13 +3002,13 @@ namespace GIM_data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public Tag2MaccRow AddTag2MaccRow(AnagTagRow parentAnagTagRowByFK_Tag2Macc_AnagTag, AnagMacchineRow parentAnagMacchineRowByFK_Tag2Macc_AnagMacchine) { + public Tag2MaccRow AddTag2MaccRow(AnagTagsRow parentAnagTagsRowByFK_Tag2Macc_AnagTag, AnagMacchineRow parentAnagMacchineRowByFK_Tag2Macc_AnagMacchine) { Tag2MaccRow rowTag2MaccRow = ((Tag2MaccRow)(this.NewRow())); object[] columnValuesArray = new object[] { null, null}; - if ((parentAnagTagRowByFK_Tag2Macc_AnagTag != null)) { - columnValuesArray[0] = parentAnagTagRowByFK_Tag2Macc_AnagTag[0]; + if ((parentAnagTagsRowByFK_Tag2Macc_AnagTag != null)) { + columnValuesArray[0] = parentAnagTagsRowByFK_Tag2Macc_AnagTag[0]; } if ((parentAnagMacchineRowByFK_Tag2Macc_AnagMacchine != null)) { columnValuesArray[1] = parentAnagMacchineRowByFK_Tag2Macc_AnagMacchine[0]; @@ -4231,25 +4231,25 @@ namespace GIM_data { /// ///Represents strongly named DataRow class. /// - public partial class AnagTagRow : global::System.Data.DataRow { + public partial class AnagTagsRow : global::System.Data.DataRow { - private AnagTagDataTable tableAnagTag; + private AnagTagsDataTable tableAnagTags; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal AnagTagRow(global::System.Data.DataRowBuilder rb) : + internal AnagTagsRow(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tableAnagTag = ((AnagTagDataTable)(this.Table)); + this.tableAnagTags = ((AnagTagsDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TagCode { get { - return ((string)(this[this.tableAnagTag.TagCodeColumn])); + return ((string)(this[this.tableAnagTags.TagCodeColumn])); } set { - this[this.tableAnagTag.TagCodeColumn] = value; + this[this.tableAnagTags.TagCodeColumn] = value; } } @@ -4257,10 +4257,10 @@ namespace GIM_data { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Class { get { - return ((string)(this[this.tableAnagTag.ClassColumn])); + return ((string)(this[this.tableAnagTags.ClassColumn])); } set { - this[this.tableAnagTag.ClassColumn] = value; + this[this.tableAnagTags.ClassColumn] = value; } } @@ -4268,10 +4268,10 @@ namespace GIM_data { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TagDescr { get { - return ((string)(this[this.tableAnagTag.TagDescrColumn])); + return ((string)(this[this.tableAnagTags.TagDescrColumn])); } set { - this[this.tableAnagTag.TagDescrColumn] = value; + this[this.tableAnagTags.TagDescrColumn] = value; } } @@ -4347,9 +4347,9 @@ namespace GIM_data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public AnagTagRow AnagTagRow { + public AnagTagsRow AnagTagRow { get { - return ((AnagTagRow)(this.GetParentRow(this.Table.ParentRelations["FK_Tag2Item_AnagTag"]))); + return ((AnagTagsRow)(this.GetParentRow(this.Table.ParentRelations["FK_Tag2Item_AnagTag"]))); } set { this.SetParentRow(value, this.Table.ParentRelations["FK_Tag2Item_AnagTag"]); @@ -4395,9 +4395,9 @@ namespace GIM_data { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public AnagTagRow AnagTagRow { + public AnagTagsRow AnagTagRow { get { - return ((AnagTagRow)(this.GetParentRow(this.Table.ParentRelations["FK_Tag2Macc_AnagTag"]))); + return ((AnagTagsRow)(this.GetParentRow(this.Table.ParentRelations["FK_Tag2Macc_AnagTag"]))); } set { this.SetParentRow(value, this.Table.ParentRelations["FK_Tag2Macc_AnagTag"]); @@ -4873,22 +4873,22 @@ namespace GIM_data { ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class AnagTagRowChangeEvent : global::System.EventArgs { + public class AnagTagsRowChangeEvent : global::System.EventArgs { - private AnagTagRow eventRow; + private AnagTagsRow 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 AnagTagRowChangeEvent(AnagTagRow row, global::System.Data.DataRowAction action) { + public AnagTagsRowChangeEvent(AnagTagsRow 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 AnagTagRow Row { + public AnagTagsRow Row { get { return this.eventRow; } @@ -6917,7 +6917,7 @@ namespace GIM_data.DS_MagTableAdapters { [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 AnagTagTableAdapter : global::System.ComponentModel.Component { + public partial class AnagTagsTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -6931,7 +6931,7 @@ namespace GIM_data.DS_MagTableAdapters { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public AnagTagTableAdapter() { + public AnagTagsTableAdapter() { this.ClearBeforeFill = true; } @@ -7028,7 +7028,7 @@ namespace GIM_data.DS_MagTableAdapters { 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 = "AnagTag"; + tableMapping.DataSetTable = "AnagTags"; tableMapping.ColumnMappings.Add("TagCode", "TagCode"); tableMapping.ColumnMappings.Add("Class", "Class"); tableMapping.ColumnMappings.Add("TagDescr", "TagDescr"); @@ -7070,7 +7070,7 @@ namespace GIM_data.DS_MagTableAdapters { this._commandCollection = new global::System.Data.SqlClient.SqlCommand[4]; this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; - this._commandCollection[0].CommandText = "SELECT TagCode, Class, TagDescr FROM dbo.AnagTag"; + this._commandCollection[0].CommandText = "SELECT TagCode, Class, TagDescr\r\nFROM AnagTags"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[1].Connection = this.Connection; @@ -7101,7 +7101,7 @@ namespace GIM_data.DS_MagTableAdapters { [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.AnagTagDataTable dataTable) { + public virtual int Fill(DS_Mag.AnagTagsDataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((this.ClearBeforeFill == true)) { dataTable.Clear(); @@ -7114,9 +7114,9 @@ namespace GIM_data.DS_MagTableAdapters { [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.AnagTagDataTable GetData() { + public virtual DS_Mag.AnagTagsDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; - DS_Mag.AnagTagDataTable dataTable = new DS_Mag.AnagTagDataTable(); + DS_Mag.AnagTagsDataTable dataTable = new DS_Mag.AnagTagsDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -7124,7 +7124,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 Update(DS_Mag.AnagTagDataTable dataTable) { + public virtual int Update(DS_Mag.AnagTagsDataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -7132,7 +7132,7 @@ namespace GIM_data.DS_MagTableAdapters { [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, "AnagTag"); + return this.Adapter.Update(dataSet, "AnagTags"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -8494,7 +8494,7 @@ namespace GIM_data.DS_MagTableAdapters { private AnagItemsTableAdapter _anagItemsTableAdapter; - private AnagTagTableAdapter _anagTagTableAdapter; + private AnagTagsTableAdapter _anagTagsTableAdapter; private Tag2ItemTableAdapter _tag2ItemTableAdapter; @@ -8578,12 +8578,12 @@ namespace GIM_data.DS_MagTableAdapters { [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 AnagTagTableAdapter AnagTagTableAdapter { + public AnagTagsTableAdapter AnagTagsTableAdapter { get { - return this._anagTagTableAdapter; + return this._anagTagsTableAdapter; } set { - this._anagTagTableAdapter = value; + this._anagTagsTableAdapter = value; } } @@ -8664,9 +8664,9 @@ namespace GIM_data.DS_MagTableAdapters { && (this._anagItemsTableAdapter.Connection != null))) { return this._anagItemsTableAdapter.Connection; } - if (((this._anagTagTableAdapter != null) - && (this._anagTagTableAdapter.Connection != null))) { - return this._anagTagTableAdapter.Connection; + if (((this._anagTagsTableAdapter != null) + && (this._anagTagsTableAdapter.Connection != null))) { + return this._anagTagsTableAdapter.Connection; } if (((this._tag2ItemTableAdapter != null) && (this._tag2ItemTableAdapter.Connection != null))) { @@ -8705,7 +8705,7 @@ namespace GIM_data.DS_MagTableAdapters { if ((this._anagItemsTableAdapter != null)) { count = (count + 1); } - if ((this._anagTagTableAdapter != null)) { + if ((this._anagTagsTableAdapter != null)) { count = (count + 1); } if ((this._tag2ItemTableAdapter != null)) { @@ -8746,12 +8746,12 @@ namespace GIM_data.DS_MagTableAdapters { allChangedRows.AddRange(updatedRows); } } - if ((this._anagTagTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.AnagTag.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + if ((this._anagTagsTableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.AnagTags.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { - result = (result + this._anagTagTableAdapter.Update(updatedRows)); + result = (result + this._anagTagsTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } @@ -8826,11 +8826,11 @@ namespace GIM_data.DS_MagTableAdapters { allAddedRows.AddRange(addedRows); } } - if ((this._anagTagTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.AnagTag.Select(null, null, global::System.Data.DataViewRowState.Added); + if ((this._anagTagsTableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.AnagTags.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { - result = (result + this._anagTagTableAdapter.Update(addedRows)); + result = (result + this._anagTagsTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } @@ -8924,11 +8924,11 @@ namespace GIM_data.DS_MagTableAdapters { allChangedRows.AddRange(deletedRows); } } - if ((this._anagTagTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.AnagTag.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if ((this._anagTagsTableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.AnagTags.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { - result = (result + this._anagTagTableAdapter.Update(deletedRows)); + result = (result + this._anagTagsTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } @@ -9007,8 +9007,8 @@ 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._anagTagTableAdapter != null) - && (this.MatchTableAdapterConnection(this._anagTagTableAdapter.Connection) == false))) { + if (((this._anagTagsTableAdapter != null) + && (this.MatchTableAdapterConnection(this._anagTagsTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + "tring."); } @@ -9095,13 +9095,13 @@ namespace GIM_data.DS_MagTableAdapters { adaptersWithAcceptChangesDuringUpdate.Add(this._anagItemsTableAdapter.Adapter); } } - if ((this._anagTagTableAdapter != null)) { - revertConnections.Add(this._anagTagTableAdapter, this._anagTagTableAdapter.Connection); - this._anagTagTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._anagTagTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._anagTagTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._anagTagTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._anagTagTableAdapter.Adapter); + if ((this._anagTagsTableAdapter != null)) { + revertConnections.Add(this._anagTagsTableAdapter, this._anagTagsTableAdapter.Connection); + this._anagTagsTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._anagTagsTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._anagTagsTableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._anagTagsTableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._anagTagsTableAdapter.Adapter); } } if ((this._tag2ItemTableAdapter != null)) { @@ -9205,9 +9205,9 @@ namespace GIM_data.DS_MagTableAdapters { this._anagItemsTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._anagItemsTableAdapter])); this._anagItemsTableAdapter.Transaction = null; } - if ((this._anagTagTableAdapter != null)) { - this._anagTagTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._anagTagTableAdapter])); - this._anagTagTableAdapter.Transaction = null; + if ((this._anagTagsTableAdapter != null)) { + this._anagTagsTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._anagTagsTableAdapter])); + this._anagTagsTableAdapter.Transaction = null; } if ((this._tag2ItemTableAdapter != null)) { this._tag2ItemTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._tag2ItemTableAdapter])); diff --git a/Projects/WebGIM/GIM_data/DS_Mag.xsd b/Projects/WebGIM/GIM_data/DS_Mag.xsd index ec732ae..6735504 100644 --- a/Projects/WebGIM/GIM_data/DS_Mag.xsd +++ b/Projects/WebGIM/GIM_data/DS_Mag.xsd @@ -339,9 +339,9 @@ FROM dbo.v_StatoMag - + - + DELETE FROM [dbo].[AnagTag] WHERE (([TagCode] = @Original_TagCode)) @@ -362,7 +362,8 @@ FROM dbo.v_StatoMag - SELECT TagCode, Class, TagDescr FROM dbo.AnagTag + SELECT TagCode, Class, TagDescr +FROM AnagTags @@ -618,7 +619,7 @@ FROM dbo.v_StatoMag - + @@ -638,7 +639,7 @@ FROM dbo.v_StatoMag - + @@ -661,7 +662,7 @@ FROM dbo.v_StatoMag - + @@ -672,7 +673,7 @@ FROM dbo.v_StatoMag - + @@ -709,7 +710,7 @@ FROM dbo.v_StatoMag - + @@ -777,7 +778,7 @@ FROM dbo.v_StatoMag - + @@ -804,7 +805,7 @@ FROM dbo.v_StatoMag - + @@ -818,7 +819,7 @@ FROM dbo.v_StatoMag - + @@ -832,7 +833,7 @@ FROM dbo.v_StatoMag - + @@ -897,8 +898,8 @@ FROM dbo.v_StatoMag - - + + @@ -918,13 +919,13 @@ FROM dbo.v_StatoMag - - - - - - - + + + + + + + \ No newline at end of file diff --git a/Projects/WebGIM/GIM_data/TA_app.cs b/Projects/WebGIM/GIM_data/TA_app.cs index fdf7d93..aa4d125 100644 --- a/Projects/WebGIM/GIM_data/TA_app.cs +++ b/Projects/WebGIM/GIM_data/TA_app.cs @@ -36,7 +36,7 @@ public class TA_app public GIM_data.DS_applicazioneTableAdapters.ElencoIntervExtTableAdapter taElencoIntExt; public GIM_data.DS_MagTableAdapters.AnagItemsTableAdapter taAnagItem; public GIM_data.DS_MagTableAdapters.AnagLocazioniTableAdapter taAnagLoc; - public GIM_data.DS_MagTableAdapters.AnagTagTableAdapter taAnagTag; + public GIM_data.DS_MagTableAdapters.AnagTagsTableAdapter taAnagTags; public GIM_data.DS_MagTableAdapters.MagRicTableAdapter taMagRic; public GIM_data.DS_MagTableAdapters.MovMagRicTableAdapter taMovMag; public GIM_data.DS_MagTableAdapters.StatoMagTableAdapter taStatoMag; @@ -78,7 +78,7 @@ public class TA_app taElencoIntExt.Connection.ConnectionString = connString; taAnagItem.Connection.ConnectionString = connString; taAnagLoc.Connection.ConnectionString = connString; - taAnagTag.Connection.ConnectionString = connString; + taAnagTags.Connection.ConnectionString = connString; taMagRic.Connection.ConnectionString = connString; taMovMag.Connection.ConnectionString = connString; taStatoMag.Connection.ConnectionString = connString; @@ -120,7 +120,7 @@ public class TA_app taElencoIntExt = new GIM_data.DS_applicazioneTableAdapters.ElencoIntervExtTableAdapter(); taAnagItem = new GIM_data.DS_MagTableAdapters.AnagItemsTableAdapter(); taAnagLoc = new GIM_data.DS_MagTableAdapters.AnagLocazioniTableAdapter(); - taAnagTag = new GIM_data.DS_MagTableAdapters.AnagTagTableAdapter(); + taAnagTags = new GIM_data.DS_MagTableAdapters.AnagTagsTableAdapter(); taMagRic = new GIM_data.DS_MagTableAdapters.MagRicTableAdapter(); taMovMag = new GIM_data.DS_MagTableAdapters.MovMagRicTableAdapter(); taStatoMag = new GIM_data.DS_MagTableAdapters.StatoMagTableAdapter(); diff --git a/Projects/WebGIM/GIM_data/bin/GIM_data.dll b/Projects/WebGIM/GIM_data/bin/GIM_data.dll index b6ee283..3ac89b6 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/obj/Alumat/GIM_data.dll b/Projects/WebGIM/GIM_data/obj/Alumat/GIM_data.dll index b6ee283..3ac89b6 100644 Binary files a/Projects/WebGIM/GIM_data/obj/Alumat/GIM_data.dll and b/Projects/WebGIM/GIM_data/obj/Alumat/GIM_data.dll differ diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx index 072df87..b87078a 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx @@ -1,88 +1,95 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_anagTags.ascx.cs" Inherits="GIM_site.WebUserControls.mod_anagTags" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> +
+ +
-

FARE GESTIONE SINONIMI

-in modo da ricodificare i tags (salvando l'operazione in tab sinonimi x successivi import e però spostando i collegamenti verso items e macchine ai tags "raggruppati") +
+

FARE GESTIONE SINONIMI

+ in modo da ricodificare i tags (salvando l'operazione in tab sinonimi x successivi import e però spostando i collegamenti verso items e macchine ai tags "raggruppati") +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx.cs index 4b54966..6fe68da 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx.cs @@ -10,6 +10,50 @@ namespace GIM_site.WebUserControls { public partial class mod_anagTags : ApplicationUserControl { + + protected override void Page_Load(object sender, EventArgs e) + { + base.Page_Load(sender, e); + if (!Page.IsPostBack) + { + setMode(false); + } + } + + public bool _showRicodifica + { + get + { + return memLayer.ML.BoolSessionObj("showRicodifica"); + } + set + { + memLayer.ML.setSessionVal("showRicodifica", value); + } + } + /// + /// imposta modalità controllo + /// + /// + private void setMode(bool showRicodifica) + { + _showRicodifica = showRicodifica; + string txtBtn = ""; + if (showRicodifica) + { + txtBtn = "MostraTags"; + } + else + { + txtBtn = "MostraRicodifica"; + } + // traduco buttons! + btnMode.Text = traduci(txtBtn); + // sistemo visibilità tags + divRicodifica.Visible = showRicodifica; + divTags.Visible = !showRicodifica; + } + public event EventHandler eh_resetSelezione; /// /// evento dati associati a controllo @@ -81,7 +125,7 @@ namespace GIM_site.WebUserControls // reset selezione... resetSelezione(); // i primi valori ("0") di default sono "ND"... li inserisco come standard... - TA_app.obj.taAnagTag.Insert(memLayer.ML.confReadString("newTagCode"), memLayer.ML.confReadString("newTagClass"), memLayer.ML.confReadString("newTagDescr")); + TA_app.obj.taAnagTags.Insert(memLayer.ML.confReadString("newTagCode"), memLayer.ML.confReadString("newTagClass"), memLayer.ML.confReadString("newTagDescr")); grView.DataBind(); } /// @@ -104,5 +148,11 @@ namespace GIM_site.WebUserControls { } return answ; } + + protected void btnMode_Click(object sender, EventArgs e) + { + // inverto modalità ricodifica (scambio si/no) + setMode(!_showRicodifica); + } } } \ No newline at end of file diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx.designer.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx.designer.cs index 52c90a6..2e8a2b1 100644 --- a/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx.designer.cs +++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_anagTags.ascx.designer.cs @@ -12,6 +12,33 @@ namespace GIM_site.WebUserControls { public partial class mod_anagTags { + /// + /// btnMode control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btnMode; + + /// + /// divRicodifica control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl divRicodifica; + + /// + /// divTags control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl divTags; + /// /// grView control. /// diff --git a/Projects/WebGIM/GIM_site/bin/GIM_data.dll b/Projects/WebGIM/GIM_site/bin/GIM_data.dll index b6ee283..3ac89b6 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 dcf66c6..333e1d6 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/sql/GIM_1.6.256.sql b/Projects/WebGIM/GIM_site/sql/GIM_1.6.256.sql index 0f1905e..9f5d045 100644 --- a/Projects/WebGIM/GIM_site/sql/GIM_1.6.256.sql +++ b/Projects/WebGIM/GIM_site/sql/GIM_1.6.256.sql @@ -45,5 +45,6 @@ exec voc.stp_insNewLemma 'Giacenza', 'Giacenza' exec voc.stp_insNewLemma 'CodLocazione', 'Cod Locazione' exec voc.stp_insNewLemma 'DescrLocazione', 'Locazione' exec voc.stp_insNewLemma 'dtLastUpd', 'Last Update' - +exec voc.stp_insNewLemma 'MostraTags', 'Mostra Tags' +exec voc.stp_insNewLemma 'MostraRicodifica', 'Mostra Ricodifica'