Merge branch 'develop' into SDK

This commit is contained in:
Samuele Locatelli
2021-05-03 17:48:52 +02:00
4 changed files with 197 additions and 260 deletions
Vendored
+1 -1
View File
@@ -13,7 +13,7 @@ pipeline {
steps {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=1420']) {
withEnv(['NEXT_BUILD_NUMBER=1421']) {
// env.versionNumber = VersionNumber(versionNumberString : '6.13.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '6.13.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO'
+91 -147
View File
@@ -994,8 +994,6 @@ namespace MagData {
private global::System.Data.DataColumn columnCampo16_5;
private global::System.Data.DataColumn columnCampo9_21;
private global::System.Data.DataColumn columnBarcodeBaseUrl;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -1719,14 +1717,6 @@ namespace MagData {
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public global::System.Data.DataColumn Campo9_21Column {
get {
return this.columnCampo9_21;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public global::System.Data.DataColumn BarcodeBaseUrlColumn {
@@ -1815,7 +1805,7 @@ namespace MagData {
string Campo8_4,
string Campo8_5,
string Campo9_1,
string Campo9_2,
int Campo9_2,
string Campo9_3,
string Campo9_4,
string Campo9_5,
@@ -1859,7 +1849,6 @@ namespace MagData {
string Campo16_3,
string Campo16_4,
string Campo16_5,
int Campo9_21,
string BarcodeBaseUrl) {
stp_prt_CartellinoFinitiOdetteRow rowstp_prt_CartellinoFinitiOdetteRow = ((stp_prt_CartellinoFinitiOdetteRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
@@ -1949,7 +1938,6 @@ namespace MagData {
Campo16_3,
Campo16_4,
Campo16_5,
Campo9_21,
BarcodeBaseUrl};
rowstp_prt_CartellinoFinitiOdetteRow.ItemArray = columnValuesArray;
this.Rows.Add(rowstp_prt_CartellinoFinitiOdetteRow);
@@ -1958,10 +1946,9 @@ namespace MagData {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public stp_prt_CartellinoFinitiOdetteRow FindByCampoUDCCampo15_2(string CampoUDC, string Campo15_2) {
public stp_prt_CartellinoFinitiOdetteRow FindByCampoUDC(string CampoUDC) {
return ((stp_prt_CartellinoFinitiOdetteRow)(this.Rows.Find(new object[] {
CampoUDC,
Campo15_2})));
CampoUDC})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -2067,7 +2054,6 @@ namespace MagData {
this.columnCampo16_3 = base.Columns["Campo16_3"];
this.columnCampo16_4 = base.Columns["Campo16_4"];
this.columnCampo16_5 = base.Columns["Campo16_5"];
this.columnCampo9_21 = base.Columns["Campo9_21"];
this.columnBarcodeBaseUrl = base.Columns["BarcodeBaseUrl"];
}
@@ -2158,7 +2144,7 @@ namespace MagData {
base.Columns.Add(this.columnCampo8_5);
this.columnCampo9_1 = new global::System.Data.DataColumn("Campo9_1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCampo9_1);
this.columnCampo9_2 = new global::System.Data.DataColumn("Campo9_2", typeof(string), null, global::System.Data.MappingType.Element);
this.columnCampo9_2 = new global::System.Data.DataColumn("Campo9_2", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCampo9_2);
this.columnCampo9_3 = new global::System.Data.DataColumn("Campo9_3", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCampo9_3);
@@ -2246,196 +2232,183 @@ namespace MagData {
base.Columns.Add(this.columnCampo16_4);
this.columnCampo16_5 = new global::System.Data.DataColumn("Campo16_5", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCampo16_5);
this.columnCampo9_21 = new global::System.Data.DataColumn("Campo9_21", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCampo9_21);
this.columnBarcodeBaseUrl = new global::System.Data.DataColumn("BarcodeBaseUrl", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBarcodeBaseUrl);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCampoUDC,
this.columnCampo15_2}, true));
this.columnCampoUDC}, true));
this.columnCampoUDC.AllowDBNull = false;
this.columnCampoUDC.ReadOnly = true;
this.columnCampoUDC.Unique = true;
this.columnCampoUDC.MaxLength = 250;
this.columnCampo1_1.ReadOnly = true;
this.columnCampo1_1.MaxLength = 250;
this.columnCampo1_1.MaxLength = 12;
this.columnCampo1_2.AllowDBNull = false;
this.columnCampo1_2.ReadOnly = true;
this.columnCampo1_2.MaxLength = 250;
this.columnCampo1_2.MaxLength = 500;
this.columnCampo1_3.AllowDBNull = false;
this.columnCampo1_3.ReadOnly = true;
this.columnCampo1_3.MaxLength = 250;
this.columnCampo1_4.ReadOnly = true;
this.columnCampo1_4.MaxLength = 250;
this.columnCampo1_4.MaxLength = 363;
this.columnCampo1_5.ReadOnly = true;
this.columnCampo1_5.MaxLength = 250;
this.columnCampo1_5.MaxLength = 8;
this.columnCampo2_1.ReadOnly = true;
this.columnCampo2_1.MaxLength = 250;
this.columnCampo2_1.MaxLength = 13;
this.columnCampo2_2.ReadOnly = true;
this.columnCampo2_2.MaxLength = 250;
this.columnCampo2_2.MaxLength = 1;
this.columnCampo2_3.ReadOnly = true;
this.columnCampo2_3.MaxLength = 250;
this.columnCampo2_3.MaxLength = 1;
this.columnCampo2_4.ReadOnly = true;
this.columnCampo2_4.MaxLength = 250;
this.columnCampo2_4.MaxLength = 1;
this.columnCampo2_5.ReadOnly = true;
this.columnCampo2_5.MaxLength = 250;
this.columnCampo2_5.MaxLength = 8;
this.columnCampo3_1.ReadOnly = true;
this.columnCampo3_1.MaxLength = 250;
this.columnCampo3_1.MaxLength = 21;
this.columnCampo3_2.ReadOnly = true;
this.columnCampo3_2.MaxLength = 250;
this.columnCampo3_2.MaxLength = 1;
this.columnCampo3_3.ReadOnly = true;
this.columnCampo3_3.MaxLength = 250;
this.columnCampo3_3.MaxLength = 1;
this.columnCampo3_4.ReadOnly = true;
this.columnCampo3_4.MaxLength = 250;
this.columnCampo3_4.MaxLength = 8;
this.columnCampo3_5.ReadOnly = true;
this.columnCampo3_5.MaxLength = 250;
this.columnCampo3_5.MaxLength = 8;
this.columnCampo4_1.ReadOnly = true;
this.columnCampo4_1.MaxLength = 250;
this.columnCampo4_1.MaxLength = 24;
this.columnCampo4_2.ReadOnly = true;
this.columnCampo4_2.MaxLength = 250;
this.columnCampo4_2.MaxLength = 18;
this.columnCampo4_3.ReadOnly = true;
this.columnCampo4_3.MaxLength = 250;
this.columnCampo4_3.MaxLength = 8;
this.columnCampo4_4.ReadOnly = true;
this.columnCampo4_4.MaxLength = 250;
this.columnCampo4_4.MaxLength = 8;
this.columnCampo4_5.ReadOnly = true;
this.columnCampo4_5.MaxLength = 250;
this.columnCampo4_5.MaxLength = 8;
this.columnCampo5_1.ReadOnly = true;
this.columnCampo5_1.MaxLength = 250;
this.columnCampo5_1.MaxLength = 17;
this.columnCampo5_2.ReadOnly = true;
this.columnCampo5_2.MaxLength = 250;
this.columnCampo5_2.MaxLength = 1;
this.columnCampo5_3.ReadOnly = true;
this.columnCampo5_3.MaxLength = 250;
this.columnCampo5_3.MaxLength = 8;
this.columnCampo5_4.ReadOnly = true;
this.columnCampo5_4.MaxLength = 250;
this.columnCampo5_4.MaxLength = 8;
this.columnCampo5_5.ReadOnly = true;
this.columnCampo5_5.MaxLength = 250;
this.columnCampo5_5.MaxLength = 8;
this.columnCampo6_1.ReadOnly = true;
this.columnCampo6_1.MaxLength = 250;
this.columnCampo6_1.MaxLength = 18;
this.columnCampo6_2.ReadOnly = true;
this.columnCampo6_2.MaxLength = 250;
this.columnCampo6_2.MaxLength = 1;
this.columnCampo6_3.ReadOnly = true;
this.columnCampo6_3.MaxLength = 250;
this.columnCampo6_3.MaxLength = 8;
this.columnCampo6_4.ReadOnly = true;
this.columnCampo6_4.MaxLength = 250;
this.columnCampo6_4.MaxLength = 8;
this.columnCampo6_5.ReadOnly = true;
this.columnCampo6_5.MaxLength = 250;
this.columnCampo6_5.MaxLength = 8;
this.columnCampo7_1.ReadOnly = true;
this.columnCampo7_1.MaxLength = 250;
this.columnCampo7_1.MaxLength = 19;
this.columnCampo7_2.ReadOnly = true;
this.columnCampo7_2.MaxLength = 250;
this.columnCampo7_2.MaxLength = 1;
this.columnCampo7_3.ReadOnly = true;
this.columnCampo7_3.MaxLength = 250;
this.columnCampo7_3.MaxLength = 8;
this.columnCampo7_4.ReadOnly = true;
this.columnCampo7_4.MaxLength = 250;
this.columnCampo7_4.MaxLength = 8;
this.columnCampo7_5.ReadOnly = true;
this.columnCampo7_5.MaxLength = 250;
this.columnCampo7_5.MaxLength = 8;
this.columnCampo8_1.ReadOnly = true;
this.columnCampo8_1.MaxLength = 250;
this.columnCampo8_1.MaxLength = 19;
this.columnCampo8_2.AllowDBNull = false;
this.columnCampo8_2.ReadOnly = true;
this.columnCampo8_2.MaxLength = 250;
this.columnCampo8_2.MaxLength = 50;
this.columnCampo8_3.ReadOnly = true;
this.columnCampo8_3.MaxLength = 250;
this.columnCampo8_3.MaxLength = 51;
this.columnCampo8_4.ReadOnly = true;
this.columnCampo8_4.MaxLength = 250;
this.columnCampo8_4.MaxLength = 8;
this.columnCampo8_5.ReadOnly = true;
this.columnCampo8_5.MaxLength = 250;
this.columnCampo8_5.MaxLength = 8;
this.columnCampo9_1.ReadOnly = true;
this.columnCampo9_1.MaxLength = 250;
this.columnCampo9_1.MaxLength = 16;
this.columnCampo9_2.ReadOnly = true;
this.columnCampo9_2.MaxLength = 250;
this.columnCampo9_3.ReadOnly = true;
this.columnCampo9_3.MaxLength = 250;
this.columnCampo9_3.MaxLength = 11;
this.columnCampo9_4.ReadOnly = true;
this.columnCampo9_4.MaxLength = 250;
this.columnCampo9_4.MaxLength = 8;
this.columnCampo9_5.ReadOnly = true;
this.columnCampo9_5.MaxLength = 250;
this.columnCampo9_5.MaxLength = 8;
this.columnCampo10_1.ReadOnly = true;
this.columnCampo10_1.MaxLength = 250;
this.columnCampo10_1.MaxLength = 16;
this.columnCampo10_2.AllowDBNull = false;
this.columnCampo10_2.ReadOnly = true;
this.columnCampo10_2.MaxLength = 250;
this.columnCampo10_3.ReadOnly = true;
this.columnCampo10_3.MaxLength = 250;
this.columnCampo10_3.MaxLength = 9;
this.columnCampo10_4.ReadOnly = true;
this.columnCampo10_4.MaxLength = 250;
this.columnCampo10_4.MaxLength = 9;
this.columnCampo10_5.ReadOnly = true;
this.columnCampo10_5.MaxLength = 250;
this.columnCampo10_5.MaxLength = 9;
this.columnCampo11_1_1.ReadOnly = true;
this.columnCampo11_1_1.MaxLength = 250;
this.columnCampo11_1_1.MaxLength = 11;
this.columnCampo11_1_2.ReadOnly = true;
this.columnCampo11_1_2.MaxLength = 250;
this.columnCampo11_1_2.MaxLength = 11;
this.columnCampo11_1_3.ReadOnly = true;
this.columnCampo11_1_3.MaxLength = 250;
this.columnCampo11_1_3.MaxLength = 11;
this.columnCampo11_1_4.ReadOnly = true;
this.columnCampo11_1_4.MaxLength = 250;
this.columnCampo11_1_4.MaxLength = 11;
this.columnCampo11_1_5.ReadOnly = true;
this.columnCampo11_1_5.MaxLength = 250;
this.columnCampo11_1_5.MaxLength = 11;
this.columnCampo11_2_1.ReadOnly = true;
this.columnCampo11_2_1.MaxLength = 250;
this.columnCampo11_2_1.MaxLength = 27;
this.columnCampo11_2_2.AllowDBNull = false;
this.columnCampo11_2_2.ReadOnly = true;
this.columnCampo11_2_2.MaxLength = 250;
this.columnCampo11_2_2.MaxLength = 50;
this.columnCampo11_2_3.AllowDBNull = false;
this.columnCampo11_2_3.ReadOnly = true;
this.columnCampo11_2_3.MaxLength = 250;
this.columnCampo11_2_3.MaxLength = 50;
this.columnCampo11_2_4.ReadOnly = true;
this.columnCampo11_2_4.MaxLength = 250;
this.columnCampo11_2_4.MaxLength = 11;
this.columnCampo11_2_5.ReadOnly = true;
this.columnCampo11_2_5.MaxLength = 250;
this.columnCampo11_2_5.MaxLength = 11;
this.columnCampo12_1.ReadOnly = true;
this.columnCampo12_1.MaxLength = 250;
this.columnCampo12_1.MaxLength = 22;
this.columnCampo12_2.ReadOnly = true;
this.columnCampo12_2.MaxLength = 250;
this.columnCampo12_2.MaxLength = 1;
this.columnCampo12_3.ReadOnly = true;
this.columnCampo12_3.MaxLength = 250;
this.columnCampo12_3.MaxLength = 1;
this.columnCampo12_4.ReadOnly = true;
this.columnCampo12_4.MaxLength = 250;
this.columnCampo12_4.MaxLength = 9;
this.columnCampo12_5.ReadOnly = true;
this.columnCampo12_5.MaxLength = 250;
this.columnCampo12_5.MaxLength = 9;
this.columnCampo13_1.ReadOnly = true;
this.columnCampo13_1.MaxLength = 250;
this.columnCampo13_1.MaxLength = 9;
this.columnCampo13_2.ReadOnly = true;
this.columnCampo13_2.MaxLength = 250;
this.columnCampo13_2.MaxLength = 9;
this.columnCampo13_3.ReadOnly = true;
this.columnCampo13_3.MaxLength = 250;
this.columnCampo13_3.MaxLength = 9;
this.columnCampo13_4.ReadOnly = true;
this.columnCampo13_4.MaxLength = 250;
this.columnCampo13_4.MaxLength = 9;
this.columnCampo13_5.ReadOnly = true;
this.columnCampo13_5.MaxLength = 250;
this.columnCampo13_5.MaxLength = 9;
this.columnCampo14_1.ReadOnly = true;
this.columnCampo14_1.MaxLength = 250;
this.columnCampo14_1.MaxLength = 12;
this.columnCampo14_2.ReadOnly = true;
this.columnCampo14_2.MaxLength = 250;
this.columnCampo14_2.MaxLength = 1;
this.columnCampo14_3.ReadOnly = true;
this.columnCampo14_3.MaxLength = 250;
this.columnCampo14_3.MaxLength = 9;
this.columnCampo14_4.ReadOnly = true;
this.columnCampo14_4.MaxLength = 250;
this.columnCampo14_4.MaxLength = 9;
this.columnCampo14_5.ReadOnly = true;
this.columnCampo14_5.MaxLength = 250;
this.columnCampo14_5.MaxLength = 9;
this.columnCampo15_1.ReadOnly = true;
this.columnCampo15_1.MaxLength = 250;
this.columnCampo15_1.MaxLength = 21;
this.columnCampo15_2.AllowDBNull = false;
this.columnCampo15_2.ReadOnly = true;
this.columnCampo15_2.MaxLength = 250;
this.columnCampo15_2.MaxLength = 50;
this.columnCampo15_3.ReadOnly = true;
this.columnCampo15_3.MaxLength = 250;
this.columnCampo15_3.MaxLength = 51;
this.columnCampo15_4.ReadOnly = true;
this.columnCampo15_4.MaxLength = 250;
this.columnCampo15_4.MaxLength = 9;
this.columnCampo15_5.ReadOnly = true;
this.columnCampo15_5.MaxLength = 250;
this.columnCampo15_5.MaxLength = 9;
this.columnCampo16_1.ReadOnly = true;
this.columnCampo16_1.MaxLength = 250;
this.columnCampo16_1.MaxLength = 24;
this.columnCampo16_2.AllowDBNull = false;
this.columnCampo16_2.ReadOnly = true;
this.columnCampo16_2.MaxLength = 250;
this.columnCampo16_2.MaxLength = 50;
this.columnCampo16_3.ReadOnly = true;
this.columnCampo16_3.MaxLength = 250;
this.columnCampo16_3.MaxLength = 51;
this.columnCampo16_4.ReadOnly = true;
this.columnCampo16_4.MaxLength = 250;
this.columnCampo16_4.MaxLength = 9;
this.columnCampo16_5.ReadOnly = true;
this.columnCampo16_5.MaxLength = 250;
this.columnCampo9_21.ReadOnly = true;
this.columnCampo9_21.Caption = "Campo9_2";
this.columnCampo16_5.MaxLength = 9;
this.columnBarcodeBaseUrl.ReadOnly = true;
this.columnBarcodeBaseUrl.MaxLength = 250;
}
@@ -5483,10 +5456,10 @@ namespace MagData {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public string Campo9_2 {
public int Campo9_2 {
get {
try {
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_2Column]));
return ((int)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'Campo9_2\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
@@ -6199,23 +6172,6 @@ namespace MagData {
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public int Campo9_21 {
get {
try {
return ((int)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_21Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'Campo9_21\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
"ull.", e);
}
}
set {
this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_21Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public string BarcodeBaseUrl {
@@ -7157,18 +7113,6 @@ namespace MagData {
this[this.tablestp_prt_CartellinoFinitiOdette.Campo16_5Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public bool IsCampo9_21Null() {
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo9_21Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public void SetCampo9_21Null() {
this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_21Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
public bool IsBarcodeBaseUrlNull() {
@@ -9512,6 +9456,7 @@ SELECT IdxPrintJob, TipoReport, KeyParam, prtName, dtStart, dtEnd, stato, dtLast
tableMapping.ColumnMappings.Add("Campo8_4", "Campo8_4");
tableMapping.ColumnMappings.Add("Campo8_5", "Campo8_5");
tableMapping.ColumnMappings.Add("Campo9_1", "Campo9_1");
tableMapping.ColumnMappings.Add("Campo9_2", "Campo9_2");
tableMapping.ColumnMappings.Add("Campo9_3", "Campo9_3");
tableMapping.ColumnMappings.Add("Campo9_4", "Campo9_4");
tableMapping.ColumnMappings.Add("Campo9_5", "Campo9_5");
@@ -9555,7 +9500,6 @@ SELECT IdxPrintJob, TipoReport, KeyParam, prtName, dtStart, dtEnd, stato, dtLast
tableMapping.ColumnMappings.Add("Campo16_3", "Campo16_3");
tableMapping.ColumnMappings.Add("Campo16_4", "Campo16_4");
tableMapping.ColumnMappings.Add("Campo16_5", "Campo16_5");
tableMapping.ColumnMappings.Add("Campo9_2", "Campo9_21");
tableMapping.ColumnMappings.Add("BarcodeBaseUrl", "BarcodeBaseUrl");
this._adapter.TableMappings.Add(tableMapping);
}
+98 -106
View File
@@ -245,6 +245,7 @@ SELECT IdxPrintJob, TipoReport, KeyParam, prtName, dtStart, dtEnd, stato, dtLast
<Mapping SourceColumn="Campo8_4" DataSetColumn="Campo8_4" />
<Mapping SourceColumn="Campo8_5" DataSetColumn="Campo8_5" />
<Mapping SourceColumn="Campo9_1" DataSetColumn="Campo9_1" />
<Mapping SourceColumn="Campo9_2" DataSetColumn="Campo9_2" />
<Mapping SourceColumn="Campo9_3" DataSetColumn="Campo9_3" />
<Mapping SourceColumn="Campo9_4" DataSetColumn="Campo9_4" />
<Mapping SourceColumn="Campo9_5" DataSetColumn="Campo9_5" />
@@ -288,7 +289,6 @@ SELECT IdxPrintJob, TipoReport, KeyParam, prtName, dtStart, dtEnd, stato, dtLast
<Mapping SourceColumn="Campo16_3" DataSetColumn="Campo16_3" />
<Mapping SourceColumn="Campo16_4" DataSetColumn="Campo16_4" />
<Mapping SourceColumn="Campo16_5" DataSetColumn="Campo16_5" />
<Mapping SourceColumn="Campo9_2" DataSetColumn="Campo9_21" />
<Mapping SourceColumn="BarcodeBaseUrl" DataSetColumn="BarcodeBaseUrl" />
</Mappings>
<Sources />
@@ -446,7 +446,7 @@ SELECT IdxPrintJob, TipoReport, KeyParam, prtName, dtStart, dtEnd, stato, dtLast
<xs:element name="DS_Report" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DS_Report" msprop:Generator_UserDSName="DS_Report">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="PrintJobQueue" msprop:Generator_TableClassName="PrintJobQueueDataTable" msprop:Generator_TableVarName="tablePrintJobQueue" msprop:Generator_TablePropName="PrintJobQueue" msprop:Generator_RowDeletingName="PrintJobQueueRowDeleting" msprop:Generator_RowChangingName="PrintJobQueueRowChanging" msprop:Generator_RowEvHandlerName="PrintJobQueueRowChangeEventHandler" msprop:Generator_RowDeletedName="PrintJobQueueRowDeleted" msprop:Generator_UserTableName="PrintJobQueue" msprop:Generator_RowChangedName="PrintJobQueueRowChanged" msprop:Generator_RowEvArgName="PrintJobQueueRowChangeEvent" msprop:Generator_RowClassName="PrintJobQueueRow">
<xs:element name="PrintJobQueue" msprop:Generator_TableClassName="PrintJobQueueDataTable" msprop:Generator_TableVarName="tablePrintJobQueue" msprop:Generator_RowChangedName="PrintJobQueueRowChanged" msprop:Generator_TablePropName="PrintJobQueue" msprop:Generator_RowDeletingName="PrintJobQueueRowDeleting" msprop:Generator_RowChangingName="PrintJobQueueRowChanging" msprop:Generator_RowEvHandlerName="PrintJobQueueRowChangeEventHandler" msprop:Generator_RowDeletedName="PrintJobQueueRowDeleted" msprop:Generator_RowClassName="PrintJobQueueRow" msprop:Generator_UserTableName="PrintJobQueue" msprop:Generator_RowEvArgName="PrintJobQueueRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="IdxPrintJob" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnIdxPrintJob" msprop:Generator_ColumnPropNameInRow="IdxPrintJob" msprop:Generator_ColumnPropNameInTable="IdxPrintJobColumn" msprop:Generator_UserColumnName="IdxPrintJob" type="xs:int" />
@@ -478,7 +478,7 @@ SELECT IdxPrintJob, TipoReport, KeyParam, prtName, dtStart, dtEnd, stato, dtLast
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stp_prt_CartellinoFinitiOdette" msprop:Generator_TableClassName="stp_prt_CartellinoFinitiOdetteDataTable" msprop:Generator_TableVarName="tablestp_prt_CartellinoFinitiOdette" msprop:Generator_TablePropName="stp_prt_CartellinoFinitiOdette" msprop:Generator_RowDeletingName="stp_prt_CartellinoFinitiOdetteRowDeleting" msprop:Generator_RowChangingName="stp_prt_CartellinoFinitiOdetteRowChanging" msprop:Generator_RowEvHandlerName="stp_prt_CartellinoFinitiOdetteRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_prt_CartellinoFinitiOdetteRowDeleted" msprop:Generator_UserTableName="stp_prt_CartellinoFinitiOdette" msprop:Generator_RowChangedName="stp_prt_CartellinoFinitiOdetteRowChanged" msprop:Generator_RowEvArgName="stp_prt_CartellinoFinitiOdetteRowChangeEvent" msprop:Generator_RowClassName="stp_prt_CartellinoFinitiOdetteRow">
<xs:element name="stp_prt_CartellinoFinitiOdette" msprop:Generator_TableClassName="stp_prt_CartellinoFinitiOdetteDataTable" msprop:Generator_TableVarName="tablestp_prt_CartellinoFinitiOdette" msprop:Generator_RowChangedName="stp_prt_CartellinoFinitiOdetteRowChanged" msprop:Generator_TablePropName="stp_prt_CartellinoFinitiOdette" msprop:Generator_RowDeletingName="stp_prt_CartellinoFinitiOdetteRowDeleting" msprop:Generator_RowChangingName="stp_prt_CartellinoFinitiOdetteRowChanging" msprop:Generator_RowEvHandlerName="stp_prt_CartellinoFinitiOdetteRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_prt_CartellinoFinitiOdetteRowDeleted" msprop:Generator_RowClassName="stp_prt_CartellinoFinitiOdetteRow" msprop:Generator_UserTableName="stp_prt_CartellinoFinitiOdette" msprop:Generator_RowEvArgName="stp_prt_CartellinoFinitiOdetteRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="CampoUDC" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampoUDC" msprop:Generator_ColumnPropNameInRow="CampoUDC" msprop:Generator_ColumnPropNameInTable="CampoUDCColumn" msprop:Generator_UserColumnName="CampoUDC">
@@ -491,18 +491,18 @@ SELECT IdxPrintJob, TipoReport, KeyParam, prtName, dtStart, dtEnd, stato, dtLast
<xs:element name="Campo1_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo1_1" msprop:Generator_ColumnPropNameInRow="Campo1_1" msprop:Generator_ColumnPropNameInTable="Campo1_1Column" msprop:Generator_UserColumnName="Campo1_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="12" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo1_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo1_2" msprop:Generator_ColumnPropNameInRow="Campo1_2" msprop:Generator_ColumnPropNameInTable="Campo1_2Column" msprop:Generator_UserColumnName="Campo1_2">
<xs:element name="Campo1_2" msprop:Generator_ColumnVarNameInTable="columnCampo1_2" msprop:Generator_ColumnPropNameInRow="Campo1_2" msprop:Generator_ColumnPropNameInTable="Campo1_2Column" msprop:Generator_UserColumnName="Campo1_2">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="500" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo1_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo1_3" msprop:Generator_ColumnPropNameInRow="Campo1_3" msprop:Generator_ColumnPropNameInTable="Campo1_3Column" msprop:Generator_UserColumnName="Campo1_3">
<xs:element name="Campo1_3" msprop:Generator_ColumnVarNameInTable="columnCampo1_3" msprop:Generator_ColumnPropNameInRow="Campo1_3" msprop:Generator_ColumnPropNameInTable="Campo1_3Column" msprop:Generator_UserColumnName="Campo1_3">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
@@ -512,305 +512,299 @@ SELECT IdxPrintJob, TipoReport, KeyParam, prtName, dtStart, dtEnd, stato, dtLast
<xs:element name="Campo1_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo1_4" msprop:Generator_ColumnPropNameInRow="Campo1_4" msprop:Generator_ColumnPropNameInTable="Campo1_4Column" msprop:Generator_UserColumnName="Campo1_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="363" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo1_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo1_5" msprop:Generator_ColumnPropNameInRow="Campo1_5" msprop:Generator_ColumnPropNameInTable="Campo1_5Column" msprop:Generator_UserColumnName="Campo1_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo2_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo2_1" msprop:Generator_ColumnPropNameInRow="Campo2_1" msprop:Generator_ColumnPropNameInTable="Campo2_1Column" msprop:Generator_UserColumnName="Campo2_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="13" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo2_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo2_2" msprop:Generator_ColumnPropNameInRow="Campo2_2" msprop:Generator_ColumnPropNameInTable="Campo2_2Column" msprop:Generator_UserColumnName="Campo2_2" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo2_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo2_3" msprop:Generator_ColumnPropNameInRow="Campo2_3" msprop:Generator_ColumnPropNameInTable="Campo2_3Column" msprop:Generator_UserColumnName="Campo2_3" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo2_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo2_4" msprop:Generator_ColumnPropNameInRow="Campo2_4" msprop:Generator_ColumnPropNameInTable="Campo2_4Column" msprop:Generator_UserColumnName="Campo2_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo2_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo2_5" msprop:Generator_ColumnPropNameInRow="Campo2_5" msprop:Generator_ColumnPropNameInTable="Campo2_5Column" msprop:Generator_UserColumnName="Campo2_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo3_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo3_1" msprop:Generator_ColumnPropNameInRow="Campo3_1" msprop:Generator_ColumnPropNameInTable="Campo3_1Column" msprop:Generator_UserColumnName="Campo3_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="21" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo3_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo3_2" msprop:Generator_ColumnPropNameInRow="Campo3_2" msprop:Generator_ColumnPropNameInTable="Campo3_2Column" msprop:Generator_UserColumnName="Campo3_2" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo3_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo3_3" msprop:Generator_ColumnPropNameInRow="Campo3_3" msprop:Generator_ColumnPropNameInTable="Campo3_3Column" msprop:Generator_UserColumnName="Campo3_3" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo3_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo3_4" msprop:Generator_ColumnPropNameInRow="Campo3_4" msprop:Generator_ColumnPropNameInTable="Campo3_4Column" msprop:Generator_UserColumnName="Campo3_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo3_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo3_5" msprop:Generator_ColumnPropNameInRow="Campo3_5" msprop:Generator_ColumnPropNameInTable="Campo3_5Column" msprop:Generator_UserColumnName="Campo3_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo4_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo4_1" msprop:Generator_ColumnPropNameInRow="Campo4_1" msprop:Generator_ColumnPropNameInTable="Campo4_1Column" msprop:Generator_UserColumnName="Campo4_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="24" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo4_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo4_2" msprop:Generator_ColumnPropNameInRow="Campo4_2" msprop:Generator_ColumnPropNameInTable="Campo4_2Column" msprop:Generator_UserColumnName="Campo4_2" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="18" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo4_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo4_3" msprop:Generator_ColumnPropNameInRow="Campo4_3" msprop:Generator_ColumnPropNameInTable="Campo4_3Column" msprop:Generator_UserColumnName="Campo4_3" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo4_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo4_4" msprop:Generator_ColumnPropNameInRow="Campo4_4" msprop:Generator_ColumnPropNameInTable="Campo4_4Column" msprop:Generator_UserColumnName="Campo4_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo4_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo4_5" msprop:Generator_ColumnPropNameInRow="Campo4_5" msprop:Generator_ColumnPropNameInTable="Campo4_5Column" msprop:Generator_UserColumnName="Campo4_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo5_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo5_1" msprop:Generator_ColumnPropNameInRow="Campo5_1" msprop:Generator_ColumnPropNameInTable="Campo5_1Column" msprop:Generator_UserColumnName="Campo5_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="17" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo5_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo5_2" msprop:Generator_ColumnPropNameInRow="Campo5_2" msprop:Generator_ColumnPropNameInTable="Campo5_2Column" msprop:Generator_UserColumnName="Campo5_2" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo5_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo5_3" msprop:Generator_ColumnPropNameInRow="Campo5_3" msprop:Generator_ColumnPropNameInTable="Campo5_3Column" msprop:Generator_UserColumnName="Campo5_3" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo5_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo5_4" msprop:Generator_ColumnPropNameInRow="Campo5_4" msprop:Generator_ColumnPropNameInTable="Campo5_4Column" msprop:Generator_UserColumnName="Campo5_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo5_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo5_5" msprop:Generator_ColumnPropNameInRow="Campo5_5" msprop:Generator_ColumnPropNameInTable="Campo5_5Column" msprop:Generator_UserColumnName="Campo5_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo6_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo6_1" msprop:Generator_ColumnPropNameInRow="Campo6_1" msprop:Generator_ColumnPropNameInTable="Campo6_1Column" msprop:Generator_UserColumnName="Campo6_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="18" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo6_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo6_2" msprop:Generator_ColumnPropNameInRow="Campo6_2" msprop:Generator_ColumnPropNameInTable="Campo6_2Column" msprop:Generator_UserColumnName="Campo6_2" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo6_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo6_3" msprop:Generator_ColumnPropNameInRow="Campo6_3" msprop:Generator_ColumnPropNameInTable="Campo6_3Column" msprop:Generator_UserColumnName="Campo6_3" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo6_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo6_4" msprop:Generator_ColumnPropNameInRow="Campo6_4" msprop:Generator_ColumnPropNameInTable="Campo6_4Column" msprop:Generator_UserColumnName="Campo6_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo6_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo6_5" msprop:Generator_ColumnPropNameInRow="Campo6_5" msprop:Generator_ColumnPropNameInTable="Campo6_5Column" msprop:Generator_UserColumnName="Campo6_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo7_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo7_1" msprop:Generator_ColumnPropNameInRow="Campo7_1" msprop:Generator_ColumnPropNameInTable="Campo7_1Column" msprop:Generator_UserColumnName="Campo7_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="19" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo7_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo7_2" msprop:Generator_ColumnPropNameInRow="Campo7_2" msprop:Generator_ColumnPropNameInTable="Campo7_2Column" msprop:Generator_UserColumnName="Campo7_2" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo7_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo7_3" msprop:Generator_ColumnPropNameInRow="Campo7_3" msprop:Generator_ColumnPropNameInTable="Campo7_3Column" msprop:Generator_UserColumnName="Campo7_3" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo7_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo7_4" msprop:Generator_ColumnPropNameInRow="Campo7_4" msprop:Generator_ColumnPropNameInTable="Campo7_4Column" msprop:Generator_UserColumnName="Campo7_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo7_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo7_5" msprop:Generator_ColumnPropNameInRow="Campo7_5" msprop:Generator_ColumnPropNameInTable="Campo7_5Column" msprop:Generator_UserColumnName="Campo7_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo8_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo8_1" msprop:Generator_ColumnPropNameInRow="Campo8_1" msprop:Generator_ColumnPropNameInTable="Campo8_1Column" msprop:Generator_UserColumnName="Campo8_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="19" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo8_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo8_2" msprop:Generator_ColumnPropNameInRow="Campo8_2" msprop:Generator_ColumnPropNameInTable="Campo8_2Column" msprop:Generator_UserColumnName="Campo8_2">
<xs:element name="Campo8_2" msprop:Generator_ColumnVarNameInTable="columnCampo8_2" msprop:Generator_ColumnPropNameInRow="Campo8_2" msprop:Generator_ColumnPropNameInTable="Campo8_2Column" msprop:Generator_UserColumnName="Campo8_2">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo8_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo8_3" msprop:Generator_ColumnPropNameInRow="Campo8_3" msprop:Generator_ColumnPropNameInTable="Campo8_3Column" msprop:Generator_UserColumnName="Campo8_3" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="51" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo8_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo8_4" msprop:Generator_ColumnPropNameInRow="Campo8_4" msprop:Generator_ColumnPropNameInTable="Campo8_4Column" msprop:Generator_UserColumnName="Campo8_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo8_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo8_5" msprop:Generator_ColumnPropNameInRow="Campo8_5" msprop:Generator_ColumnPropNameInTable="Campo8_5Column" msprop:Generator_UserColumnName="Campo8_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo9_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo9_1" msprop:Generator_ColumnPropNameInRow="Campo9_1" msprop:Generator_ColumnPropNameInTable="Campo9_1Column" msprop:Generator_UserColumnName="Campo9_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo9_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo9_2" msprop:Generator_ColumnPropNameInRow="Campo9_2" msprop:Generator_ColumnPropNameInTable="Campo9_2Column" msprop:Generator_UserColumnName="Campo9_2" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="16" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo9_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo9_2" msprop:Generator_ColumnPropNameInRow="Campo9_2" msprop:Generator_ColumnPropNameInTable="Campo9_2Column" msprop:Generator_UserColumnName="Campo9_2" type="xs:int" minOccurs="0" />
<xs:element name="Campo9_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo9_3" msprop:Generator_ColumnPropNameInRow="Campo9_3" msprop:Generator_ColumnPropNameInTable="Campo9_3Column" msprop:Generator_UserColumnName="Campo9_3" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo9_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo9_4" msprop:Generator_ColumnPropNameInRow="Campo9_4" msprop:Generator_ColumnPropNameInTable="Campo9_4Column" msprop:Generator_UserColumnName="Campo9_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo9_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo9_5" msprop:Generator_ColumnPropNameInRow="Campo9_5" msprop:Generator_ColumnPropNameInTable="Campo9_5Column" msprop:Generator_UserColumnName="Campo9_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo10_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo10_1" msprop:Generator_ColumnPropNameInRow="Campo10_1" msprop:Generator_ColumnPropNameInTable="Campo10_1Column" msprop:Generator_UserColumnName="Campo10_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="16" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo10_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo10_2" msprop:Generator_ColumnPropNameInRow="Campo10_2" msprop:Generator_ColumnPropNameInTable="Campo10_2Column" msprop:Generator_UserColumnName="Campo10_2">
<xs:element name="Campo10_2" msprop:Generator_ColumnVarNameInTable="columnCampo10_2" msprop:Generator_ColumnPropNameInRow="Campo10_2" msprop:Generator_ColumnPropNameInTable="Campo10_2Column" msprop:Generator_UserColumnName="Campo10_2">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
@@ -820,270 +814,269 @@ SELECT IdxPrintJob, TipoReport, KeyParam, prtName, dtStart, dtEnd, stato, dtLast
<xs:element name="Campo10_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo10_3" msprop:Generator_ColumnPropNameInRow="Campo10_3" msprop:Generator_ColumnPropNameInTable="Campo10_3Column" msprop:Generator_UserColumnName="Campo10_3" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo10_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo10_4" msprop:Generator_ColumnPropNameInRow="Campo10_4" msprop:Generator_ColumnPropNameInTable="Campo10_4Column" msprop:Generator_UserColumnName="Campo10_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo10_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo10_5" msprop:Generator_ColumnPropNameInRow="Campo10_5" msprop:Generator_ColumnPropNameInTable="Campo10_5Column" msprop:Generator_UserColumnName="Campo10_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_1_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_1" msprop:Generator_ColumnPropNameInRow="Campo11_1_1" msprop:Generator_ColumnPropNameInTable="Campo11_1_1Column" msprop:Generator_UserColumnName="Campo11_1_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_1_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_2" msprop:Generator_ColumnPropNameInRow="Campo11_1_2" msprop:Generator_ColumnPropNameInTable="Campo11_1_2Column" msprop:Generator_UserColumnName="Campo11_1_2" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_1_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_3" msprop:Generator_ColumnPropNameInRow="Campo11_1_3" msprop:Generator_ColumnPropNameInTable="Campo11_1_3Column" msprop:Generator_UserColumnName="Campo11_1_3" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_1_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_4" msprop:Generator_ColumnPropNameInRow="Campo11_1_4" msprop:Generator_ColumnPropNameInTable="Campo11_1_4Column" msprop:Generator_UserColumnName="Campo11_1_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_1_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_5" msprop:Generator_ColumnPropNameInRow="Campo11_1_5" msprop:Generator_ColumnPropNameInTable="Campo11_1_5Column" msprop:Generator_UserColumnName="Campo11_1_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_2_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_1" msprop:Generator_ColumnPropNameInRow="Campo11_2_1" msprop:Generator_ColumnPropNameInTable="Campo11_2_1Column" msprop:Generator_UserColumnName="Campo11_2_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="27" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_2_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_2" msprop:Generator_ColumnPropNameInRow="Campo11_2_2" msprop:Generator_ColumnPropNameInTable="Campo11_2_2Column" msprop:Generator_UserColumnName="Campo11_2_2">
<xs:element name="Campo11_2_2" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_2" msprop:Generator_ColumnPropNameInRow="Campo11_2_2" msprop:Generator_ColumnPropNameInTable="Campo11_2_2Column" msprop:Generator_UserColumnName="Campo11_2_2">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_2_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_3" msprop:Generator_ColumnPropNameInRow="Campo11_2_3" msprop:Generator_ColumnPropNameInTable="Campo11_2_3Column" msprop:Generator_UserColumnName="Campo11_2_3">
<xs:element name="Campo11_2_3" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_3" msprop:Generator_ColumnPropNameInRow="Campo11_2_3" msprop:Generator_ColumnPropNameInTable="Campo11_2_3Column" msprop:Generator_UserColumnName="Campo11_2_3">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_2_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_4" msprop:Generator_ColumnPropNameInRow="Campo11_2_4" msprop:Generator_ColumnPropNameInTable="Campo11_2_4Column" msprop:Generator_UserColumnName="Campo11_2_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_2_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_5" msprop:Generator_ColumnPropNameInRow="Campo11_2_5" msprop:Generator_ColumnPropNameInTable="Campo11_2_5Column" msprop:Generator_UserColumnName="Campo11_2_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo12_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo12_1" msprop:Generator_ColumnPropNameInRow="Campo12_1" msprop:Generator_ColumnPropNameInTable="Campo12_1Column" msprop:Generator_UserColumnName="Campo12_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="22" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo12_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo12_2" msprop:Generator_ColumnPropNameInRow="Campo12_2" msprop:Generator_ColumnPropNameInTable="Campo12_2Column" msprop:Generator_UserColumnName="Campo12_2" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo12_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo12_3" msprop:Generator_ColumnPropNameInRow="Campo12_3" msprop:Generator_ColumnPropNameInTable="Campo12_3Column" msprop:Generator_UserColumnName="Campo12_3" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo12_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo12_4" msprop:Generator_ColumnPropNameInRow="Campo12_4" msprop:Generator_ColumnPropNameInTable="Campo12_4Column" msprop:Generator_UserColumnName="Campo12_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo12_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo12_5" msprop:Generator_ColumnPropNameInRow="Campo12_5" msprop:Generator_ColumnPropNameInTable="Campo12_5Column" msprop:Generator_UserColumnName="Campo12_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo13_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo13_1" msprop:Generator_ColumnPropNameInRow="Campo13_1" msprop:Generator_ColumnPropNameInTable="Campo13_1Column" msprop:Generator_UserColumnName="Campo13_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo13_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo13_2" msprop:Generator_ColumnPropNameInRow="Campo13_2" msprop:Generator_ColumnPropNameInTable="Campo13_2Column" msprop:Generator_UserColumnName="Campo13_2" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo13_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo13_3" msprop:Generator_ColumnPropNameInRow="Campo13_3" msprop:Generator_ColumnPropNameInTable="Campo13_3Column" msprop:Generator_UserColumnName="Campo13_3" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo13_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo13_4" msprop:Generator_ColumnPropNameInRow="Campo13_4" msprop:Generator_ColumnPropNameInTable="Campo13_4Column" msprop:Generator_UserColumnName="Campo13_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo13_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo13_5" msprop:Generator_ColumnPropNameInRow="Campo13_5" msprop:Generator_ColumnPropNameInTable="Campo13_5Column" msprop:Generator_UserColumnName="Campo13_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo14_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo14_1" msprop:Generator_ColumnPropNameInRow="Campo14_1" msprop:Generator_ColumnPropNameInTable="Campo14_1Column" msprop:Generator_UserColumnName="Campo14_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="12" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo14_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo14_2" msprop:Generator_ColumnPropNameInRow="Campo14_2" msprop:Generator_ColumnPropNameInTable="Campo14_2Column" msprop:Generator_UserColumnName="Campo14_2" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo14_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo14_3" msprop:Generator_ColumnPropNameInRow="Campo14_3" msprop:Generator_ColumnPropNameInTable="Campo14_3Column" msprop:Generator_UserColumnName="Campo14_3" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo14_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo14_4" msprop:Generator_ColumnPropNameInRow="Campo14_4" msprop:Generator_ColumnPropNameInTable="Campo14_4Column" msprop:Generator_UserColumnName="Campo14_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo14_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo14_5" msprop:Generator_ColumnPropNameInRow="Campo14_5" msprop:Generator_ColumnPropNameInTable="Campo14_5Column" msprop:Generator_UserColumnName="Campo14_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo15_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo15_1" msprop:Generator_ColumnPropNameInRow="Campo15_1" msprop:Generator_ColumnPropNameInTable="Campo15_1Column" msprop:Generator_UserColumnName="Campo15_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="21" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo15_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo15_2" msprop:Generator_ColumnPropNameInRow="Campo15_2" msprop:Generator_ColumnPropNameInTable="Campo15_2Column" msprop:Generator_UserColumnName="Campo15_2">
<xs:element name="Campo15_2" msprop:Generator_ColumnVarNameInTable="columnCampo15_2" msprop:Generator_ColumnPropNameInRow="Campo15_2" msprop:Generator_ColumnPropNameInTable="Campo15_2Column" msprop:Generator_UserColumnName="Campo15_2">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo15_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo15_3" msprop:Generator_ColumnPropNameInRow="Campo15_3" msprop:Generator_ColumnPropNameInTable="Campo15_3Column" msprop:Generator_UserColumnName="Campo15_3" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="51" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo15_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo15_4" msprop:Generator_ColumnPropNameInRow="Campo15_4" msprop:Generator_ColumnPropNameInTable="Campo15_4Column" msprop:Generator_UserColumnName="Campo15_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo15_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo15_5" msprop:Generator_ColumnPropNameInRow="Campo15_5" msprop:Generator_ColumnPropNameInTable="Campo15_5Column" msprop:Generator_UserColumnName="Campo15_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo16_1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo16_1" msprop:Generator_ColumnPropNameInRow="Campo16_1" msprop:Generator_ColumnPropNameInTable="Campo16_1Column" msprop:Generator_UserColumnName="Campo16_1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="24" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo16_2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo16_2" msprop:Generator_ColumnPropNameInRow="Campo16_2" msprop:Generator_ColumnPropNameInTable="Campo16_2Column" msprop:Generator_UserColumnName="Campo16_2">
<xs:element name="Campo16_2" msprop:Generator_ColumnVarNameInTable="columnCampo16_2" msprop:Generator_ColumnPropNameInRow="Campo16_2" msprop:Generator_ColumnPropNameInTable="Campo16_2Column" msprop:Generator_UserColumnName="Campo16_2">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo16_3" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo16_3" msprop:Generator_ColumnPropNameInRow="Campo16_3" msprop:Generator_ColumnPropNameInTable="Campo16_3Column" msprop:Generator_UserColumnName="Campo16_3" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="51" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo16_4" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo16_4" msprop:Generator_ColumnPropNameInRow="Campo16_4" msprop:Generator_ColumnPropNameInTable="Campo16_4Column" msprop:Generator_UserColumnName="Campo16_4" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo16_5" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCampo16_5" msprop:Generator_ColumnPropNameInRow="Campo16_5" msprop:Generator_ColumnPropNameInTable="Campo16_5Column" msprop:Generator_UserColumnName="Campo16_5" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo9_21" msdata:ReadOnly="true" msdata:Caption="Campo9_2" msprop:Generator_ColumnVarNameInTable="columnCampo9_21" msprop:Generator_ColumnPropNameInRow="Campo9_21" msprop:Generator_ColumnPropNameInTable="Campo9_21Column" msprop:Generator_UserColumnName="Campo9_21" type="xs:int" minOccurs="0" />
<xs:element name="BarcodeBaseUrl" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnBarcodeBaseUrl" msprop:Generator_ColumnPropNameInRow="BarcodeBaseUrl" msprop:Generator_ColumnPropNameInTable="BarcodeBaseUrlColumn" msprop:Generator_UserColumnName="BarcodeBaseUrl" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
@@ -1094,7 +1087,7 @@ SELECT IdxPrintJob, TipoReport, KeyParam, prtName, dtStart, dtEnd, stato, dtLast
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stp_prt_CartellinoPedane" msprop:Generator_TableClassName="stp_prt_CartellinoPedaneDataTable" msprop:Generator_TableVarName="tablestp_prt_CartellinoPedane" msprop:Generator_RowChangedName="stp_prt_CartellinoPedaneRowChanged" msprop:Generator_TablePropName="stp_prt_CartellinoPedane" msprop:Generator_RowDeletingName="stp_prt_CartellinoPedaneRowDeleting" msprop:Generator_RowChangingName="stp_prt_CartellinoPedaneRowChanging" msprop:Generator_RowEvHandlerName="stp_prt_CartellinoPedaneRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_prt_CartellinoPedaneRowDeleted" msprop:Generator_RowClassName="stp_prt_CartellinoPedaneRow" msprop:Generator_UserTableName="stp_prt_CartellinoPedane" msprop:Generator_RowEvArgName="stp_prt_CartellinoPedaneRowChangeEvent">
<xs:element name="stp_prt_CartellinoPedane" msprop:Generator_TableClassName="stp_prt_CartellinoPedaneDataTable" msprop:Generator_TableVarName="tablestp_prt_CartellinoPedane" msprop:Generator_TablePropName="stp_prt_CartellinoPedane" msprop:Generator_RowDeletingName="stp_prt_CartellinoPedaneRowDeleting" msprop:Generator_RowChangingName="stp_prt_CartellinoPedaneRowChanging" msprop:Generator_RowEvHandlerName="stp_prt_CartellinoPedaneRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_prt_CartellinoPedaneRowDeleted" msprop:Generator_UserTableName="stp_prt_CartellinoPedane" msprop:Generator_RowChangedName="stp_prt_CartellinoPedaneRowChanged" msprop:Generator_RowEvArgName="stp_prt_CartellinoPedaneRowChangeEvent" msprop:Generator_RowClassName="stp_prt_CartellinoPedaneRow">
<xs:complexType>
<xs:sequence>
<xs:element name="CodPedana" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCodPedana" msprop:Generator_ColumnPropNameInRow="CodPedana" msprop:Generator_ColumnPropNameInTable="CodPedanaColumn" msprop:Generator_UserColumnName="CodPedana">
@@ -1152,7 +1145,7 @@ SELECT IdxPrintJob, TipoReport, KeyParam, prtName, dtStart, dtEnd, stato, dtLast
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stp_prt_CartellinoSemilavorati" msprop:Generator_TableClassName="stp_prt_CartellinoSemilavoratiDataTable" msprop:Generator_TableVarName="tablestp_prt_CartellinoSemilavorati" msprop:Generator_TablePropName="stp_prt_CartellinoSemilavorati" msprop:Generator_RowDeletingName="stp_prt_CartellinoSemilavoratiRowDeleting" msprop:Generator_RowChangingName="stp_prt_CartellinoSemilavoratiRowChanging" msprop:Generator_RowEvHandlerName="stp_prt_CartellinoSemilavoratiRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_prt_CartellinoSemilavoratiRowDeleted" msprop:Generator_UserTableName="stp_prt_CartellinoSemilavorati" msprop:Generator_RowChangedName="stp_prt_CartellinoSemilavoratiRowChanged" msprop:Generator_RowEvArgName="stp_prt_CartellinoSemilavoratiRowChangeEvent" msprop:Generator_RowClassName="stp_prt_CartellinoSemilavoratiRow">
<xs:element name="stp_prt_CartellinoSemilavorati" msprop:Generator_TableClassName="stp_prt_CartellinoSemilavoratiDataTable" msprop:Generator_TableVarName="tablestp_prt_CartellinoSemilavorati" msprop:Generator_RowChangedName="stp_prt_CartellinoSemilavoratiRowChanged" msprop:Generator_TablePropName="stp_prt_CartellinoSemilavorati" msprop:Generator_RowDeletingName="stp_prt_CartellinoSemilavoratiRowDeleting" msprop:Generator_RowChangingName="stp_prt_CartellinoSemilavoratiRowChanging" msprop:Generator_RowEvHandlerName="stp_prt_CartellinoSemilavoratiRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_prt_CartellinoSemilavoratiRowDeleted" msprop:Generator_RowClassName="stp_prt_CartellinoSemilavoratiRow" msprop:Generator_UserTableName="stp_prt_CartellinoSemilavorati" msprop:Generator_RowEvArgName="stp_prt_CartellinoSemilavoratiRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="DataDDT" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDataDDT" msprop:Generator_ColumnPropNameInRow="DataDDT" msprop:Generator_ColumnPropNameInTable="DataDDTColumn" msprop:Generator_UserColumnName="DataDDT" type="xs:dateTime" minOccurs="0" />
@@ -1209,7 +1202,7 @@ SELECT IdxPrintJob, TipoReport, KeyParam, prtName, dtStart, dtEnd, stato, dtLast
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stp_prt_ReportPackList" msprop:Generator_TableClassName="stp_prt_ReportPackListDataTable" msprop:Generator_TableVarName="tablestp_prt_ReportPackList" msprop:Generator_RowChangedName="stp_prt_ReportPackListRowChanged" msprop:Generator_TablePropName="stp_prt_ReportPackList" msprop:Generator_RowDeletingName="stp_prt_ReportPackListRowDeleting" msprop:Generator_RowChangingName="stp_prt_ReportPackListRowChanging" msprop:Generator_RowEvHandlerName="stp_prt_ReportPackListRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_prt_ReportPackListRowDeleted" msprop:Generator_RowClassName="stp_prt_ReportPackListRow" msprop:Generator_UserTableName="stp_prt_ReportPackList" msprop:Generator_RowEvArgName="stp_prt_ReportPackListRowChangeEvent">
<xs:element name="stp_prt_ReportPackList" msprop:Generator_TableClassName="stp_prt_ReportPackListDataTable" msprop:Generator_TableVarName="tablestp_prt_ReportPackList" msprop:Generator_TablePropName="stp_prt_ReportPackList" msprop:Generator_RowDeletingName="stp_prt_ReportPackListRowDeleting" msprop:Generator_RowChangingName="stp_prt_ReportPackListRowChanging" msprop:Generator_RowEvHandlerName="stp_prt_ReportPackListRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_prt_ReportPackListRowDeleted" msprop:Generator_UserTableName="stp_prt_ReportPackList" msprop:Generator_RowChangedName="stp_prt_ReportPackListRowChanged" msprop:Generator_RowEvArgName="stp_prt_ReportPackListRowChangeEvent" msprop:Generator_RowClassName="stp_prt_ReportPackListRow">
<xs:complexType>
<xs:sequence>
<xs:element name="PackListID" msprop:Generator_ColumnVarNameInTable="columnPackListID" msprop:Generator_ColumnPropNameInRow="PackListID" msprop:Generator_ColumnPropNameInTable="PackListIDColumn" msprop:Generator_UserColumnName="PackListID" type="xs:int" />
@@ -1275,7 +1268,7 @@ SELECT IdxPrintJob, TipoReport, KeyParam, prtName, dtStart, dtEnd, stato, dtLast
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stp_prt_ReportPackListFull" msprop:Generator_TableClassName="stp_prt_ReportPackListFullDataTable" msprop:Generator_TableVarName="tablestp_prt_ReportPackListFull" msprop:Generator_TablePropName="stp_prt_ReportPackListFull" msprop:Generator_RowDeletingName="stp_prt_ReportPackListFullRowDeleting" msprop:Generator_RowChangingName="stp_prt_ReportPackListFullRowChanging" msprop:Generator_RowEvHandlerName="stp_prt_ReportPackListFullRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_prt_ReportPackListFullRowDeleted" msprop:Generator_UserTableName="stp_prt_ReportPackListFull" msprop:Generator_RowChangedName="stp_prt_ReportPackListFullRowChanged" msprop:Generator_RowEvArgName="stp_prt_ReportPackListFullRowChangeEvent" msprop:Generator_RowClassName="stp_prt_ReportPackListFullRow">
<xs:element name="stp_prt_ReportPackListFull" msprop:Generator_TableClassName="stp_prt_ReportPackListFullDataTable" msprop:Generator_TableVarName="tablestp_prt_ReportPackListFull" msprop:Generator_RowChangedName="stp_prt_ReportPackListFullRowChanged" msprop:Generator_TablePropName="stp_prt_ReportPackListFull" msprop:Generator_RowDeletingName="stp_prt_ReportPackListFullRowDeleting" msprop:Generator_RowChangingName="stp_prt_ReportPackListFullRowChanging" msprop:Generator_RowEvHandlerName="stp_prt_ReportPackListFullRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_prt_ReportPackListFullRowDeleted" msprop:Generator_RowClassName="stp_prt_ReportPackListFullRow" msprop:Generator_UserTableName="stp_prt_ReportPackListFull" msprop:Generator_RowEvArgName="stp_prt_ReportPackListFullRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="PackListID" msprop:Generator_ColumnVarNameInTable="columnPackListID" msprop:Generator_ColumnPropNameInRow="PackListID" msprop:Generator_ColumnPropNameInTable="PackListIDColumn" msprop:Generator_UserColumnName="PackListID" type="xs:int" />
@@ -1486,7 +1479,6 @@ SELECT IdxPrintJob, TipoReport, KeyParam, prtName, dtStart, dtEnd, stato, dtLast
<xs:unique name="stp_prt_CartellinoFinitiOdette_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:stp_prt_CartellinoFinitiOdette" />
<xs:field xpath="mstns:CampoUDC" />
<xs:field xpath="mstns:Campo15_2" />
</xs:unique>
<xs:unique name="stp_prt_CartellinoPedane_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:stp_prt_CartellinoPedane" />
+7 -6
View File
@@ -4,13 +4,14 @@
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="-10" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="-7" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:PrintJobQueue" ZOrder="4" X="451" Y="146" Height="381" Width="267" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
<Shape ID="DesignTable:stp_prt_CartellinoFinitiOdette" ZOrder="5" X="43" Y="146" Height="365" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
<Shape ID="DesignTable:stp_prt_CartellinoPedane" ZOrder="3" X="450" Y="567" Height="248" Width="289" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" />
<Shape ID="DesignTable:stp_prt_CartellinoSemilavorati" ZOrder="2" X="98" Y="601" Height="227" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="168" />
<Shape ID="DesignTable:stp_prt_ReportPackList" ZOrder="1" X="901" Y="175" Height="305" Width="277" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:PrintJobQueue" ZOrder="5" X="451" Y="146" Height="381" Width="267" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
<Shape ID="DesignTable:stp_prt_CartellinoFinitiOdette" ZOrder="6" X="43" Y="146" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:stp_prt_CartellinoPedane" ZOrder="4" X="450" Y="567" Height="248" Width="289" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" />
<Shape ID="DesignTable:stp_prt_CartellinoSemilavorati" ZOrder="3" X="98" Y="601" Height="227" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="168" />
<Shape ID="DesignTable:stp_prt_ReportPackList" ZOrder="2" X="901" Y="175" Height="305" Width="277" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:stp_prt_ReportPackListFull" ZOrder="1" X="951" Y="550" Height="244" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="193" />
</Shapes>
<Connectors />
</DiagramLayout>