inserito controllo formato Dmtx x particolari UDC in post finDT
This commit is contained in:
@@ -302,6 +302,7 @@ namespace GMW.WebUserControls
|
||||
{
|
||||
doReset();
|
||||
}
|
||||
#if false
|
||||
else if (barcodeIn == memLayer.ML.cdv("cmdCloseAL"))
|
||||
{
|
||||
// forza reset linea
|
||||
@@ -309,7 +310,8 @@ namespace GMW.WebUserControls
|
||||
sourceAL = "";
|
||||
// resetta!
|
||||
doReset();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
case tipoCodiceBarcode.UDC:
|
||||
// controllo di avere destAL valido, sennò ricarico pagina...
|
||||
@@ -318,50 +320,85 @@ namespace GMW.WebUserControls
|
||||
// controllo se sia un UDC valido...
|
||||
if (MagClass.magazzino.checkUDC(barcodeIn))
|
||||
{
|
||||
// controllo se sia un UDC di finiti LIQ in posizione 4...
|
||||
DS_magazzino.ElencoCartelliniRow cartUDC = MagClass.magazzino.taCartellini.getByUdc(barcodeIn)[0];
|
||||
if (cartUDC.CodStato == statoUDC && cartUDC.IdxPosizione == memLayer.ML.cdvi("IdxPosizioneFiniti"))
|
||||
// recupero particolare...
|
||||
string Particolare = "";
|
||||
string formato_DmtxUdc = "";
|
||||
try
|
||||
|
||||
{
|
||||
// controllo NON ci sia già un UDC di pari particolare caricato nella postazione corrente (non posso avere 2 UDC a pari particolare da riempire...)
|
||||
if (MagClass.magazzino.taCartellini.getByParticolareAL(cartUDC.Particolare, destAL).Rows.Count == 0)
|
||||
Particolare = MagClass.magazzino.taCartellini.getByUdc(barcodeIn)[0].Particolare;
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
if (Particolare != "")
|
||||
{
|
||||
// recupero formato Dmtx particolare...
|
||||
formato_DmtxUdc = FormatoDtmxPartic(Particolare);
|
||||
}
|
||||
// verifico che il particolare dell'UDC sia compatibile con i formati datamatrix permessi sulla linea...
|
||||
if (formato_DmtxUdc == FormatoDtmxLinea)
|
||||
{
|
||||
// verifico stato: tratt a sx, fin a dx...
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// controllo se sia un UDC di finiti LIQ in posizione 4...
|
||||
DS_magazzino.ElencoCartelliniRow cartUDC = MagClass.magazzino.taCartellini.getByUdc(barcodeIn)[0];
|
||||
if (cartUDC.CodStato == statoUDC && cartUDC.IdxPosizione == memLayer.ML.cdvi("IdxPosizioneFiniti"))
|
||||
{
|
||||
// controllo NON sia UDC in LDP e già PRELEVATO
|
||||
if (MagClass.magazzino.taRigheListePrelievo.getByUdc(barcodeIn).Select("Prelevato = 1").Length == 0)
|
||||
// controllo NON ci sia già un UDC di pari particolare caricato nella postazione corrente (non posso avere 2 UDC a pari particolare da riempire...)
|
||||
if (MagClass.magazzino.taCartellini.getByParticolareAL(cartUDC.Particolare, destAL).Rows.Count == 0)
|
||||
{
|
||||
// se è ok RICARICO UDC in posizione corrente...
|
||||
bool fatto = MagClass.magazzino.liquidiRiprendiInCaricoUDC(barcodeIn, MagClass.magazzino.CodSoggCurrUser, destAL, Postazione.currIdxCella);
|
||||
if (fatto)
|
||||
// controllo NON sia UDC in LDP e già PRELEVATO
|
||||
if (MagClass.magazzino.taRigheListePrelievo.getByUdc(barcodeIn).Select("Prelevato = 1").Length == 0)
|
||||
{
|
||||
Postazione.messaggiText = traduci("RiCaricatoUdcLiq");
|
||||
Postazione.warningText = "";
|
||||
Postazione.CssClass = cssOk;
|
||||
checkUpdateTablet(barcodeIn);
|
||||
// se è ok RICARICO UDC in posizione corrente...
|
||||
bool fatto = MagClass.magazzino.liquidiRiprendiInCaricoUDC(barcodeIn, MagClass.magazzino.CodSoggCurrUser, destAL, Postazione.currIdxCella);
|
||||
if (fatto)
|
||||
{
|
||||
Postazione.messaggiText = traduci("RiCaricatoUdcLiq");
|
||||
Postazione.warningText = "";
|
||||
Postazione.CssClass = cssOk;
|
||||
checkUpdateTablet(barcodeIn);
|
||||
}
|
||||
else
|
||||
{
|
||||
Postazione.messaggiText = "";
|
||||
Postazione.warningText = traduci("ERR-LIQ-001");
|
||||
Postazione.CssClass = cssErr;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
Postazione.messaggiText = "";
|
||||
Postazione.warningText = traduci("ERR-LIQ-001");
|
||||
Postazione.warningText = traduci("ERR-LIQ-005");
|
||||
Postazione.CssClass = cssErr;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
Postazione.messaggiText = "";
|
||||
Postazione.warningText = traduci("ERR-LIQ-005");
|
||||
Postazione.warningText = traduci("ERR-LIQ-004");
|
||||
Postazione.CssClass = cssErr;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
Postazione.messaggiText = "";
|
||||
Postazione.warningText = traduci("ERR-LIQ-004");
|
||||
Postazione.warningText = traduci("ERR-LIQ-002");
|
||||
Postazione.CssClass = cssErr;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
Postazione.messaggiText = "";
|
||||
Postazione.warningText = traduci("ERR-LIQ-002");
|
||||
//Postazione.messaggiText = "UDC: " + barcodeIn;
|
||||
Postazione.warningText = traduci("ERR-UDC-DTX-001");
|
||||
Postazione.CssClass = cssErr;
|
||||
}
|
||||
}
|
||||
@@ -379,6 +416,7 @@ namespace GMW.WebUserControls
|
||||
Postazione.CssClass = cssErr;
|
||||
}
|
||||
break;
|
||||
#if false
|
||||
case tipoCodiceBarcode.AL:
|
||||
// se linea libera...
|
||||
if (currAL == "")
|
||||
@@ -421,7 +459,8 @@ namespace GMW.WebUserControls
|
||||
Postazione.warningText = traduci("ERR-ALT-002");
|
||||
Postazione.CssClass = cssErr;
|
||||
}
|
||||
break;
|
||||
break;
|
||||
#endif
|
||||
case tipoCodiceBarcode.DataMatrixTrovato:
|
||||
string OldUDC = "";
|
||||
int IdxPosizione = 0;
|
||||
|
||||
Generated
+32
-9
@@ -19167,7 +19167,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
private void InitCommandCollection() {
|
||||
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[4];
|
||||
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5];
|
||||
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._commandCollection[0].Connection = this.Connection;
|
||||
this._commandCollection[0].CommandText = "SELECT PartNumber, Particolare, FormatoDtmx FROM dbo.TrascDatamatrix";
|
||||
@@ -19180,20 +19180,26 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PartNumber", global::System.Data.SqlDbType.NVarChar, 30, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._commandCollection[2].Connection = this.Connection;
|
||||
this._commandCollection[2].CommandText = "dmtx.stp_TPN2P_getByTipo";
|
||||
this._commandCollection[2].CommandText = "dmtx.stp_TPN2P_getByParticolare";
|
||||
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
||||
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FormatoDtmx", global::System.Data.SqlDbType.NVarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PartNumber", global::System.Data.SqlDbType.NVarChar, 30, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Particolare", global::System.Data.SqlDbType.NVarChar, 15, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._commandCollection[3].Connection = this.Connection;
|
||||
this._commandCollection[3].CommandText = "dmtx.stp_TD_updateQuery";
|
||||
this._commandCollection[3].CommandText = "dmtx.stp_TPN2P_getByTipo";
|
||||
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
|
||||
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FormatoDtmx", global::System.Data.SqlDbType.NVarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Particolare", global::System.Data.SqlDbType.NVarChar, 15, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PartNumber", global::System.Data.SqlDbType.NVarChar, 30, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PartNumber", global::System.Data.SqlDbType.NVarChar, 30, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._commandCollection[4].Connection = this.Connection;
|
||||
this._commandCollection[4].CommandText = "dmtx.stp_TD_updateQuery";
|
||||
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FormatoDtmx", global::System.Data.SqlDbType.NVarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Particolare", global::System.Data.SqlDbType.NVarChar, 15, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PartNumber", global::System.Data.SqlDbType.NVarChar, 30, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PartNumber", global::System.Data.SqlDbType.NVarChar, 30, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
@@ -19224,8 +19230,25 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
||||
public virtual DS_DataMatrix.TrascDatamatrixDataTable getByPnFormato(string FormatoDtmx, string PartNumber) {
|
||||
public virtual DS_DataMatrix.TrascDatamatrixDataTable getByParticolare(string Particolare) {
|
||||
this.Adapter.SelectCommand = this.CommandCollection[2];
|
||||
if ((Particolare == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
||||
}
|
||||
else {
|
||||
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(Particolare));
|
||||
}
|
||||
DS_DataMatrix.TrascDatamatrixDataTable dataTable = new DS_DataMatrix.TrascDatamatrixDataTable();
|
||||
this.Adapter.Fill(dataTable);
|
||||
return dataTable;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
||||
public virtual DS_DataMatrix.TrascDatamatrixDataTable getByPnFormato(string FormatoDtmx, string PartNumber) {
|
||||
this.Adapter.SelectCommand = this.CommandCollection[3];
|
||||
if ((FormatoDtmx == null)) {
|
||||
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
||||
}
|
||||
@@ -19447,7 +19470,7 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
||||
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
||||
public virtual int updateQuery(string FormatoDtmx, string Particolare, string PartNumber, string Original_PartNumber) {
|
||||
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[3];
|
||||
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4];
|
||||
if ((FormatoDtmx == null)) {
|
||||
command.Parameters[1].Value = global::System.DBNull.Value;
|
||||
}
|
||||
|
||||
+34
-23
@@ -1332,6 +1332,17 @@ SELECT PartNumber, Particolare, FormatoDtmx FROM TrascDatamatrix WHERE (PartNumb
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dmtx.stp_TPN2P_getByParticolare" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByParticolare" GetMethodModifier="Public" GetMethodName="getByParticolare" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByParticolare" UserSourceName="getByParticolare">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
<CommandText>dmtx.stp_TPN2P_getByParticolare</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="15" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dmtx.stp_TPN2P_getByTipo" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPnFormato" GetMethodModifier="Public" GetMethodName="getByPnFormato" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPnFormato" UserSourceName="getByPnFormato">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
||||
@@ -1712,7 +1723,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_verificaDtx" msprop:Generator_TableClassName="stp_verificaDtxDataTable" msprop:Generator_TableVarName="tablestp_verificaDtx" msprop:Generator_TablePropName="stp_verificaDtx" msprop:Generator_RowDeletingName="stp_verificaDtxRowDeleting" msprop:Generator_RowChangingName="stp_verificaDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_verificaDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_verificaDtxRowDeleted" msprop:Generator_UserTableName="stp_verificaDtx" msprop:Generator_RowChangedName="stp_verificaDtxRowChanged" msprop:Generator_RowEvArgName="stp_verificaDtxRowChangeEvent" msprop:Generator_RowClassName="stp_verificaDtxRow">
|
||||
<xs:element name="stp_verificaDtx" msprop:Generator_TableClassName="stp_verificaDtxDataTable" msprop:Generator_TableVarName="tablestp_verificaDtx" msprop:Generator_RowChangedName="stp_verificaDtxRowChanged" msprop:Generator_TablePropName="stp_verificaDtx" msprop:Generator_RowDeletingName="stp_verificaDtxRowDeleting" msprop:Generator_RowChangingName="stp_verificaDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_verificaDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_verificaDtxRowDeleted" msprop:Generator_RowClassName="stp_verificaDtxRow" msprop:Generator_UserTableName="stp_verificaDtx" msprop:Generator_RowEvArgName="stp_verificaDtxRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="StatoDtx" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnStatoDtx" msprop:Generator_ColumnPropNameInRow="StatoDtx" msprop:Generator_ColumnPropNameInTable="StatoDtxColumn" msprop:Generator_UserColumnName="StatoDtx" minOccurs="0">
|
||||
@@ -1732,7 +1743,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_conteggioDtx" msprop:Generator_TableClassName="stp_conteggioDtxDataTable" msprop:Generator_TableVarName="tablestp_conteggioDtx" msprop:Generator_TablePropName="stp_conteggioDtx" msprop:Generator_RowDeletingName="stp_conteggioDtxRowDeleting" msprop:Generator_RowChangingName="stp_conteggioDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_conteggioDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_conteggioDtxRowDeleted" msprop:Generator_UserTableName="stp_conteggioDtx" msprop:Generator_RowChangedName="stp_conteggioDtxRowChanged" msprop:Generator_RowEvArgName="stp_conteggioDtxRowChangeEvent" msprop:Generator_RowClassName="stp_conteggioDtxRow">
|
||||
<xs:element name="stp_conteggioDtx" msprop:Generator_TableClassName="stp_conteggioDtxDataTable" msprop:Generator_TableVarName="tablestp_conteggioDtx" msprop:Generator_RowChangedName="stp_conteggioDtxRowChanged" msprop:Generator_TablePropName="stp_conteggioDtx" msprop:Generator_RowDeletingName="stp_conteggioDtxRowDeleting" msprop:Generator_RowChangingName="stp_conteggioDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_conteggioDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_conteggioDtxRowDeleted" msprop:Generator_RowClassName="stp_conteggioDtxRow" msprop:Generator_UserTableName="stp_conteggioDtx" msprop:Generator_RowEvArgName="stp_conteggioDtxRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn" msprop:Generator_UserColumnName="Particolare" minOccurs="0">
|
||||
@@ -1746,7 +1757,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_DtxAcquisiti" msprop:Generator_TableClassName="v_DtxAcquisitiDataTable" msprop:Generator_TableVarName="tablev_DtxAcquisiti" msprop:Generator_TablePropName="v_DtxAcquisiti" msprop:Generator_RowDeletingName="v_DtxAcquisitiRowDeleting" msprop:Generator_RowChangingName="v_DtxAcquisitiRowChanging" msprop:Generator_RowEvHandlerName="v_DtxAcquisitiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_DtxAcquisitiRowDeleted" msprop:Generator_UserTableName="v_DtxAcquisiti" msprop:Generator_RowChangedName="v_DtxAcquisitiRowChanged" msprop:Generator_RowEvArgName="v_DtxAcquisitiRowChangeEvent" msprop:Generator_RowClassName="v_DtxAcquisitiRow">
|
||||
<xs:element name="v_DtxAcquisiti" msprop:Generator_TableClassName="v_DtxAcquisitiDataTable" msprop:Generator_TableVarName="tablev_DtxAcquisiti" msprop:Generator_RowChangedName="v_DtxAcquisitiRowChanged" msprop:Generator_TablePropName="v_DtxAcquisiti" msprop:Generator_RowDeletingName="v_DtxAcquisitiRowDeleting" msprop:Generator_RowChangingName="v_DtxAcquisitiRowChanging" msprop:Generator_RowEvHandlerName="v_DtxAcquisitiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_DtxAcquisitiRowDeleted" msprop:Generator_RowClassName="v_DtxAcquisitiRow" msprop:Generator_UserTableName="v_DtxAcquisiti" msprop:Generator_RowEvArgName="v_DtxAcquisitiRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="DataMatrix" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix">
|
||||
@@ -1781,7 +1792,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_decodeDtx" msprop:Generator_TableClassName="stp_decodeDtxDataTable" msprop:Generator_TableVarName="tablestp_decodeDtx" msprop:Generator_RowChangedName="stp_decodeDtxRowChanged" msprop:Generator_TablePropName="stp_decodeDtx" msprop:Generator_RowDeletingName="stp_decodeDtxRowDeleting" msprop:Generator_RowChangingName="stp_decodeDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_decodeDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_decodeDtxRowDeleted" msprop:Generator_RowClassName="stp_decodeDtxRow" msprop:Generator_UserTableName="stp_decodeDtx" msprop:Generator_RowEvArgName="stp_decodeDtxRowChangeEvent">
|
||||
<xs:element name="stp_decodeDtx" msprop:Generator_TableClassName="stp_decodeDtxDataTable" msprop:Generator_TableVarName="tablestp_decodeDtx" msprop:Generator_TablePropName="stp_decodeDtx" msprop:Generator_RowDeletingName="stp_decodeDtxRowDeleting" msprop:Generator_RowChangingName="stp_decodeDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_decodeDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_decodeDtxRowDeleted" msprop:Generator_UserTableName="stp_decodeDtx" msprop:Generator_RowChangedName="stp_decodeDtxRowChanged" msprop:Generator_RowEvArgName="stp_decodeDtxRowChangeEvent" msprop:Generator_RowClassName="stp_decodeDtxRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="PartNumber" msprop:Generator_ColumnVarNameInTable="columnPartNumber" msprop:Generator_ColumnPropNameInRow="PartNumber" msprop:Generator_ColumnPropNameInTable="PartNumberColumn" msprop:Generator_UserColumnName="PartNumber">
|
||||
@@ -1801,7 +1812,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_getFirstLastDtx" msprop:Generator_TableClassName="stp_getFirstLastDtxDataTable" msprop:Generator_TableVarName="tablestp_getFirstLastDtx" msprop:Generator_RowChangedName="stp_getFirstLastDtxRowChanged" msprop:Generator_TablePropName="stp_getFirstLastDtx" msprop:Generator_RowDeletingName="stp_getFirstLastDtxRowDeleting" msprop:Generator_RowChangingName="stp_getFirstLastDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_getFirstLastDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_getFirstLastDtxRowDeleted" msprop:Generator_RowClassName="stp_getFirstLastDtxRow" msprop:Generator_UserTableName="stp_getFirstLastDtx" msprop:Generator_RowEvArgName="stp_getFirstLastDtxRowChangeEvent">
|
||||
<xs:element name="stp_getFirstLastDtx" msprop:Generator_TableClassName="stp_getFirstLastDtxDataTable" msprop:Generator_TableVarName="tablestp_getFirstLastDtx" msprop:Generator_TablePropName="stp_getFirstLastDtx" msprop:Generator_RowDeletingName="stp_getFirstLastDtxRowDeleting" msprop:Generator_RowChangingName="stp_getFirstLastDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_getFirstLastDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_getFirstLastDtxRowDeleted" msprop:Generator_UserTableName="stp_getFirstLastDtx" msprop:Generator_RowChangedName="stp_getFirstLastDtxRowChanged" msprop:Generator_RowEvArgName="stp_getFirstLastDtxRowChangeEvent" msprop:Generator_RowClassName="stp_getFirstLastDtxRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="DtxStart" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDtxStart" msprop:Generator_ColumnPropNameInRow="DtxStart" msprop:Generator_ColumnPropNameInTable="DtxStartColumn" msprop:Generator_UserColumnName="DtxStart" minOccurs="0">
|
||||
@@ -1821,7 +1832,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Dtx2UDC" msprop:Generator_TableClassName="Dtx2UDCDataTable" msprop:Generator_TableVarName="tableDtx2UDC" msprop:Generator_RowChangedName="Dtx2UDCRowChanged" msprop:Generator_TablePropName="Dtx2UDC" msprop:Generator_RowDeletingName="Dtx2UDCRowDeleting" msprop:Generator_RowChangingName="Dtx2UDCRowChanging" msprop:Generator_RowEvHandlerName="Dtx2UDCRowChangeEventHandler" msprop:Generator_RowDeletedName="Dtx2UDCRowDeleted" msprop:Generator_RowClassName="Dtx2UDCRow" msprop:Generator_UserTableName="Dtx2UDC" msprop:Generator_RowEvArgName="Dtx2UDCRowChangeEvent">
|
||||
<xs:element name="Dtx2UDC" msprop:Generator_TableClassName="Dtx2UDCDataTable" msprop:Generator_TableVarName="tableDtx2UDC" msprop:Generator_TablePropName="Dtx2UDC" msprop:Generator_RowDeletingName="Dtx2UDCRowDeleting" msprop:Generator_RowChangingName="Dtx2UDCRowChanging" msprop:Generator_RowEvHandlerName="Dtx2UDCRowChangeEventHandler" msprop:Generator_RowDeletedName="Dtx2UDCRowDeleted" msprop:Generator_UserTableName="Dtx2UDC" msprop:Generator_RowChangedName="Dtx2UDCRowChanged" msprop:Generator_RowEvArgName="Dtx2UDCRowChangeEvent" msprop:Generator_RowClassName="Dtx2UDCRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="DataMatrix" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix">
|
||||
@@ -1863,7 +1874,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_DtxGetAvailFreeAnom" msprop:Generator_TableClassName="stp_DtxGetAvailFreeAnomDataTable" msprop:Generator_TableVarName="tablestp_DtxGetAvailFreeAnom" msprop:Generator_TablePropName="stp_DtxGetAvailFreeAnom" msprop:Generator_RowDeletingName="stp_DtxGetAvailFreeAnomRowDeleting" msprop:Generator_RowChangingName="stp_DtxGetAvailFreeAnomRowChanging" msprop:Generator_RowEvHandlerName="stp_DtxGetAvailFreeAnomRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_DtxGetAvailFreeAnomRowDeleted" msprop:Generator_UserTableName="stp_DtxGetAvailFreeAnom" msprop:Generator_RowChangedName="stp_DtxGetAvailFreeAnomRowChanged" msprop:Generator_RowEvArgName="stp_DtxGetAvailFreeAnomRowChangeEvent" msprop:Generator_RowClassName="stp_DtxGetAvailFreeAnomRow">
|
||||
<xs:element name="stp_DtxGetAvailFreeAnom" msprop:Generator_TableClassName="stp_DtxGetAvailFreeAnomDataTable" msprop:Generator_TableVarName="tablestp_DtxGetAvailFreeAnom" msprop:Generator_RowChangedName="stp_DtxGetAvailFreeAnomRowChanged" msprop:Generator_TablePropName="stp_DtxGetAvailFreeAnom" msprop:Generator_RowDeletingName="stp_DtxGetAvailFreeAnomRowDeleting" msprop:Generator_RowChangingName="stp_DtxGetAvailFreeAnomRowChanging" msprop:Generator_RowEvHandlerName="stp_DtxGetAvailFreeAnomRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_DtxGetAvailFreeAnomRowDeleted" msprop:Generator_RowClassName="stp_DtxGetAvailFreeAnomRow" msprop:Generator_UserTableName="stp_DtxGetAvailFreeAnom" msprop:Generator_RowEvArgName="stp_DtxGetAvailFreeAnomRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="DataMatrix" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix" minOccurs="0">
|
||||
@@ -1876,7 +1887,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Attr2Dtx" msprop:Generator_TableClassName="Attr2DtxDataTable" msprop:Generator_TableVarName="tableAttr2Dtx" msprop:Generator_TablePropName="Attr2Dtx" msprop:Generator_RowDeletingName="Attr2DtxRowDeleting" msprop:Generator_RowChangingName="Attr2DtxRowChanging" msprop:Generator_RowEvHandlerName="Attr2DtxRowChangeEventHandler" msprop:Generator_RowDeletedName="Attr2DtxRowDeleted" msprop:Generator_UserTableName="Attr2Dtx" msprop:Generator_RowChangedName="Attr2DtxRowChanged" msprop:Generator_RowEvArgName="Attr2DtxRowChangeEvent" msprop:Generator_RowClassName="Attr2DtxRow">
|
||||
<xs:element name="Attr2Dtx" msprop:Generator_TableClassName="Attr2DtxDataTable" msprop:Generator_TableVarName="tableAttr2Dtx" msprop:Generator_RowChangedName="Attr2DtxRowChanged" msprop:Generator_TablePropName="Attr2Dtx" msprop:Generator_RowDeletingName="Attr2DtxRowDeleting" msprop:Generator_RowChangingName="Attr2DtxRowChanging" msprop:Generator_RowEvHandlerName="Attr2DtxRowChangeEventHandler" msprop:Generator_RowDeletedName="Attr2DtxRowDeleted" msprop:Generator_RowClassName="Attr2DtxRow" msprop:Generator_UserTableName="Attr2Dtx" msprop:Generator_RowEvArgName="Attr2DtxRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="idxAttr" msprop:Generator_ColumnVarNameInTable="columnidxAttr" msprop:Generator_ColumnPropNameInRow="idxAttr" msprop:Generator_ColumnPropNameInTable="idxAttrColumn" msprop:Generator_UserColumnName="idxAttr" type="xs:int" />
|
||||
@@ -1912,7 +1923,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_Attr2Dtx" msprop:Generator_TableClassName="v_Attr2DtxDataTable" msprop:Generator_TableVarName="tablev_Attr2Dtx" msprop:Generator_RowChangedName="v_Attr2DtxRowChanged" msprop:Generator_TablePropName="v_Attr2Dtx" msprop:Generator_RowDeletingName="v_Attr2DtxRowDeleting" msprop:Generator_RowChangingName="v_Attr2DtxRowChanging" msprop:Generator_RowEvHandlerName="v_Attr2DtxRowChangeEventHandler" msprop:Generator_RowDeletedName="v_Attr2DtxRowDeleted" msprop:Generator_RowClassName="v_Attr2DtxRow" msprop:Generator_UserTableName="v_Attr2Dtx" msprop:Generator_RowEvArgName="v_Attr2DtxRowChangeEvent">
|
||||
<xs:element name="v_Attr2Dtx" msprop:Generator_TableClassName="v_Attr2DtxDataTable" msprop:Generator_TableVarName="tablev_Attr2Dtx" msprop:Generator_TablePropName="v_Attr2Dtx" msprop:Generator_RowDeletingName="v_Attr2DtxRowDeleting" msprop:Generator_RowChangingName="v_Attr2DtxRowChanging" msprop:Generator_RowEvHandlerName="v_Attr2DtxRowChangeEventHandler" msprop:Generator_RowDeletedName="v_Attr2DtxRowDeleted" msprop:Generator_UserTableName="v_Attr2Dtx" msprop:Generator_RowChangedName="v_Attr2DtxRowChanged" msprop:Generator_RowEvArgName="v_Attr2DtxRowChangeEvent" msprop:Generator_RowClassName="v_Attr2DtxRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn" msprop:Generator_UserColumnName="Particolare" minOccurs="0">
|
||||
@@ -1948,7 +1959,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="stp_DtxCheckBlocked" msprop:Generator_TableClassName="stp_DtxCheckBlockedDataTable" msprop:Generator_TableVarName="tablestp_DtxCheckBlocked" msprop:Generator_TablePropName="stp_DtxCheckBlocked" msprop:Generator_RowDeletingName="stp_DtxCheckBlockedRowDeleting" msprop:Generator_RowChangingName="stp_DtxCheckBlockedRowChanging" msprop:Generator_RowEvHandlerName="stp_DtxCheckBlockedRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_DtxCheckBlockedRowDeleted" msprop:Generator_UserTableName="stp_DtxCheckBlocked" msprop:Generator_RowChangedName="stp_DtxCheckBlockedRowChanged" msprop:Generator_RowEvArgName="stp_DtxCheckBlockedRowChangeEvent" msprop:Generator_RowClassName="stp_DtxCheckBlockedRow">
|
||||
<xs:element name="stp_DtxCheckBlocked" msprop:Generator_TableClassName="stp_DtxCheckBlockedDataTable" msprop:Generator_TableVarName="tablestp_DtxCheckBlocked" msprop:Generator_RowChangedName="stp_DtxCheckBlockedRowChanged" msprop:Generator_TablePropName="stp_DtxCheckBlocked" msprop:Generator_RowDeletingName="stp_DtxCheckBlockedRowDeleting" msprop:Generator_RowChangingName="stp_DtxCheckBlockedRowChanging" msprop:Generator_RowEvHandlerName="stp_DtxCheckBlockedRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_DtxCheckBlockedRowDeleted" msprop:Generator_RowClassName="stp_DtxCheckBlockedRow" msprop:Generator_UserTableName="stp_DtxCheckBlocked" msprop:Generator_RowEvArgName="stp_DtxCheckBlockedRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="DataMatrix" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix" minOccurs="0">
|
||||
@@ -1961,7 +1972,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagFormatiDtmx" msprop:Generator_TableClassName="AnagFormatiDtmxDataTable" msprop:Generator_TableVarName="tableAnagFormatiDtmx" msprop:Generator_RowChangedName="AnagFormatiDtmxRowChanged" msprop:Generator_TablePropName="AnagFormatiDtmx" msprop:Generator_RowDeletingName="AnagFormatiDtmxRowDeleting" msprop:Generator_RowChangingName="AnagFormatiDtmxRowChanging" msprop:Generator_RowEvHandlerName="AnagFormatiDtmxRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagFormatiDtmxRowDeleted" msprop:Generator_RowClassName="AnagFormatiDtmxRow" msprop:Generator_UserTableName="AnagFormatiDtmx" msprop:Generator_RowEvArgName="AnagFormatiDtmxRowChangeEvent">
|
||||
<xs:element name="AnagFormatiDtmx" msprop:Generator_TableClassName="AnagFormatiDtmxDataTable" msprop:Generator_TableVarName="tableAnagFormatiDtmx" msprop:Generator_TablePropName="AnagFormatiDtmx" msprop:Generator_RowDeletingName="AnagFormatiDtmxRowDeleting" msprop:Generator_RowChangingName="AnagFormatiDtmxRowChanging" msprop:Generator_RowEvHandlerName="AnagFormatiDtmxRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagFormatiDtmxRowDeleted" msprop:Generator_UserTableName="AnagFormatiDtmx" msprop:Generator_RowChangedName="AnagFormatiDtmxRowChanged" msprop:Generator_RowEvArgName="AnagFormatiDtmxRowChangeEvent" msprop:Generator_RowClassName="AnagFormatiDtmxRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="FormatoDtmx" msprop:Generator_ColumnVarNameInTable="columnFormatoDtmx" msprop:Generator_ColumnPropNameInRow="FormatoDtmx" msprop:Generator_ColumnPropNameInTable="FormatoDtmxColumn" msprop:Generator_UserColumnName="FormatoDtmx">
|
||||
@@ -2002,7 +2013,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Dmtx_ByAttr" msprop:Generator_TableClassName="Dmtx_ByAttrDataTable" msprop:Generator_TableVarName="tableDmtx_ByAttr" msprop:Generator_TablePropName="Dmtx_ByAttr" msprop:Generator_RowDeletingName="Dmtx_ByAttrRowDeleting" msprop:Generator_RowChangingName="Dmtx_ByAttrRowChanging" msprop:Generator_RowEvHandlerName="Dmtx_ByAttrRowChangeEventHandler" msprop:Generator_RowDeletedName="Dmtx_ByAttrRowDeleted" msprop:Generator_UserTableName="Dmtx_ByAttr" msprop:Generator_RowChangedName="Dmtx_ByAttrRowChanged" msprop:Generator_RowEvArgName="Dmtx_ByAttrRowChangeEvent" msprop:Generator_RowClassName="Dmtx_ByAttrRow">
|
||||
<xs:element name="Dmtx_ByAttr" msprop:Generator_TableClassName="Dmtx_ByAttrDataTable" msprop:Generator_TableVarName="tableDmtx_ByAttr" msprop:Generator_RowChangedName="Dmtx_ByAttrRowChanged" msprop:Generator_TablePropName="Dmtx_ByAttr" msprop:Generator_RowDeletingName="Dmtx_ByAttrRowDeleting" msprop:Generator_RowChangingName="Dmtx_ByAttrRowChanging" msprop:Generator_RowEvHandlerName="Dmtx_ByAttrRowChangeEventHandler" msprop:Generator_RowDeletedName="Dmtx_ByAttrRowDeleted" msprop:Generator_RowClassName="Dmtx_ByAttrRow" msprop:Generator_UserTableName="Dmtx_ByAttr" msprop:Generator_RowEvArgName="Dmtx_ByAttrRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="DataMatrix" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix">
|
||||
@@ -2075,7 +2086,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="v_ElencoDmtx" msprop:Generator_TableClassName="v_ElencoDmtxDataTable" msprop:Generator_TableVarName="tablev_ElencoDmtx" msprop:Generator_TablePropName="v_ElencoDmtx" msprop:Generator_RowDeletingName="v_ElencoDmtxRowDeleting" msprop:Generator_RowChangingName="v_ElencoDmtxRowChanging" msprop:Generator_RowEvHandlerName="v_ElencoDmtxRowChangeEventHandler" msprop:Generator_RowDeletedName="v_ElencoDmtxRowDeleted" msprop:Generator_UserTableName="v_ElencoDmtx" msprop:Generator_RowChangedName="v_ElencoDmtxRowChanged" msprop:Generator_RowEvArgName="v_ElencoDmtxRowChangeEvent" msprop:Generator_RowClassName="v_ElencoDmtxRow">
|
||||
<xs:element name="v_ElencoDmtx" msprop:Generator_TableClassName="v_ElencoDmtxDataTable" msprop:Generator_TableVarName="tablev_ElencoDmtx" msprop:Generator_RowChangedName="v_ElencoDmtxRowChanged" msprop:Generator_TablePropName="v_ElencoDmtx" msprop:Generator_RowDeletingName="v_ElencoDmtxRowDeleting" msprop:Generator_RowChangingName="v_ElencoDmtxRowChanging" msprop:Generator_RowEvHandlerName="v_ElencoDmtxRowChangeEventHandler" msprop:Generator_RowDeletedName="v_ElencoDmtxRowDeleted" msprop:Generator_RowClassName="v_ElencoDmtxRow" msprop:Generator_UserTableName="v_ElencoDmtx" msprop:Generator_RowEvArgName="v_ElencoDmtxRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="DataMatrix" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix">
|
||||
@@ -2120,7 +2131,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagSpecDtx" msprop:Generator_TableClassName="AnagSpecDtxDataTable" msprop:Generator_TableVarName="tableAnagSpecDtx" msprop:Generator_RowChangedName="AnagSpecDtxRowChanged" msprop:Generator_TablePropName="AnagSpecDtx" msprop:Generator_RowDeletingName="AnagSpecDtxRowDeleting" msprop:Generator_RowChangingName="AnagSpecDtxRowChanging" msprop:Generator_RowEvHandlerName="AnagSpecDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagSpecDtxRowDeleted" msprop:Generator_RowClassName="AnagSpecDtxRow" msprop:Generator_UserTableName="AnagSpecDtx" msprop:Generator_RowEvArgName="AnagSpecDtxRowChangeEvent">
|
||||
<xs:element name="AnagSpecDtx" msprop:Generator_TableClassName="AnagSpecDtxDataTable" msprop:Generator_TableVarName="tableAnagSpecDtx" msprop:Generator_TablePropName="AnagSpecDtx" msprop:Generator_RowDeletingName="AnagSpecDtxRowDeleting" msprop:Generator_RowChangingName="AnagSpecDtxRowChanging" msprop:Generator_RowEvHandlerName="AnagSpecDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagSpecDtxRowDeleted" msprop:Generator_UserTableName="AnagSpecDtx" msprop:Generator_RowChangedName="AnagSpecDtxRowChanged" msprop:Generator_RowEvArgName="AnagSpecDtxRowChangeEvent" msprop:Generator_RowClassName="AnagSpecDtxRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodSpec" msprop:Generator_ColumnVarNameInTable="columnCodSpec" msprop:Generator_ColumnPropNameInRow="CodSpec" msprop:Generator_ColumnPropNameInTable="CodSpecColumn" msprop:Generator_UserColumnName="CodSpec">
|
||||
@@ -2147,7 +2158,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TabSpecDtx" msprop:Generator_TableClassName="TabSpecDtxDataTable" msprop:Generator_TableVarName="tableTabSpecDtx" msprop:Generator_RowChangedName="TabSpecDtxRowChanged" msprop:Generator_TablePropName="TabSpecDtx" msprop:Generator_RowDeletingName="TabSpecDtxRowDeleting" msprop:Generator_RowChangingName="TabSpecDtxRowChanging" msprop:Generator_RowEvHandlerName="TabSpecDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="TabSpecDtxRowDeleted" msprop:Generator_RowClassName="TabSpecDtxRow" msprop:Generator_UserTableName="TabSpecDtx" msprop:Generator_RowEvArgName="TabSpecDtxRowChangeEvent">
|
||||
<xs:element name="TabSpecDtx" msprop:Generator_TableClassName="TabSpecDtxDataTable" msprop:Generator_TableVarName="tableTabSpecDtx" msprop:Generator_TablePropName="TabSpecDtx" msprop:Generator_RowDeletingName="TabSpecDtxRowDeleting" msprop:Generator_RowChangingName="TabSpecDtxRowChanging" msprop:Generator_RowEvHandlerName="TabSpecDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="TabSpecDtxRowDeleted" msprop:Generator_UserTableName="TabSpecDtx" msprop:Generator_RowChangedName="TabSpecDtxRowChanged" msprop:Generator_RowEvArgName="TabSpecDtxRowChangeEvent" msprop:Generator_RowClassName="TabSpecDtxRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="FormatoDtmx" msprop:Generator_ColumnVarNameInTable="columnFormatoDtmx" msprop:Generator_ColumnPropNameInRow="FormatoDtmx" msprop:Generator_ColumnPropNameInTable="FormatoDtmxColumn" msprop:Generator_UserColumnName="FormatoDtmx">
|
||||
@@ -2184,7 +2195,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TrascFormatoDmtx" msprop:Generator_TableClassName="TrascFormatoDmtxDataTable" msprop:Generator_TableVarName="tableTrascFormatoDmtx" msprop:Generator_TablePropName="TrascFormatoDmtx" msprop:Generator_RowDeletingName="TrascFormatoDmtxRowDeleting" msprop:Generator_RowChangingName="TrascFormatoDmtxRowChanging" msprop:Generator_RowEvHandlerName="TrascFormatoDmtxRowChangeEventHandler" msprop:Generator_RowDeletedName="TrascFormatoDmtxRowDeleted" msprop:Generator_UserTableName="TrascFormatoDmtx" msprop:Generator_RowChangedName="TrascFormatoDmtxRowChanged" msprop:Generator_RowEvArgName="TrascFormatoDmtxRowChangeEvent" msprop:Generator_RowClassName="TrascFormatoDmtxRow">
|
||||
<xs:element name="TrascFormatoDmtx" msprop:Generator_TableClassName="TrascFormatoDmtxDataTable" msprop:Generator_TableVarName="tableTrascFormatoDmtx" msprop:Generator_RowChangedName="TrascFormatoDmtxRowChanged" msprop:Generator_TablePropName="TrascFormatoDmtx" msprop:Generator_RowDeletingName="TrascFormatoDmtxRowDeleting" msprop:Generator_RowChangingName="TrascFormatoDmtxRowChanging" msprop:Generator_RowEvHandlerName="TrascFormatoDmtxRowChangeEventHandler" msprop:Generator_RowDeletedName="TrascFormatoDmtxRowDeleted" msprop:Generator_RowClassName="TrascFormatoDmtxRow" msprop:Generator_UserTableName="TrascFormatoDmtx" msprop:Generator_RowEvArgName="TrascFormatoDmtxRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="FormatoDtmxMM" msprop:Generator_ColumnVarNameInTable="columnFormatoDtmxMM" msprop:Generator_ColumnPropNameInRow="FormatoDtmxMM" msprop:Generator_ColumnPropNameInTable="FormatoDtmxMMColumn" msprop:Generator_UserColumnName="FormatoDtmxMM">
|
||||
@@ -2204,7 +2215,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TrascPartNum" msprop:Generator_TableClassName="TrascPartNumDataTable" msprop:Generator_TableVarName="tableTrascPartNum" msprop:Generator_TablePropName="TrascPartNum" msprop:Generator_RowDeletingName="TrascPartNumRowDeleting" msprop:Generator_RowChangingName="TrascPartNumRowChanging" msprop:Generator_RowEvHandlerName="TrascPartNumRowChangeEventHandler" msprop:Generator_RowDeletedName="TrascPartNumRowDeleted" msprop:Generator_UserTableName="TrascPartNum" msprop:Generator_RowChangedName="TrascPartNumRowChanged" msprop:Generator_RowEvArgName="TrascPartNumRowChangeEvent" msprop:Generator_RowClassName="TrascPartNumRow">
|
||||
<xs:element name="TrascPartNum" msprop:Generator_TableClassName="TrascPartNumDataTable" msprop:Generator_TableVarName="tableTrascPartNum" msprop:Generator_RowChangedName="TrascPartNumRowChanged" msprop:Generator_TablePropName="TrascPartNum" msprop:Generator_RowDeletingName="TrascPartNumRowDeleting" msprop:Generator_RowChangingName="TrascPartNumRowChanging" msprop:Generator_RowEvHandlerName="TrascPartNumRowChangeEventHandler" msprop:Generator_RowDeletedName="TrascPartNumRowDeleted" msprop:Generator_RowClassName="TrascPartNumRow" msprop:Generator_UserTableName="TrascPartNum" msprop:Generator_RowEvArgName="TrascPartNumRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="PartNumberIN" msprop:Generator_ColumnVarNameInTable="columnPartNumberIN" msprop:Generator_ColumnPropNameInRow="PartNumberIN" msprop:Generator_ColumnPropNameInTable="PartNumberINColumn" msprop:Generator_UserColumnName="PartNumberIN">
|
||||
@@ -2224,7 +2235,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TrascDatamatrix" msprop:Generator_TableClassName="TrascDatamatrixDataTable" msprop:Generator_TableVarName="tableTrascDatamatrix" msprop:Generator_TablePropName="TrascDatamatrix" msprop:Generator_RowDeletingName="TrascDatamatrixRowDeleting" msprop:Generator_RowChangingName="TrascDatamatrixRowChanging" msprop:Generator_RowEvHandlerName="TrascDatamatrixRowChangeEventHandler" msprop:Generator_RowDeletedName="TrascDatamatrixRowDeleted" msprop:Generator_UserTableName="TrascDatamatrix" msprop:Generator_RowChangedName="TrascDatamatrixRowChanged" msprop:Generator_RowEvArgName="TrascDatamatrixRowChangeEvent" msprop:Generator_RowClassName="TrascDatamatrixRow">
|
||||
<xs:element name="TrascDatamatrix" msprop:Generator_TableClassName="TrascDatamatrixDataTable" msprop:Generator_TableVarName="tableTrascDatamatrix" msprop:Generator_RowChangedName="TrascDatamatrixRowChanged" msprop:Generator_TablePropName="TrascDatamatrix" msprop:Generator_RowDeletingName="TrascDatamatrixRowDeleting" msprop:Generator_RowChangingName="TrascDatamatrixRowChanging" msprop:Generator_RowEvHandlerName="TrascDatamatrixRowChangeEventHandler" msprop:Generator_RowDeletedName="TrascDatamatrixRowDeleted" msprop:Generator_RowClassName="TrascDatamatrixRow" msprop:Generator_UserTableName="TrascDatamatrix" msprop:Generator_RowEvArgName="TrascDatamatrixRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="PartNumber" msprop:Generator_ColumnVarNameInTable="columnPartNumber" msprop:Generator_ColumnPropNameInRow="PartNumber" msprop:Generator_ColumnPropNameInTable="PartNumberColumn" msprop:Generator_UserColumnName="PartNumber">
|
||||
@@ -2251,7 +2262,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Linea2Dtx_IE" msprop:Generator_TableClassName="Linea2Dtx_IEDataTable" msprop:Generator_TableVarName="tableLinea2Dtx_IE" msprop:Generator_TablePropName="Linea2Dtx_IE" msprop:Generator_RowDeletingName="Linea2Dtx_IERowDeleting" msprop:Generator_RowChangingName="Linea2Dtx_IERowChanging" msprop:Generator_RowEvHandlerName="Linea2Dtx_IERowChangeEventHandler" msprop:Generator_RowDeletedName="Linea2Dtx_IERowDeleted" msprop:Generator_UserTableName="Linea2Dtx_IE" msprop:Generator_RowChangedName="Linea2Dtx_IERowChanged" msprop:Generator_RowEvArgName="Linea2Dtx_IERowChangeEvent" msprop:Generator_RowClassName="Linea2Dtx_IERow">
|
||||
<xs:element name="Linea2Dtx_IE" msprop:Generator_TableClassName="Linea2Dtx_IEDataTable" msprop:Generator_TableVarName="tableLinea2Dtx_IE" msprop:Generator_RowChangedName="Linea2Dtx_IERowChanged" msprop:Generator_TablePropName="Linea2Dtx_IE" msprop:Generator_RowDeletingName="Linea2Dtx_IERowDeleting" msprop:Generator_RowChangingName="Linea2Dtx_IERowChanging" msprop:Generator_RowEvHandlerName="Linea2Dtx_IERowChangeEventHandler" msprop:Generator_RowDeletedName="Linea2Dtx_IERowDeleted" msprop:Generator_RowClassName="Linea2Dtx_IERow" msprop:Generator_UserTableName="Linea2Dtx_IE" msprop:Generator_RowEvArgName="Linea2Dtx_IERowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodLinea" msprop:Generator_ColumnVarNameInTable="columnCodLinea" msprop:Generator_ColumnPropNameInRow="CodLinea" msprop:Generator_ColumnPropNameInTable="CodLineaColumn" msprop:Generator_UserColumnName="CodLinea">
|
||||
@@ -2316,7 +2327,7 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="L2D_dettPart" msprop:Generator_TableClassName="L2D_dettPartDataTable" msprop:Generator_TableVarName="tableL2D_dettPart" msprop:Generator_TablePropName="L2D_dettPart" msprop:Generator_RowDeletingName="L2D_dettPartRowDeleting" msprop:Generator_RowChangingName="L2D_dettPartRowChanging" msprop:Generator_RowEvHandlerName="L2D_dettPartRowChangeEventHandler" msprop:Generator_RowDeletedName="L2D_dettPartRowDeleted" msprop:Generator_UserTableName="L2D_dettPart" msprop:Generator_RowChangedName="L2D_dettPartRowChanged" msprop:Generator_RowEvArgName="L2D_dettPartRowChangeEvent" msprop:Generator_RowClassName="L2D_dettPartRow">
|
||||
<xs:element name="L2D_dettPart" msprop:Generator_TableClassName="L2D_dettPartDataTable" msprop:Generator_TableVarName="tableL2D_dettPart" msprop:Generator_RowChangedName="L2D_dettPartRowChanged" msprop:Generator_TablePropName="L2D_dettPart" msprop:Generator_RowDeletingName="L2D_dettPartRowDeleting" msprop:Generator_RowChangingName="L2D_dettPartRowChanging" msprop:Generator_RowEvHandlerName="L2D_dettPartRowChangeEventHandler" msprop:Generator_RowDeletedName="L2D_dettPartRowDeleted" msprop:Generator_RowClassName="L2D_dettPartRow" msprop:Generator_UserTableName="L2D_dettPart" msprop:Generator_RowEvArgName="L2D_dettPartRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="UDC" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUDC" msprop:Generator_ColumnPropNameInRow="UDC" msprop:Generator_ColumnPropNameInTable="UDCColumn" msprop:Generator_UserColumnName="UDC" minOccurs="0">
|
||||
@@ -2408,9 +2419,9 @@ SELECT CodLinea, FormatoDtmx, DTX_INI, CodSoggetto_INI, DataOra_INI, DTX_END, Co
|
||||
</xs:element>
|
||||
<xs:annotation>
|
||||
<xs:appinfo>
|
||||
<msdata:Relationship name="FK_TabSpecDtx_AnagFormatiDtmx" msdata:parent="AnagFormatiDtmx" msdata:child="TabSpecDtx" msdata:parentkey="FormatoDtmx" msdata:childkey="FormatoDtmx" msprop:Generator_UserChildTable="TabSpecDtx" msprop:Generator_ChildPropName="GetTabSpecDtxRows" msprop:Generator_UserRelationName="FK_TabSpecDtx_AnagFormatiDtmx" msprop:Generator_RelationVarName="relationFK_TabSpecDtx_AnagFormatiDtmx" msprop:Generator_UserParentTable="AnagFormatiDtmx" msprop:Generator_ParentPropName="AnagFormatiDtmxRow" />
|
||||
<msdata:Relationship name="FK_TabSpecDtx_AnagSpecDtx" msdata:parent="AnagSpecDtx" msdata:child="TabSpecDtx" msdata:parentkey="CodSpec" msdata:childkey="CodSpec" msprop:Generator_UserChildTable="TabSpecDtx" msprop:Generator_ChildPropName="GetTabSpecDtxRows" msprop:Generator_UserRelationName="FK_TabSpecDtx_AnagSpecDtx" msprop:Generator_RelationVarName="relationFK_TabSpecDtx_AnagSpecDtx" msprop:Generator_UserParentTable="AnagSpecDtx" msprop:Generator_ParentPropName="AnagSpecDtxRow" />
|
||||
<msdata:Relationship name="FK_TrascDatamatrix_AnagFormatiDtmx" msdata:parent="AnagFormatiDtmx" msdata:child="TrascDatamatrix" msdata:parentkey="FormatoDtmx" msdata:childkey="FormatoDtmx" msprop:Generator_UserChildTable="TrascDatamatrix" msprop:Generator_ChildPropName="GetTrascDatamatrixRows" msprop:Generator_UserRelationName="FK_TrascDatamatrix_AnagFormatiDtmx" msprop:Generator_ParentPropName="AnagFormatiDtmxRow" msprop:Generator_RelationVarName="relationFK_TrascDatamatrix_AnagFormatiDtmx" msprop:Generator_UserParentTable="AnagFormatiDtmx" />
|
||||
<msdata:Relationship name="FK_TabSpecDtx_AnagFormatiDtmx" msdata:parent="AnagFormatiDtmx" msdata:child="TabSpecDtx" msdata:parentkey="FormatoDtmx" msdata:childkey="FormatoDtmx" msprop:Generator_UserChildTable="TabSpecDtx" msprop:Generator_ChildPropName="GetTabSpecDtxRows" msprop:Generator_UserRelationName="FK_TabSpecDtx_AnagFormatiDtmx" msprop:Generator_ParentPropName="AnagFormatiDtmxRow" msprop:Generator_RelationVarName="relationFK_TabSpecDtx_AnagFormatiDtmx" msprop:Generator_UserParentTable="AnagFormatiDtmx" />
|
||||
<msdata:Relationship name="FK_TabSpecDtx_AnagSpecDtx" msdata:parent="AnagSpecDtx" msdata:child="TabSpecDtx" msdata:parentkey="CodSpec" msdata:childkey="CodSpec" msprop:Generator_UserChildTable="TabSpecDtx" msprop:Generator_ChildPropName="GetTabSpecDtxRows" msprop:Generator_UserRelationName="FK_TabSpecDtx_AnagSpecDtx" msprop:Generator_ParentPropName="AnagSpecDtxRow" msprop:Generator_RelationVarName="relationFK_TabSpecDtx_AnagSpecDtx" msprop:Generator_UserParentTable="AnagSpecDtx" />
|
||||
<msdata:Relationship name="FK_TrascDatamatrix_AnagFormatiDtmx" msdata:parent="AnagFormatiDtmx" msdata:child="TrascDatamatrix" msdata:parentkey="FormatoDtmx" msdata:childkey="FormatoDtmx" msprop:Generator_UserChildTable="TrascDatamatrix" msprop:Generator_ChildPropName="GetTrascDatamatrixRows" msprop:Generator_UserRelationName="FK_TrascDatamatrix_AnagFormatiDtmx" msprop:Generator_RelationVarName="relationFK_TrascDatamatrix_AnagFormatiDtmx" msprop:Generator_UserParentTable="AnagFormatiDtmx" msprop:Generator_ParentPropName="AnagFormatiDtmxRow" />
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
</xs:schema>
|
||||
@@ -4,7 +4,7 @@
|
||||
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="442" ViewPortY="76" 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="-47" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<Shapes>
|
||||
<Shape ID="DesignTable:TranscodificaParticolari" ZOrder="26" X="946" Y="49" Height="134" Width="281" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:ElencoDataMatrix" ZOrder="24" X="604" Y="14" Height="400" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
@@ -26,7 +26,7 @@
|
||||
<Shape ID="DesignTable:TabSpecDtx" ZOrder="4" X="1241" Y="579" Height="267" Width="240" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" />
|
||||
<Shape ID="DesignTable:TrascFormatoDmtx" ZOrder="8" X="1541" Y="603" Height="153" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:TrascPartNum" ZOrder="7" X="1596" Y="419" Height="153" Width="227" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:TrascDatamatrix" ZOrder="6" X="1563" Y="837" Height="191" Width="262" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:TrascDatamatrix" ZOrder="6" X="1563" Y="837" Height="250" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="99" />
|
||||
<Shape ID="DesignTable:Linea2Dtx_IE" ZOrder="1" X="666" Y="425" Height="438" Width="272" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
|
||||
<Shape ID="DesignTable:L2D_dettPart" ZOrder="2" X="98" Y="925" Height="134" Width="250" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
</Shapes>
|
||||
|
||||
@@ -34,7 +34,7 @@ namespace GMW_data
|
||||
public string cssAdd = "stileComandoAdd";
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
#region area base comune (variabili, valori eventi - stati - tipi - posizioni)
|
||||
|
||||
@@ -128,7 +128,7 @@ namespace GMW_data
|
||||
public tipoCartellino tipoCartCurr = tipoCartellino.cartND;
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
#region area base comune (metodi generali)
|
||||
|
||||
@@ -230,11 +230,10 @@ namespace GMW_data
|
||||
MagClass.magazzino.taAL.updateCurrVal(Postazione.currCodLinea, value);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Formato Datamatrix della linea selezionata
|
||||
/// </summary>
|
||||
protected string FormatoDtmxLinea
|
||||
public string FormatoDtmxLinea
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -249,6 +248,44 @@ namespace GMW_data
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// Formato Datamatrix dell'ultimo Datamatrix letto (come barcode)
|
||||
/// </summary>
|
||||
public string FormatoDtmxBarcode
|
||||
{
|
||||
get
|
||||
{
|
||||
return FormatoDtmxDecod(barcodeIn);
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// decodifica formato Datamatrix
|
||||
/// </summary>
|
||||
public string FormatoDtmxDecod(string datamatrix)
|
||||
{
|
||||
string answ = "";
|
||||
try
|
||||
{
|
||||
answ = DataMatrix.mgr.taVerifica.GetData(datamatrix)[0].FormatoDtmx;
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
return answ;
|
||||
}
|
||||
/// <summary>
|
||||
/// Formato Datamatrix da particolare (tab TrascDatamatrix)
|
||||
/// </summary>
|
||||
public string FormatoDtmxPartic(string Particolare)
|
||||
{
|
||||
string answ = "";
|
||||
try
|
||||
{
|
||||
answ = DataMatrix.mgr.taTDtmx.getByParticolare(Particolare)[0].FormatoDtmx;
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
return answ;
|
||||
}
|
||||
/// <summary>
|
||||
/// codice particolare da datamatrix
|
||||
/// </summary>
|
||||
/// <param name="byTable">boolean:
|
||||
@@ -769,7 +806,7 @@ namespace GMW_data
|
||||
// fix dell'ODS
|
||||
checkFixOds();
|
||||
}
|
||||
|
||||
|
||||
public virtual void grView_Sorted(object sender, EventArgs e)
|
||||
{
|
||||
// fix dell'ODS
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
<configSections>
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=TK_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="GMW_data.Properties.Settings.SP_produzioneConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=SP_produzione;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
</connectionStrings>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<configSections>
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=TK_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="GMW_data.Properties.Settings.SP_produzioneConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=SP_produzione;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
</connectionStrings>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>
|
||||
|
||||
Reference in New Issue
Block a user