inizio update "finali"? peròm!

git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@404 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
samuele
2011-12-21 17:08:49 +00:00
parent 3df524d7e2
commit 92fa6150e3
25 changed files with 321 additions and 222 deletions
+2
View File
@@ -802,6 +802,8 @@
<EmbeddedResource Include="Reports\CartellinoTara.rdlc" />
<EmbeddedResource Include="Reports\CartellinoCompleto.rdlc" />
<EmbeddedResource Include="Reports\CartellinoWip.rdlc" />
<EmbeddedResource Include="Reports\CartellinoLiquidiF10.rdlc" />
<EmbeddedResource Include="Reports\CartellinoLiquidiF18.rdlc" />
</ItemGroup>
<ItemGroup>
<Content Include="anagCelle.aspx" />
+32 -14
View File
@@ -60,7 +60,7 @@
<add key="appName" value="GMW" />
<add key="SiteName" value="San Possidonio" />
<add key="mainRev" value="1.1" />
<add key="minRev" value="402" />
<add key="minRev" value="403" />
<add key="copyRight" value="SteamWare © 2010-2011" />
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx" />
@@ -128,39 +128,57 @@
<add key="IdxPosizioneTrattamenti" value="5" />
<add key="IdxPosizioneLiquidi" value="4" />
<!--Setup stampa-->
<add key="printerCartTara" value="\\Vostro410\PDFCreator"/>
<add key="PageWidthCartTara" value="21cm" />
<add key="PageHeightCartTara" value="14.8cm" />
<add key="MarginCartTara" value="0.5cm" />
<add key="printerCartMP" value="\\Vostro410\PDFCreator" />
<add key="PageWidthCartMP" value="21cm" />
<add key="PageHeightCartMP" value="14.8cm" />
<add key="MarginCartMP" value="0.5cm" />
<!--Setup stampa cartellini-->
<add key="printerCartCompleto" value="\\Vostro410\PDFCreator"/>
<add key="PageWidthCartCompleto" value="21cm" />
<add key="PageHeightCartCompleto" value="14.8cm" />
<add key="MarginCartCompleto" value="0.5cm" />
<add key="printerCartFin" value="\\Vostro410\PDFCreator"/>
<add key="PageWidthCartFin" value="21cm" />
<add key="PageHeightCartFin" value="14.8cm" />
<add key="MarginCartFin" value="0.5cm" />
<add key="printerCartFusi" value="\\Vostro410\PDFCreator"/>
<add key="PageWidthCartFusi" value="21cm" />
<add key="PageHeightCartFusi" value="14.8cm" />
<add key="MarginCartFusi" value="0.5cm" />
<add key="printerCartWip" value="\\Vostro410\PDFCreator"/>
<add key="PageWidthCartWip" value="21cm" />
<add key="PageHeightCartWip" value="14.8cm" />
<add key="MarginCartWip" value="0.5cm" />
<add key="printerCartLiquidiF10" value="\\Vostro410\PDFCreator" />
<add key="PageWidthCartLiquidiF10" value="21cm" />
<add key="PageHeightCartLiquidiF10" value="14.8cm" />
<add key="MarginCartLiquidiF10" value="0.5cm" />
<add key="printerCartLiquidiF18" value="\\Vostro410\PDFCreator" />
<add key="PageWidthCartLiquidiF18" value="21cm" />
<add key="PageHeightCartLiquidiF18" value="14.8cm" />
<add key="MarginCartLiquidiF18" value="0.5cm" />
<add key="printerCartMP" value="\\Vostro410\PDFCreator" />
<add key="PageWidthCartMP" value="21cm" />
<add key="PageHeightCartMP" value="14.8cm" />
<add key="MarginCartMP" value="0.5cm" />
<add key="printerCartOdette" value="\\Vostro410\PDFCreator" />
<add key="PageWidthCartOdette" value="21cm" />
<add key="PageHeightCartOdette" value="29.7cm" />
<add key="MarginCartOdette" value="0.5cm" />
<add key="printerCartTara" value="\\Vostro410\PDFCreator"/>
<add key="PageWidthCartTara" value="21cm" />
<add key="PageHeightCartTara" value="14.8cm" />
<add key="MarginCartTara" value="0.5cm" />
<add key="printerCartWip" value="\\Vostro410\PDFCreator"/>
<add key="PageWidthCartWip" value="21cm" />
<add key="PageHeightCartWip" value="14.8cm" />
<add key="MarginCartWip" value="0.5cm" />
<!--datasources!-->
<add key="ReportDatasource" value="GMWDataSet_stp_prtCartByUDC" />
<add key="ReportDatasourceOdette" value="GMWDataSet_stp_prtOdetteByUDC" />
<add key="ReportDatasourceLiquidiF10" value="GMWDataSet_stp_prtCartLiquidi_F10ByUDC" />
<add key="ReportDatasourceLiquidiF18" value="GMWDataSet_stp_prtCartLiquidi_F18ByUDC" />
<!--setup comandi barcode-->
<add key="prefComandi" value="CMD" />
@@ -35,8 +35,8 @@
<div style="padding: 2px;">
<div style="float: left;">
<asp:TextBox runat="server" ID="txtTratt" Height="40px" Width="160px" Font-Size="32pt" />
<asp:RegularExpressionValidator ID="revNumTratt" runat="server" ErrorMessage="!!! [0-9] !!!"
ValidationExpression="^[0-9]*" ControlToValidate="txtTratt" Display="Dynamic" />
<asp:RegularExpressionValidator ID="revNumTratt" runat="server" ErrorMessage="!!! [1...999999] !!!"
ValidationExpression="\d{1,6}" ControlToValidate="txtTratt" Display="Dynamic" />
</div>
<div style="float: right;">
<asp:Button runat="server" ID="btnAdd" Height="40px" Width="40px" Font-Size="20pt"
@@ -54,29 +54,31 @@
Text="-" OnClick="btnSvuota_Click" />
</div>
</div>
</div>
<div style="float: right; padding: 4px; text-align: right; width: 220px; height: 300px;">
<div style="float: left; text-align: left;">
<asp:Label runat="server" ID="lblQta" />
<br />
<asp:TextBox runat="server" ID="txtQta" Height="40px" Width="95px" Font-Size="32pt" />
<div style="clear: both;">
</div>
<div style="float: right; text-align: right;">
<div style="padding: 2px;">
<asp:Label runat="server" ID="lblAnnoTratt" />
<br />
<asp:TextBox runat="server" ID="txtAnno" Height="40px" Width="95px" Font-Size="32pt" />
<asp:TextBox runat="server" ID="txtAnno" Height="40px" Width="166px" Font-Size="32pt" />
</div>
</div>
<div style="float: right; padding: 4px; text-align: right; width: 180px; height: 300px;">
<div style="float: right; text-align: right;">
<asp:Label runat="server" ID="lblQta" />
<br />
<asp:TextBox runat="server" ID="txtQta" Height="40px" Width="160px" Font-Size="32pt" />
</div>
<div style="clear: both;">
<br />
</div>
<asp:Button runat="server" ID="btnStampa" Height="120px" Width="208px" Font-Size="20pt"
<asp:Button runat="server" ID="btnStampa" Height="120px" Width="166px" Font-Size="20pt"
OnClick="btnStampa_Click" />
</div>
<div style="float: none; padding: 4px; text-align: center; margin: auto;">
<div>
<asp:Label runat="server" ID="lblBarcode" Text="Barcode" />
<br />
<asp:TextBox runat="server" ID="txtBarcode" Height="60px" Width="480px" Font-Size="32pt" />
<asp:TextBox runat="server" ID="txtBarcode" Height="60px" Width="400px" Font-Size="32pt" />
<asp:AutoCompleteExtender ID="aceParticolare" runat="server" TargetControlID="txtBarcode"
ServicePath="~/WS/AutoCompletamento.asmx" ServiceMethod="elencoParticolari" CompletionInterval="1000" />
</div>
@@ -450,7 +450,7 @@ namespace GMW.WebUserControls
if (!UdcExists)
{
// creo UDC
MagClass.magazzino.creaUdc("TR", "", currParticolare, "", "", "", "", "", 0, "", "U", "", 0, 0, 0, DateTime.Now, 0, "Wip", memLayer.ML.confReadInt("IdxPosizioneTrattamenti"), false, "IdxPosizioneTrattamenti", "UDC_WIP", "LI", newUdcParent, anno);
MagClass.magazzino.creaUdc("TR", "", "", "", "", "", "", "", 0, "", "U", "", 0, 0, 0, DateTime.Now, 0, "Wip", memLayer.ML.confReadInt("IdxPosizioneTrattamenti"), false, "IdxPosizioneTrattamenti", "UDC_WIP", "LI", newUdcParent, anno);
}
// associo tratt termici e liquidi
MagClass.magazzino.associaUdcParent(newUdcChild, newUdcParent);
@@ -130,24 +130,6 @@ namespace GMW.WebUserControls {
/// </remarks>
protected global::System.Web.UI.WebControls.Button btnSvuota;
/// <summary>
/// lblQta control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblQta;
/// <summary>
/// txtQta control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.TextBox txtQta;
/// <summary>
/// lblAnnoTratt control.
/// </summary>
@@ -166,6 +148,24 @@ namespace GMW.WebUserControls {
/// </remarks>
protected global::System.Web.UI.WebControls.TextBox txtAnno;
/// <summary>
/// lblQta control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblQta;
/// <summary>
/// txtQta control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.TextBox txtQta;
/// <summary>
/// btnStampa control.
/// </summary>
Binary file not shown.
Binary file not shown.
+28 -10
View File
@@ -7,7 +7,7 @@
<add key="appName" value="GMW" />
<add key="SiteName" value="San Possidonio" />
<add key="mainRev" value="1.1" />
<add key="minRev" value="402" />
<add key="minRev" value="403" />
<add key="copyRight" value="SteamWare © 2010-2011" />
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx" />
@@ -75,31 +75,47 @@
<add key="IdxPosizioneTrattamenti" value="5" />
<add key="IdxPosizioneLiquidi" value="4" />
<!--Setup stampa-->
<add key="printerCartTara" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartTara" value="21cm" />
<add key="PageHeightCartTara" value="29.7cm" />
<add key="MarginCartTara" value="0.5cm" />
<add key="printerCartMP" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartMP" value="21cm" />
<add key="PageHeightCartMP" value="29.7cm" />
<add key="MarginCartMP" value="0.5cm" />
<!--Setup stampa cartellini-->
<add key="printerCartCompleto" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartCompleto" value="21cm" />
<add key="PageHeightCartCompleto" value="29.7cm" />
<add key="MarginCartCompleto" value="0.5cm" />
<add key="printerCartFin" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartFin" value="21cm" />
<add key="PageHeightCartFin" value="29.7cm" />
<add key="MarginCartFin" value="0.5cm" />
<add key="printerCartFusi" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartFusi" value="21cm" />
<add key="PageHeightCartFusi" value="29.7cm" />
<add key="MarginCartFusi" value="0.5cm" />
<add key="printerCartLiquidiF10" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartLiquidiF10" value="21cm" />
<add key="PageHeightCartLiquidiF10" value="29.7cm" />
<add key="MarginCartLiquidiF10" value="0.5cm" />
<add key="printerCartLiquidiF18" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartLiquidiF18" value="21cm" />
<add key="PageHeightCartLiquidiF18" value="29.7cm" />
<add key="MarginCartLiquidiF18" value="0.5cm" />
<add key="printerCartMP" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartMP" value="21cm" />
<add key="PageHeightCartMP" value="29.7cm" />
<add key="MarginCartMP" value="0.5cm" />
<add key="printerCartOdette" value="\\SRV-PRODSP01\SP4100NL-Odette" />
<add key="PageWidthCartOdette" value="21cm" />
<add key="PageHeightCartOdette" value="29.7cm" />
<add key="MarginCartOdette" value="0.5cm" />
<add key="printerCartTara" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartTara" value="21cm" />
<add key="PageHeightCartTara" value="29.7cm" />
<add key="MarginCartTara" value="0.5cm" />
<add key="printerCartWip" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartWip" value="21cm" />
<add key="PageHeightCartWip" value="29.7cm" />
@@ -108,6 +124,8 @@
<!--datasources!-->
<add key="ReportDatasource" value="GMWDataSet_stp_prtCartByUDC" />
<add key="ReportDatasourceOdette" value="GMWDataSet_stp_prtOdetteByUDC" />
<add key="ReportDatasourceLiquidiF10" value="GMWDataSet_stp_prtCartLiquidi_F10ByUDC" />
<add key="ReportDatasourceLiquidiF18" value="GMWDataSet_stp_prtCartLiquidi_F18ByUDC" />
<!--setup comandi barcode-->
<add key="prefComandi" value="CMD" />
+28 -10
View File
@@ -7,7 +7,7 @@
<add key="appName" value="GMW" />
<add key="SiteName" value="San Possidonio" />
<add key="mainRev" value="1.1" />
<add key="minRev" value="402" />
<add key="minRev" value="403" />
<add key="copyRight" value="SteamWare © 2010-2011" />
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx" />
@@ -75,31 +75,47 @@
<add key="IdxPosizioneTrattamenti" value="5" />
<add key="IdxPosizioneLiquidi" value="4" />
<!--Setup stampa-->
<add key="printerCartTara" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartTara" value="21cm" />
<add key="PageHeightCartTara" value="29.7cm" />
<add key="MarginCartTara" value="0.5cm" />
<add key="printerCartMP" value="\\WS-0551\HP1320-MP" />
<add key="PageWidthCartMP" value="21cm" />
<add key="PageHeightCartMP" value="29.7cm" />
<add key="MarginCartMP" value="0.5cm" />
<!--Setup stampa cartellini-->
<add key="printerCartCompleto" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartCompleto" value="21cm" />
<add key="PageHeightCartCompleto" value="29.7cm" />
<add key="MarginCartCompleto" value="0.5cm" />
<add key="printerCartFin" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartFin" value="21cm" />
<add key="PageHeightCartFin" value="29.7cm" />
<add key="MarginCartFin" value="0.5cm" />
<add key="printerCartFusi" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartFusi" value="21cm" />
<add key="PageHeightCartFusi" value="29.7cm" />
<add key="MarginCartFusi" value="0.5cm" />
<add key="printerCartLiquidiF10" value="\\WS-0551\HP1320-Liquidi" />
<add key="PageWidthCartLiquidiF10" value="21cm" />
<add key="PageHeightCartLiquidiF10" value="29.7cm" />
<add key="MarginCartLiquidiF10" value="0.5cm" />
<add key="printerCartLiquidiF18" value="\\WS-0551\HP1320-Liquidi" />
<add key="PageWidthCartLiquidiF18" value="21cm" />
<add key="PageHeightCartLiquidiF18" value="29.7cm" />
<add key="MarginCartLiquidiF18" value="0.5cm" />
<add key="printerCartMP" value="\\WS-0551\HP1320-MP" />
<add key="PageWidthCartMP" value="21cm" />
<add key="PageHeightCartMP" value="29.7cm" />
<add key="MarginCartMP" value="0.5cm" />
<add key="printerCartOdette" value="\\SRV-PRODSP01\SP4100NL-Odette" />
<add key="PageWidthCartOdette" value="21cm" />
<add key="PageHeightCartOdette" value="29.7cm" />
<add key="MarginCartOdette" value="0.5cm" />
<add key="printerCartTara" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartTara" value="21cm" />
<add key="PageHeightCartTara" value="29.7cm" />
<add key="MarginCartTara" value="0.5cm" />
<add key="printerCartWip" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartWip" value="21cm" />
<add key="PageHeightCartWip" value="29.7cm" />
@@ -108,6 +124,8 @@
<!--datasources!-->
<add key="ReportDatasource" value="GMWDataSet_stp_prtCartByUDC" />
<add key="ReportDatasourceOdette" value="GMWDataSet_stp_prtOdetteByUDC" />
<add key="ReportDatasourceLiquidiF10" value="GMWDataSet_stp_prtCartLiquidi_F10ByUDC" />
<add key="ReportDatasourceLiquidiF18" value="GMWDataSet_stp_prtCartLiquidi_F18ByUDC" />
<!--setup comandi barcode-->
<add key="prefComandi" value="CMD" />
+28 -10
View File
@@ -7,7 +7,7 @@
<add key="appName" value="GMW" />
<add key="SiteName" value="San Possidonio" />
<add key="mainRev" value="1.1" />
<add key="minRev" value="402" />
<add key="minRev" value="403" />
<add key="copyRight" value="SteamWare © 2010-2011" />
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx" />
@@ -75,31 +75,47 @@
<add key="IdxPosizioneTrattamenti" value="5" />
<add key="IdxPosizioneLiquidi" value="4" />
<!--Setup stampa-->
<add key="printerCartTara" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartTara" value="21cm" />
<add key="PageHeightCartTara" value="29.7cm" />
<add key="MarginCartTara" value="0.5cm" />
<add key="printerCartMP" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartMP" value="21cm" />
<add key="PageHeightCartMP" value="29.7cm" />
<add key="MarginCartMP" value="0.5cm" />
<!--Setup stampa cartellini-->
<add key="printerCartCompleto" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartCompleto" value="21cm" />
<add key="PageHeightCartCompleto" value="29.7cm" />
<add key="MarginCartCompleto" value="0.5cm" />
<add key="printerCartFin" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartFin" value="21cm" />
<add key="PageHeightCartFin" value="29.7cm" />
<add key="MarginCartFin" value="0.5cm" />
<add key="printerCartFusi" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartFusi" value="21cm" />
<add key="PageHeightCartFusi" value="29.7cm" />
<add key="MarginCartFusi" value="0.5cm" />
<add key="printerCartLiquidiF10" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartLiquidiF10" value="21cm" />
<add key="PageHeightCartLiquidiF10" value="29.7cm" />
<add key="MarginCartLiquidiF10" value="0.5cm" />
<add key="printerCartLiquidiF18" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartLiquidiF18" value="21cm" />
<add key="PageHeightCartLiquidiF18" value="29.7cm" />
<add key="MarginCartLiquidiF18" value="0.5cm" />
<add key="printerCartMP" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartMP" value="21cm" />
<add key="PageHeightCartMP" value="29.7cm" />
<add key="MarginCartMP" value="0.5cm" />
<add key="printerCartOdette" value="\\SRV-PRODSP01\SP4100NL-Odette" />
<add key="PageWidthCartOdette" value="21cm" />
<add key="PageHeightCartOdette" value="29.7cm" />
<add key="MarginCartOdette" value="0.5cm" />
<add key="printerCartTara" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartTara" value="21cm" />
<add key="PageHeightCartTara" value="29.7cm" />
<add key="MarginCartTara" value="0.5cm" />
<add key="printerCartWip" value="\\SRV-PRODSP01\MPC2500-Copy" />
<add key="PageWidthCartWip" value="21cm" />
<add key="PageHeightCartWip" value="29.7cm" />
@@ -108,6 +124,8 @@
<!--datasources!-->
<add key="ReportDatasource" value="GMWDataSet_stp_prtCartByUDC" />
<add key="ReportDatasourceOdette" value="GMWDataSet_stp_prtOdetteByUDC" />
<add key="ReportDatasourceLiquidiF10" value="GMWDataSet_stp_prtCartLiquidi_F10ByUDC" />
<add key="ReportDatasourceLiquidiF18" value="GMWDataSet_stp_prtCartLiquidi_F18ByUDC" />
<!--setup comandi barcode-->
<add key="prefComandi" value="CMD" />
+32 -14
View File
@@ -7,7 +7,7 @@
<add key="appName" value="GMW" />
<add key="SiteName" value="Tekal" />
<add key="mainRev" value="1.1" />
<add key="minRev" value="402" />
<add key="minRev" value="403" />
<add key="copyRight" value="SteamWare © 2010-2011" />
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx" />
@@ -75,39 +75,57 @@
<add key="IdxPosizioneTrattamenti" value="8484" />
<add key="IdxPosizioneLiquidi" value="24" />
<!--Setup stampa-->
<add key="printerCartTara" value="\\SRV-DEV01\MPC2500-Copy" />
<add key="PageWidthCartTara" value="21cm" />
<add key="PageHeightCartTara" value="14.8cm" />
<add key="MarginCartTara" value="0.5cm" />
<add key="printerCartMP" value="\\SRV-DEV01\MPC2500-Copy" />
<add key="PageWidthCartMP" value="21cm" />
<add key="PageHeightCartMP" value="29.7cm" />
<add key="MarginCartMP" value="0.5cm" />
<!--Setup stampa cartellini-->
<add key="printerCartCompleto" value="\\SRV-DEV01\MPC2500-Copy" />
<add key="PageWidthCartCompleto" value="21cm" />
<add key="PageHeightCartCompleto" value="29.7cm" />
<add key="MarginCartCompleto" value="0.5cm" />
<add key="printerCartFin" value="\\SRV-DEV01\MPC2500-Copy" />
<add key="PageWidthCartFin" value="21cm" />
<add key="PageHeightCartFin" value="29.7cm" />
<add key="MarginCartFin" value="0.5cm" />
<add key="printerCartFusi" value="\\SRV-DEV01\MPC2500-Copy" />
<add key="PageWidthCartFusi" value="21cm" />
<add key="PageHeightCartFusi" value="29.7cm" />
<add key="MarginCartFusi" value="0.5cm" />
<add key="printerCartWip" value="\\SRV-DEV01\MPC2500-Copy" />
<add key="PageWidthCartWip" value="21cm" />
<add key="PageHeightCartWip" value="29.7cm" />
<add key="MarginCartWip" value="0.5cm" />
<add key="printerCartLiquidiF10" value="\\SRV-DEV01\MPC2500-Copy" />
<add key="PageWidthCartLiquidiF10" value="21cm" />
<add key="PageHeightCartLiquidiF10" value="29.7cm" />
<add key="MarginCartLiquidiF10" value="0.5cm" />
<add key="printerCartLiquidiF18" value="\\SRV-DEV01\MPC2500-Copy" />
<add key="PageWidthCartLiquidiF18" value="21cm" />
<add key="PageHeightCartLiquidiF18" value="29.7cm" />
<add key="MarginCartLiquidiF18" value="0.5cm" />
<add key="printerCartMP" value="\\SRV-DEV01\MPC2500-Copy" />
<add key="PageWidthCartMP" value="21cm" />
<add key="PageHeightCartMP" value="29.7cm" />
<add key="MarginCartMP" value="0.5cm" />
<add key="printerCartOdette" value="\\SRV-DEV01\MPC2500-Copy" />
<add key="PageWidthCartOdette" value="21cm" />
<add key="PageHeightCartOdette" value="29.7cm" />
<add key="MarginCartOdette" value="0.5cm" />
<add key="printerCartTara" value="\\SRV-DEV01\MPC2500-Copy" />
<add key="PageWidthCartTara" value="21cm" />
<add key="PageHeightCartTara" value="14.8cm" />
<add key="MarginCartTara" value="0.5cm" />
<add key="printerCartWip" value="\\SRV-DEV01\MPC2500-Copy" />
<add key="PageWidthCartWip" value="21cm" />
<add key="PageHeightCartWip" value="29.7cm" />
<add key="MarginCartWip" value="0.5cm" />
<!--datasources!-->
<add key="ReportDatasource" value="GMWDataSet_stp_prtCartByUDC" />
<add key="ReportDatasourceOdette" value="GMWDataSet_stp_prtOdetteByUDC" />
<add key="ReportDatasourceLiquidiF10" value="GMWDataSet_stp_prtCartLiquidi_F10ByUDC" />
<add key="ReportDatasourceLiquidiF18" value="GMWDataSet_stp_prtCartLiquidi_F18ByUDC" />
<!--setup comandi barcode-->
<add key="prefComandi" value="CMD" />
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -2402,7 +2402,7 @@ namespace GMW_data {
this.columnCampoUDC}, true));
this.columnCampoUDC.AllowDBNull = false;
this.columnCampoUDC.Unique = true;
this.columnCampoUDC.MaxLength = 10;
this.columnCampoUDC.MaxLength = 50;
this.columnCampo1_1.AllowDBNull = false;
this.columnCampo1_1.MaxLength = 50;
this.columnCampo1_2.AllowDBNull = false;
+124 -124
View File
@@ -922,805 +922,805 @@ SELECT CampoUDC, Campo1_1, Campo1_2, Campo1_3, Campo1_4, Campo1_5, Campo2_1, Cam
<xs:element name="BORI202J" msprop:Generator_UserTableName="BORI202J" msprop:Generator_RowDeletedName="BORI202JRowDeleted" msprop:Generator_RowChangedName="BORI202JRowChanged" msprop:Generator_RowClassName="BORI202JRow" msprop:Generator_RowChangingName="BORI202JRowChanging" msprop:Generator_RowEvArgName="BORI202JRowChangeEvent" msprop:Generator_RowEvHandlerName="BORI202JRowChangeEventHandler" msprop:Generator_TableClassName="BORI202JDataTable" msprop:Generator_TableVarName="tableBORI202J" msprop:Generator_RowDeletingName="BORI202JRowDeleting" msprop:Generator_TablePropName="BORI202J">
<xs:complexType>
<xs:sequence>
<xs:element name="CDMFS" msprop:Generator_UserColumnName="CDMFS" msprop:Generator_ColumnVarNameInTable="columnCDMFS" msprop:Generator_ColumnPropNameInRow="CDMFS" msprop:Generator_ColumnPropNameInTable="CDMFSColumn">
<xs:element name="CDMFS" msprop:Generator_UserColumnName="CDMFS" msprop:Generator_ColumnPropNameInRow="CDMFS" msprop:Generator_ColumnVarNameInTable="columnCDMFS" msprop:Generator_ColumnPropNameInTable="CDMFSColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="GRBOS" msprop:Generator_UserColumnName="GRBOS" msprop:Generator_ColumnVarNameInTable="columnGRBOS" msprop:Generator_ColumnPropNameInRow="GRBOS" msprop:Generator_ColumnPropNameInTable="GRBOSColumn">
<xs:element name="GRBOS" msprop:Generator_UserColumnName="GRBOS" msprop:Generator_ColumnPropNameInRow="GRBOS" msprop:Generator_ColumnVarNameInTable="columnGRBOS" msprop:Generator_ColumnPropNameInTable="GRBOSColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DTBOS" msprop:Generator_UserColumnName="DTBOS" msprop:Generator_ColumnVarNameInTable="columnDTBOS" msprop:Generator_ColumnPropNameInRow="DTBOS" msprop:Generator_ColumnPropNameInTable="DTBOSColumn" type="xs:decimal" />
<xs:element name="NRBOS" msprop:Generator_UserColumnName="NRBOS" msprop:Generator_ColumnVarNameInTable="columnNRBOS" msprop:Generator_ColumnPropNameInRow="NRBOS" msprop:Generator_ColumnPropNameInTable="NRBOSColumn" type="xs:decimal" />
<xs:element name="CDARS" msprop:Generator_UserColumnName="CDARS" msprop:Generator_ColumnVarNameInTable="columnCDARS" msprop:Generator_ColumnPropNameInRow="CDARS" msprop:Generator_ColumnPropNameInTable="CDARSColumn">
<xs:element name="DTBOS" msprop:Generator_UserColumnName="DTBOS" msprop:Generator_ColumnPropNameInRow="DTBOS" msprop:Generator_ColumnVarNameInTable="columnDTBOS" msprop:Generator_ColumnPropNameInTable="DTBOSColumn" type="xs:decimal" />
<xs:element name="NRBOS" msprop:Generator_UserColumnName="NRBOS" msprop:Generator_ColumnPropNameInRow="NRBOS" msprop:Generator_ColumnVarNameInTable="columnNRBOS" msprop:Generator_ColumnPropNameInTable="NRBOSColumn" type="xs:decimal" />
<xs:element name="CDARS" msprop:Generator_UserColumnName="CDARS" msprop:Generator_ColumnPropNameInRow="CDARS" msprop:Generator_ColumnVarNameInTable="columnCDARS" msprop:Generator_ColumnPropNameInTable="CDARSColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="15" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NRRGS" msprop:Generator_UserColumnName="NRRGS" msprop:Generator_ColumnVarNameInTable="columnNRRGS" msprop:Generator_ColumnPropNameInRow="NRRGS" msprop:Generator_ColumnPropNameInTable="NRRGSColumn" type="xs:decimal" />
<xs:element name="CDINB" msprop:Generator_UserColumnName="CDINB" msprop:Generator_ColumnVarNameInTable="columnCDINB" msprop:Generator_ColumnPropNameInRow="CDINB" msprop:Generator_ColumnPropNameInTable="CDINBColumn">
<xs:element name="NRRGS" msprop:Generator_UserColumnName="NRRGS" msprop:Generator_ColumnPropNameInRow="NRRGS" msprop:Generator_ColumnVarNameInTable="columnNRRGS" msprop:Generator_ColumnPropNameInTable="NRRGSColumn" type="xs:decimal" />
<xs:element name="CDINB" msprop:Generator_UserColumnName="CDINB" msprop:Generator_ColumnPropNameInRow="CDINB" msprop:Generator_ColumnVarNameInTable="columnCDINB" msprop:Generator_ColumnPropNameInTable="CDINBColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="RA1ND" msprop:Generator_UserColumnName="RA1ND" msprop:Generator_ColumnVarNameInTable="columnRA1ND" msprop:Generator_ColumnPropNameInRow="RA1ND" msprop:Generator_ColumnPropNameInTable="RA1NDColumn">
<xs:element name="RA1ND" msprop:Generator_UserColumnName="RA1ND" msprop:Generator_ColumnPropNameInRow="RA1ND" msprop:Generator_ColumnVarNameInTable="columnRA1ND" msprop:Generator_ColumnPropNameInTable="RA1NDColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="35" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="RA2ND" msprop:Generator_UserColumnName="RA2ND" msprop:Generator_ColumnVarNameInTable="columnRA2ND" msprop:Generator_ColumnPropNameInRow="RA2ND" msprop:Generator_ColumnPropNameInTable="RA2NDColumn">
<xs:element name="RA2ND" msprop:Generator_UserColumnName="RA2ND" msprop:Generator_ColumnPropNameInRow="RA2ND" msprop:Generator_ColumnVarNameInTable="columnRA2ND" msprop:Generator_ColumnPropNameInTable="RA2NDColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="35" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CAPND" msprop:Generator_UserColumnName="CAPND" msprop:Generator_ColumnVarNameInTable="columnCAPND" msprop:Generator_ColumnPropNameInRow="CAPND" msprop:Generator_ColumnPropNameInTable="CAPNDColumn">
<xs:element name="CAPND" msprop:Generator_UserColumnName="CAPND" msprop:Generator_ColumnPropNameInRow="CAPND" msprop:Generator_ColumnVarNameInTable="columnCAPND" msprop:Generator_ColumnPropNameInTable="CAPNDColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CITND" msprop:Generator_UserColumnName="CITND" msprop:Generator_ColumnVarNameInTable="columnCITND" msprop:Generator_ColumnPropNameInRow="CITND" msprop:Generator_ColumnPropNameInTable="CITNDColumn">
<xs:element name="CITND" msprop:Generator_UserColumnName="CITND" msprop:Generator_ColumnPropNameInRow="CITND" msprop:Generator_ColumnVarNameInTable="columnCITND" msprop:Generator_ColumnPropNameInTable="CITNDColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="25" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="RASCL" msprop:Generator_UserColumnName="RASCL" msprop:Generator_ColumnVarNameInTable="columnRASCL" msprop:Generator_ColumnPropNameInRow="RASCL" msprop:Generator_ColumnPropNameInTable="RASCLColumn">
<xs:element name="RASCL" msprop:Generator_UserColumnName="RASCL" msprop:Generator_ColumnPropNameInRow="RASCL" msprop:Generator_ColumnVarNameInTable="columnRASCL" msprop:Generator_ColumnPropNameInTable="RASCLColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="35" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="INDCL" msprop:Generator_UserColumnName="INDCL" msprop:Generator_ColumnVarNameInTable="columnINDCL" msprop:Generator_ColumnPropNameInRow="INDCL" msprop:Generator_ColumnPropNameInTable="INDCLColumn">
<xs:element name="INDCL" msprop:Generator_UserColumnName="INDCL" msprop:Generator_ColumnPropNameInRow="INDCL" msprop:Generator_ColumnVarNameInTable="columnINDCL" msprop:Generator_ColumnPropNameInTable="INDCLColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="35" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CAPCL" msprop:Generator_UserColumnName="CAPCL" msprop:Generator_ColumnVarNameInTable="columnCAPCL" msprop:Generator_ColumnPropNameInRow="CAPCL" msprop:Generator_ColumnPropNameInTable="CAPCLColumn">
<xs:element name="CAPCL" msprop:Generator_UserColumnName="CAPCL" msprop:Generator_ColumnPropNameInRow="CAPCL" msprop:Generator_ColumnVarNameInTable="columnCAPCL" msprop:Generator_ColumnPropNameInTable="CAPCLColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LOCCL" msprop:Generator_UserColumnName="LOCCL" msprop:Generator_ColumnVarNameInTable="columnLOCCL" msprop:Generator_ColumnPropNameInRow="LOCCL" msprop:Generator_ColumnPropNameInTable="LOCCLColumn">
<xs:element name="LOCCL" msprop:Generator_UserColumnName="LOCCL" msprop:Generator_ColumnPropNameInRow="LOCCL" msprop:Generator_ColumnVarNameInTable="columnLOCCL" msprop:Generator_ColumnPropNameInTable="LOCCLColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="25" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PROCL" msprop:Generator_UserColumnName="PROCL" msprop:Generator_ColumnVarNameInTable="columnPROCL" msprop:Generator_ColumnPropNameInRow="PROCL" msprop:Generator_ColumnPropNameInTable="PROCLColumn">
<xs:element name="PROCL" msprop:Generator_UserColumnName="PROCL" msprop:Generator_ColumnPropNameInRow="PROCL" msprop:Generator_ColumnVarNameInTable="columnPROCL" msprop:Generator_ColumnPropNameInTable="PROCLColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="INEND" msprop:Generator_UserColumnName="INEND" msprop:Generator_ColumnVarNameInTable="columnINEND" msprop:Generator_ColumnPropNameInRow="INEND" msprop:Generator_ColumnPropNameInTable="INENDColumn">
<xs:element name="INEND" msprop:Generator_UserColumnName="INEND" msprop:Generator_ColumnPropNameInRow="INEND" msprop:Generator_ColumnVarNameInTable="columnINEND" msprop:Generator_ColumnPropNameInTable="INENDColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CRAGCL" msprop:Generator_UserColumnName="CRAGCL" msprop:Generator_ColumnVarNameInTable="columnCRAGCL" msprop:Generator_ColumnPropNameInRow="CRAGCL" msprop:Generator_ColumnPropNameInTable="CRAGCLColumn">
<xs:element name="CRAGCL" msprop:Generator_UserColumnName="CRAGCL" msprop:Generator_ColumnPropNameInRow="CRAGCL" msprop:Generator_ColumnVarNameInTable="columnCRAGCL" msprop:Generator_ColumnPropNameInTable="CRAGCLColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="4" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TELND" msprop:Generator_UserColumnName="TELND" msprop:Generator_ColumnVarNameInTable="columnTELND" msprop:Generator_ColumnPropNameInRow="TELND" msprop:Generator_ColumnPropNameInTable="TELNDColumn">
<xs:element name="TELND" msprop:Generator_UserColumnName="TELND" msprop:Generator_ColumnPropNameInRow="TELND" msprop:Generator_ColumnVarNameInTable="columnTELND" msprop:Generator_ColumnPropNameInTable="TELNDColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CCDMOL" msprop:Generator_UserColumnName="CCDMOL" msprop:Generator_ColumnVarNameInTable="columnCCDMOL" msprop:Generator_ColumnPropNameInRow="CCDMOL" msprop:Generator_ColumnPropNameInTable="CCDMOLColumn">
<xs:element name="CCDMOL" msprop:Generator_UserColumnName="CCDMOL" msprop:Generator_ColumnPropNameInRow="CCDMOL" msprop:Generator_ColumnVarNameInTable="columnCCDMOL" msprop:Generator_ColumnPropNameInTable="CCDMOLColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="15" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CCDPTR" msprop:Generator_UserColumnName="CCDPTR" msprop:Generator_ColumnVarNameInTable="columnCCDPTR" msprop:Generator_ColumnPropNameInRow="CCDPTR" msprop:Generator_ColumnPropNameInTable="CCDPTRColumn">
<xs:element name="CCDPTR" msprop:Generator_UserColumnName="CCDPTR" msprop:Generator_ColumnPropNameInRow="CCDPTR" msprop:Generator_ColumnVarNameInTable="columnCCDPTR" msprop:Generator_ColumnPropNameInTable="CCDPTRColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="15" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="EPLAVO" msprop:Generator_UserColumnName="EPLAVO" msprop:Generator_ColumnVarNameInTable="columnEPLAVO" msprop:Generator_ColumnPropNameInRow="EPLAVO" msprop:Generator_ColumnPropNameInTable="EPLAVOColumn" type="xs:decimal" />
<xs:element name="NRC1B" msprop:Generator_UserColumnName="NRC1B" msprop:Generator_ColumnVarNameInTable="columnNRC1B" msprop:Generator_ColumnPropNameInRow="NRC1B" msprop:Generator_ColumnPropNameInTable="NRC1BColumn" type="xs:decimal" />
<xs:element name="ECMM01" msprop:Generator_UserColumnName="ECMM01" msprop:Generator_ColumnVarNameInTable="columnECMM01" msprop:Generator_ColumnPropNameInRow="ECMM01" msprop:Generator_ColumnPropNameInTable="ECMM01Column">
<xs:element name="EPLAVO" msprop:Generator_UserColumnName="EPLAVO" msprop:Generator_ColumnPropNameInRow="EPLAVO" msprop:Generator_ColumnVarNameInTable="columnEPLAVO" msprop:Generator_ColumnPropNameInTable="EPLAVOColumn" type="xs:decimal" />
<xs:element name="NRC1B" msprop:Generator_UserColumnName="NRC1B" msprop:Generator_ColumnPropNameInRow="NRC1B" msprop:Generator_ColumnVarNameInTable="columnNRC1B" msprop:Generator_ColumnPropNameInTable="NRC1BColumn" type="xs:decimal" />
<xs:element name="ECMM01" msprop:Generator_UserColumnName="ECMM01" msprop:Generator_ColumnPropNameInRow="ECMM01" msprop:Generator_ColumnVarNameInTable="columnECMM01" msprop:Generator_ColumnPropNameInTable="ECMM01Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DEPAR" msprop:Generator_UserColumnName="DEPAR" msprop:Generator_ColumnVarNameInTable="columnDEPAR" msprop:Generator_ColumnPropNameInRow="DEPAR" msprop:Generator_ColumnPropNameInTable="DEPARColumn">
<xs:element name="DEPAR" msprop:Generator_UserColumnName="DEPAR" msprop:Generator_ColumnPropNameInRow="DEPAR" msprop:Generator_ColumnVarNameInTable="columnDEPAR" msprop:Generator_ColumnPropNameInTable="DEPARColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="RCARTC" msprop:Generator_UserColumnName="RCARTC" msprop:Generator_ColumnVarNameInTable="columnRCARTC" msprop:Generator_ColumnPropNameInRow="RCARTC" msprop:Generator_ColumnPropNameInTable="RCARTCColumn">
<xs:element name="RCARTC" msprop:Generator_UserColumnName="RCARTC" msprop:Generator_ColumnPropNameInRow="RCARTC" msprop:Generator_ColumnVarNameInTable="columnRCARTC" msprop:Generator_ColumnPropNameInTable="RCARTCColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PERND" msprop:Generator_UserColumnName="PERND" msprop:Generator_ColumnVarNameInTable="columnPERND" msprop:Generator_ColumnPropNameInRow="PERND" msprop:Generator_ColumnPropNameInTable="PERNDColumn">
<xs:element name="PERND" msprop:Generator_UserColumnName="PERND" msprop:Generator_ColumnPropNameInRow="PERND" msprop:Generator_ColumnVarNameInTable="columnPERND" msprop:Generator_ColumnPropNameInTable="PERNDColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CCDET1" msprop:Generator_UserColumnName="CCDET1" msprop:Generator_ColumnVarNameInTable="columnCCDET1" msprop:Generator_ColumnPropNameInRow="CCDET1" msprop:Generator_ColumnPropNameInTable="CCDET1Column">
<xs:element name="CCDET1" msprop:Generator_UserColumnName="CCDET1" msprop:Generator_ColumnPropNameInRow="CCDET1" msprop:Generator_ColumnVarNameInTable="columnCCDET1" msprop:Generator_ColumnPropNameInTable="CCDET1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="15" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ECDNAE" msprop:Generator_UserColumnName="ECDNAE" msprop:Generator_ColumnVarNameInTable="columnECDNAE" msprop:Generator_ColumnPropNameInRow="ECDNAE" msprop:Generator_ColumnPropNameInTable="ECDNAEColumn">
<xs:element name="ECDNAE" msprop:Generator_UserColumnName="ECDNAE" msprop:Generator_ColumnPropNameInRow="ECDNAE" msprop:Generator_ColumnVarNameInTable="columnECDNAE" msprop:Generator_ColumnPropNameInTable="ECDNAEColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ECDNA1" msprop:Generator_UserColumnName="ECDNA1" msprop:Generator_ColumnVarNameInTable="columnECDNA1" msprop:Generator_ColumnPropNameInRow="ECDNA1" msprop:Generator_ColumnPropNameInTable="ECDNA1Column">
<xs:element name="ECDNA1" msprop:Generator_UserColumnName="ECDNA1" msprop:Generator_ColumnPropNameInRow="ECDNA1" msprop:Generator_ColumnVarNameInTable="columnECDNA1" msprop:Generator_ColumnPropNameInTable="ECDNA1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="EESPMD" msprop:Generator_UserColumnName="EESPMD" msprop:Generator_ColumnVarNameInTable="columnEESPMD" msprop:Generator_ColumnPropNameInRow="EESPMD" msprop:Generator_ColumnPropNameInTable="EESPMDColumn">
<xs:element name="EESPMD" msprop:Generator_UserColumnName="EESPMD" msprop:Generator_ColumnPropNameInRow="EESPMD" msprop:Generator_ColumnVarNameInTable="columnEESPMD" msprop:Generator_ColumnPropNameInTable="EESPMDColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PELDB" msprop:Generator_UserColumnName="PELDB" msprop:Generator_ColumnVarNameInTable="columnPELDB" msprop:Generator_ColumnPropNameInRow="PELDB" msprop:Generator_ColumnPropNameInTable="PELDBColumn" type="xs:decimal" />
<xs:element name="QTCNS" msprop:Generator_UserColumnName="QTCNS" msprop:Generator_ColumnVarNameInTable="columnQTCNS" msprop:Generator_ColumnPropNameInRow="QTCNS" msprop:Generator_ColumnPropNameInTable="QTCNSColumn" type="xs:decimal" />
<xs:element name="PELDB" msprop:Generator_UserColumnName="PELDB" msprop:Generator_ColumnPropNameInRow="PELDB" msprop:Generator_ColumnVarNameInTable="columnPELDB" msprop:Generator_ColumnPropNameInTable="PELDBColumn" type="xs:decimal" />
<xs:element name="QTCNS" msprop:Generator_UserColumnName="QTCNS" msprop:Generator_ColumnPropNameInRow="QTCNS" msprop:Generator_ColumnVarNameInTable="columnQTCNS" msprop:Generator_ColumnPropNameInTable="QTCNSColumn" type="xs:decimal" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Odette" msprop:Generator_UserTableName="Odette" msprop:Generator_RowDeletedName="OdetteRowDeleted" msprop:Generator_RowChangedName="OdetteRowChanged" msprop:Generator_RowClassName="OdetteRow" msprop:Generator_RowChangingName="OdetteRowChanging" msprop:Generator_RowEvArgName="OdetteRowChangeEvent" msprop:Generator_RowEvHandlerName="OdetteRowChangeEventHandler" msprop:Generator_TableClassName="OdetteDataTable" msprop:Generator_TableVarName="tableOdette" msprop:Generator_RowDeletingName="OdetteRowDeleting" msprop:Generator_TablePropName="Odette">
<xs:complexType>
<xs:sequence>
<xs:element name="CampoUDC" msprop:Generator_UserColumnName="CampoUDC" msprop:Generator_ColumnVarNameInTable="columnCampoUDC" msprop:Generator_ColumnPropNameInRow="CampoUDC" msprop:Generator_ColumnPropNameInTable="CampoUDCColumn">
<xs:element name="CampoUDC" msprop:Generator_UserColumnName="CampoUDC" msprop:Generator_ColumnPropNameInRow="CampoUDC" msprop:Generator_ColumnVarNameInTable="columnCampoUDC" msprop:Generator_ColumnPropNameInTable="CampoUDCColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo1_1" msprop:Generator_UserColumnName="Campo1_1" msprop:Generator_ColumnVarNameInTable="columnCampo1_1" msprop:Generator_ColumnPropNameInRow="Campo1_1" msprop:Generator_ColumnPropNameInTable="Campo1_1Column">
<xs:element name="Campo1_1" msprop:Generator_UserColumnName="Campo1_1" msprop:Generator_ColumnPropNameInRow="Campo1_1" msprop:Generator_ColumnVarNameInTable="columnCampo1_1" msprop:Generator_ColumnPropNameInTable="Campo1_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo1_2" msprop:Generator_UserColumnName="Campo1_2" msprop:Generator_ColumnVarNameInTable="columnCampo1_2" msprop:Generator_ColumnPropNameInRow="Campo1_2" msprop:Generator_ColumnPropNameInTable="Campo1_2Column">
<xs:element name="Campo1_2" msprop:Generator_UserColumnName="Campo1_2" msprop:Generator_ColumnPropNameInRow="Campo1_2" msprop:Generator_ColumnVarNameInTable="columnCampo1_2" msprop:Generator_ColumnPropNameInTable="Campo1_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo1_3" msprop:Generator_UserColumnName="Campo1_3" msprop:Generator_ColumnVarNameInTable="columnCampo1_3" msprop:Generator_ColumnPropNameInRow="Campo1_3" msprop:Generator_ColumnPropNameInTable="Campo1_3Column">
<xs:element name="Campo1_3" msprop:Generator_UserColumnName="Campo1_3" msprop:Generator_ColumnPropNameInRow="Campo1_3" msprop:Generator_ColumnVarNameInTable="columnCampo1_3" msprop:Generator_ColumnPropNameInTable="Campo1_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo1_4" msprop:Generator_UserColumnName="Campo1_4" msprop:Generator_ColumnVarNameInTable="columnCampo1_4" msprop:Generator_ColumnPropNameInRow="Campo1_4" msprop:Generator_ColumnPropNameInTable="Campo1_4Column">
<xs:element name="Campo1_4" msprop:Generator_UserColumnName="Campo1_4" msprop:Generator_ColumnPropNameInRow="Campo1_4" msprop:Generator_ColumnVarNameInTable="columnCampo1_4" msprop:Generator_ColumnPropNameInTable="Campo1_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo1_5" msprop:Generator_UserColumnName="Campo1_5" msprop:Generator_ColumnVarNameInTable="columnCampo1_5" msprop:Generator_ColumnPropNameInRow="Campo1_5" msprop:Generator_ColumnPropNameInTable="Campo1_5Column">
<xs:element name="Campo1_5" msprop:Generator_UserColumnName="Campo1_5" msprop:Generator_ColumnPropNameInRow="Campo1_5" msprop:Generator_ColumnVarNameInTable="columnCampo1_5" msprop:Generator_ColumnPropNameInTable="Campo1_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo2_1" msprop:Generator_UserColumnName="Campo2_1" msprop:Generator_ColumnVarNameInTable="columnCampo2_1" msprop:Generator_ColumnPropNameInRow="Campo2_1" msprop:Generator_ColumnPropNameInTable="Campo2_1Column">
<xs:element name="Campo2_1" msprop:Generator_UserColumnName="Campo2_1" msprop:Generator_ColumnPropNameInRow="Campo2_1" msprop:Generator_ColumnVarNameInTable="columnCampo2_1" msprop:Generator_ColumnPropNameInTable="Campo2_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo2_2" msprop:Generator_UserColumnName="Campo2_2" msprop:Generator_ColumnVarNameInTable="columnCampo2_2" msprop:Generator_ColumnPropNameInRow="Campo2_2" msprop:Generator_ColumnPropNameInTable="Campo2_2Column">
<xs:element name="Campo2_2" msprop:Generator_UserColumnName="Campo2_2" msprop:Generator_ColumnPropNameInRow="Campo2_2" msprop:Generator_ColumnVarNameInTable="columnCampo2_2" msprop:Generator_ColumnPropNameInTable="Campo2_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo2_3" msprop:Generator_UserColumnName="Campo2_3" msprop:Generator_ColumnVarNameInTable="columnCampo2_3" msprop:Generator_ColumnPropNameInRow="Campo2_3" msprop:Generator_ColumnPropNameInTable="Campo2_3Column">
<xs:element name="Campo2_3" msprop:Generator_UserColumnName="Campo2_3" msprop:Generator_ColumnPropNameInRow="Campo2_3" msprop:Generator_ColumnVarNameInTable="columnCampo2_3" msprop:Generator_ColumnPropNameInTable="Campo2_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo2_4" msprop:Generator_UserColumnName="Campo2_4" msprop:Generator_ColumnVarNameInTable="columnCampo2_4" msprop:Generator_ColumnPropNameInRow="Campo2_4" msprop:Generator_ColumnPropNameInTable="Campo2_4Column">
<xs:element name="Campo2_4" msprop:Generator_UserColumnName="Campo2_4" msprop:Generator_ColumnPropNameInRow="Campo2_4" msprop:Generator_ColumnVarNameInTable="columnCampo2_4" msprop:Generator_ColumnPropNameInTable="Campo2_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo2_5" msprop:Generator_UserColumnName="Campo2_5" msprop:Generator_ColumnVarNameInTable="columnCampo2_5" msprop:Generator_ColumnPropNameInRow="Campo2_5" msprop:Generator_ColumnPropNameInTable="Campo2_5Column">
<xs:element name="Campo2_5" msprop:Generator_UserColumnName="Campo2_5" msprop:Generator_ColumnPropNameInRow="Campo2_5" msprop:Generator_ColumnVarNameInTable="columnCampo2_5" msprop:Generator_ColumnPropNameInTable="Campo2_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo3_1" msprop:Generator_UserColumnName="Campo3_1" msprop:Generator_ColumnVarNameInTable="columnCampo3_1" msprop:Generator_ColumnPropNameInRow="Campo3_1" msprop:Generator_ColumnPropNameInTable="Campo3_1Column">
<xs:element name="Campo3_1" msprop:Generator_UserColumnName="Campo3_1" msprop:Generator_ColumnPropNameInRow="Campo3_1" msprop:Generator_ColumnVarNameInTable="columnCampo3_1" msprop:Generator_ColumnPropNameInTable="Campo3_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo3_2" msprop:Generator_UserColumnName="Campo3_2" msprop:Generator_ColumnVarNameInTable="columnCampo3_2" msprop:Generator_ColumnPropNameInRow="Campo3_2" msprop:Generator_ColumnPropNameInTable="Campo3_2Column">
<xs:element name="Campo3_2" msprop:Generator_UserColumnName="Campo3_2" msprop:Generator_ColumnPropNameInRow="Campo3_2" msprop:Generator_ColumnVarNameInTable="columnCampo3_2" msprop:Generator_ColumnPropNameInTable="Campo3_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo3_3" msprop:Generator_UserColumnName="Campo3_3" msprop:Generator_ColumnVarNameInTable="columnCampo3_3" msprop:Generator_ColumnPropNameInRow="Campo3_3" msprop:Generator_ColumnPropNameInTable="Campo3_3Column">
<xs:element name="Campo3_3" msprop:Generator_UserColumnName="Campo3_3" msprop:Generator_ColumnPropNameInRow="Campo3_3" msprop:Generator_ColumnVarNameInTable="columnCampo3_3" msprop:Generator_ColumnPropNameInTable="Campo3_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo3_4" msprop:Generator_UserColumnName="Campo3_4" msprop:Generator_ColumnVarNameInTable="columnCampo3_4" msprop:Generator_ColumnPropNameInRow="Campo3_4" msprop:Generator_ColumnPropNameInTable="Campo3_4Column">
<xs:element name="Campo3_4" msprop:Generator_UserColumnName="Campo3_4" msprop:Generator_ColumnPropNameInRow="Campo3_4" msprop:Generator_ColumnVarNameInTable="columnCampo3_4" msprop:Generator_ColumnPropNameInTable="Campo3_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo3_5" msprop:Generator_UserColumnName="Campo3_5" msprop:Generator_ColumnVarNameInTable="columnCampo3_5" msprop:Generator_ColumnPropNameInRow="Campo3_5" msprop:Generator_ColumnPropNameInTable="Campo3_5Column">
<xs:element name="Campo3_5" msprop:Generator_UserColumnName="Campo3_5" msprop:Generator_ColumnPropNameInRow="Campo3_5" msprop:Generator_ColumnVarNameInTable="columnCampo3_5" msprop:Generator_ColumnPropNameInTable="Campo3_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo4_1" msprop:Generator_UserColumnName="Campo4_1" msprop:Generator_ColumnVarNameInTable="columnCampo4_1" msprop:Generator_ColumnPropNameInRow="Campo4_1" msprop:Generator_ColumnPropNameInTable="Campo4_1Column">
<xs:element name="Campo4_1" msprop:Generator_UserColumnName="Campo4_1" msprop:Generator_ColumnPropNameInRow="Campo4_1" msprop:Generator_ColumnVarNameInTable="columnCampo4_1" msprop:Generator_ColumnPropNameInTable="Campo4_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo4_2" msprop:Generator_UserColumnName="Campo4_2" msprop:Generator_ColumnVarNameInTable="columnCampo4_2" msprop:Generator_ColumnPropNameInRow="Campo4_2" msprop:Generator_ColumnPropNameInTable="Campo4_2Column">
<xs:element name="Campo4_2" msprop:Generator_UserColumnName="Campo4_2" msprop:Generator_ColumnPropNameInRow="Campo4_2" msprop:Generator_ColumnVarNameInTable="columnCampo4_2" msprop:Generator_ColumnPropNameInTable="Campo4_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo4_3" msprop:Generator_UserColumnName="Campo4_3" msprop:Generator_ColumnVarNameInTable="columnCampo4_3" msprop:Generator_ColumnPropNameInRow="Campo4_3" msprop:Generator_ColumnPropNameInTable="Campo4_3Column">
<xs:element name="Campo4_3" msprop:Generator_UserColumnName="Campo4_3" msprop:Generator_ColumnPropNameInRow="Campo4_3" msprop:Generator_ColumnVarNameInTable="columnCampo4_3" msprop:Generator_ColumnPropNameInTable="Campo4_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo4_4" msprop:Generator_UserColumnName="Campo4_4" msprop:Generator_ColumnVarNameInTable="columnCampo4_4" msprop:Generator_ColumnPropNameInRow="Campo4_4" msprop:Generator_ColumnPropNameInTable="Campo4_4Column">
<xs:element name="Campo4_4" msprop:Generator_UserColumnName="Campo4_4" msprop:Generator_ColumnPropNameInRow="Campo4_4" msprop:Generator_ColumnVarNameInTable="columnCampo4_4" msprop:Generator_ColumnPropNameInTable="Campo4_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo4_5" msprop:Generator_UserColumnName="Campo4_5" msprop:Generator_ColumnVarNameInTable="columnCampo4_5" msprop:Generator_ColumnPropNameInRow="Campo4_5" msprop:Generator_ColumnPropNameInTable="Campo4_5Column">
<xs:element name="Campo4_5" msprop:Generator_UserColumnName="Campo4_5" msprop:Generator_ColumnPropNameInRow="Campo4_5" msprop:Generator_ColumnVarNameInTable="columnCampo4_5" msprop:Generator_ColumnPropNameInTable="Campo4_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo5_1" msprop:Generator_UserColumnName="Campo5_1" msprop:Generator_ColumnVarNameInTable="columnCampo5_1" msprop:Generator_ColumnPropNameInRow="Campo5_1" msprop:Generator_ColumnPropNameInTable="Campo5_1Column">
<xs:element name="Campo5_1" msprop:Generator_UserColumnName="Campo5_1" msprop:Generator_ColumnPropNameInRow="Campo5_1" msprop:Generator_ColumnVarNameInTable="columnCampo5_1" msprop:Generator_ColumnPropNameInTable="Campo5_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo5_2" msprop:Generator_UserColumnName="Campo5_2" msprop:Generator_ColumnVarNameInTable="columnCampo5_2" msprop:Generator_ColumnPropNameInRow="Campo5_2" msprop:Generator_ColumnPropNameInTable="Campo5_2Column">
<xs:element name="Campo5_2" msprop:Generator_UserColumnName="Campo5_2" msprop:Generator_ColumnPropNameInRow="Campo5_2" msprop:Generator_ColumnVarNameInTable="columnCampo5_2" msprop:Generator_ColumnPropNameInTable="Campo5_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo5_3" msprop:Generator_UserColumnName="Campo5_3" msprop:Generator_ColumnVarNameInTable="columnCampo5_3" msprop:Generator_ColumnPropNameInRow="Campo5_3" msprop:Generator_ColumnPropNameInTable="Campo5_3Column">
<xs:element name="Campo5_3" msprop:Generator_UserColumnName="Campo5_3" msprop:Generator_ColumnPropNameInRow="Campo5_3" msprop:Generator_ColumnVarNameInTable="columnCampo5_3" msprop:Generator_ColumnPropNameInTable="Campo5_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo5_4" msprop:Generator_UserColumnName="Campo5_4" msprop:Generator_ColumnVarNameInTable="columnCampo5_4" msprop:Generator_ColumnPropNameInRow="Campo5_4" msprop:Generator_ColumnPropNameInTable="Campo5_4Column">
<xs:element name="Campo5_4" msprop:Generator_UserColumnName="Campo5_4" msprop:Generator_ColumnPropNameInRow="Campo5_4" msprop:Generator_ColumnVarNameInTable="columnCampo5_4" msprop:Generator_ColumnPropNameInTable="Campo5_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo5_5" msprop:Generator_UserColumnName="Campo5_5" msprop:Generator_ColumnVarNameInTable="columnCampo5_5" msprop:Generator_ColumnPropNameInRow="Campo5_5" msprop:Generator_ColumnPropNameInTable="Campo5_5Column">
<xs:element name="Campo5_5" msprop:Generator_UserColumnName="Campo5_5" msprop:Generator_ColumnPropNameInRow="Campo5_5" msprop:Generator_ColumnVarNameInTable="columnCampo5_5" msprop:Generator_ColumnPropNameInTable="Campo5_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo6_1" msprop:Generator_UserColumnName="Campo6_1" msprop:Generator_ColumnVarNameInTable="columnCampo6_1" msprop:Generator_ColumnPropNameInRow="Campo6_1" msprop:Generator_ColumnPropNameInTable="Campo6_1Column">
<xs:element name="Campo6_1" msprop:Generator_UserColumnName="Campo6_1" msprop:Generator_ColumnPropNameInRow="Campo6_1" msprop:Generator_ColumnVarNameInTable="columnCampo6_1" msprop:Generator_ColumnPropNameInTable="Campo6_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo6_2" msprop:Generator_UserColumnName="Campo6_2" msprop:Generator_ColumnVarNameInTable="columnCampo6_2" msprop:Generator_ColumnPropNameInRow="Campo6_2" msprop:Generator_ColumnPropNameInTable="Campo6_2Column">
<xs:element name="Campo6_2" msprop:Generator_UserColumnName="Campo6_2" msprop:Generator_ColumnPropNameInRow="Campo6_2" msprop:Generator_ColumnVarNameInTable="columnCampo6_2" msprop:Generator_ColumnPropNameInTable="Campo6_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo6_3" msprop:Generator_UserColumnName="Campo6_3" msprop:Generator_ColumnVarNameInTable="columnCampo6_3" msprop:Generator_ColumnPropNameInRow="Campo6_3" msprop:Generator_ColumnPropNameInTable="Campo6_3Column">
<xs:element name="Campo6_3" msprop:Generator_UserColumnName="Campo6_3" msprop:Generator_ColumnPropNameInRow="Campo6_3" msprop:Generator_ColumnVarNameInTable="columnCampo6_3" msprop:Generator_ColumnPropNameInTable="Campo6_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo6_4" msprop:Generator_UserColumnName="Campo6_4" msprop:Generator_ColumnVarNameInTable="columnCampo6_4" msprop:Generator_ColumnPropNameInRow="Campo6_4" msprop:Generator_ColumnPropNameInTable="Campo6_4Column">
<xs:element name="Campo6_4" msprop:Generator_UserColumnName="Campo6_4" msprop:Generator_ColumnPropNameInRow="Campo6_4" msprop:Generator_ColumnVarNameInTable="columnCampo6_4" msprop:Generator_ColumnPropNameInTable="Campo6_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo6_5" msprop:Generator_UserColumnName="Campo6_5" msprop:Generator_ColumnVarNameInTable="columnCampo6_5" msprop:Generator_ColumnPropNameInRow="Campo6_5" msprop:Generator_ColumnPropNameInTable="Campo6_5Column">
<xs:element name="Campo6_5" msprop:Generator_UserColumnName="Campo6_5" msprop:Generator_ColumnPropNameInRow="Campo6_5" msprop:Generator_ColumnVarNameInTable="columnCampo6_5" msprop:Generator_ColumnPropNameInTable="Campo6_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo7_1" msprop:Generator_UserColumnName="Campo7_1" msprop:Generator_ColumnVarNameInTable="columnCampo7_1" msprop:Generator_ColumnPropNameInRow="Campo7_1" msprop:Generator_ColumnPropNameInTable="Campo7_1Column">
<xs:element name="Campo7_1" msprop:Generator_UserColumnName="Campo7_1" msprop:Generator_ColumnPropNameInRow="Campo7_1" msprop:Generator_ColumnVarNameInTable="columnCampo7_1" msprop:Generator_ColumnPropNameInTable="Campo7_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo7_2" msprop:Generator_UserColumnName="Campo7_2" msprop:Generator_ColumnVarNameInTable="columnCampo7_2" msprop:Generator_ColumnPropNameInRow="Campo7_2" msprop:Generator_ColumnPropNameInTable="Campo7_2Column">
<xs:element name="Campo7_2" msprop:Generator_UserColumnName="Campo7_2" msprop:Generator_ColumnPropNameInRow="Campo7_2" msprop:Generator_ColumnVarNameInTable="columnCampo7_2" msprop:Generator_ColumnPropNameInTable="Campo7_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo7_3" msprop:Generator_UserColumnName="Campo7_3" msprop:Generator_ColumnVarNameInTable="columnCampo7_3" msprop:Generator_ColumnPropNameInRow="Campo7_3" msprop:Generator_ColumnPropNameInTable="Campo7_3Column">
<xs:element name="Campo7_3" msprop:Generator_UserColumnName="Campo7_3" msprop:Generator_ColumnPropNameInRow="Campo7_3" msprop:Generator_ColumnVarNameInTable="columnCampo7_3" msprop:Generator_ColumnPropNameInTable="Campo7_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo7_4" msprop:Generator_UserColumnName="Campo7_4" msprop:Generator_ColumnVarNameInTable="columnCampo7_4" msprop:Generator_ColumnPropNameInRow="Campo7_4" msprop:Generator_ColumnPropNameInTable="Campo7_4Column">
<xs:element name="Campo7_4" msprop:Generator_UserColumnName="Campo7_4" msprop:Generator_ColumnPropNameInRow="Campo7_4" msprop:Generator_ColumnVarNameInTable="columnCampo7_4" msprop:Generator_ColumnPropNameInTable="Campo7_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo7_5" msprop:Generator_UserColumnName="Campo7_5" msprop:Generator_ColumnVarNameInTable="columnCampo7_5" msprop:Generator_ColumnPropNameInRow="Campo7_5" msprop:Generator_ColumnPropNameInTable="Campo7_5Column">
<xs:element name="Campo7_5" msprop:Generator_UserColumnName="Campo7_5" msprop:Generator_ColumnPropNameInRow="Campo7_5" msprop:Generator_ColumnVarNameInTable="columnCampo7_5" msprop:Generator_ColumnPropNameInTable="Campo7_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo8_1" msprop:Generator_UserColumnName="Campo8_1" msprop:Generator_ColumnVarNameInTable="columnCampo8_1" msprop:Generator_ColumnPropNameInRow="Campo8_1" msprop:Generator_ColumnPropNameInTable="Campo8_1Column">
<xs:element name="Campo8_1" msprop:Generator_UserColumnName="Campo8_1" msprop:Generator_ColumnPropNameInRow="Campo8_1" msprop:Generator_ColumnVarNameInTable="columnCampo8_1" msprop:Generator_ColumnPropNameInTable="Campo8_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo8_2" msprop:Generator_UserColumnName="Campo8_2" msprop:Generator_ColumnVarNameInTable="columnCampo8_2" msprop:Generator_ColumnPropNameInRow="Campo8_2" msprop:Generator_ColumnPropNameInTable="Campo8_2Column">
<xs:element name="Campo8_2" msprop:Generator_UserColumnName="Campo8_2" msprop:Generator_ColumnPropNameInRow="Campo8_2" msprop:Generator_ColumnVarNameInTable="columnCampo8_2" msprop:Generator_ColumnPropNameInTable="Campo8_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo8_3" msprop:Generator_UserColumnName="Campo8_3" msprop:Generator_ColumnVarNameInTable="columnCampo8_3" msprop:Generator_ColumnPropNameInRow="Campo8_3" msprop:Generator_ColumnPropNameInTable="Campo8_3Column">
<xs:element name="Campo8_3" msprop:Generator_UserColumnName="Campo8_3" msprop:Generator_ColumnPropNameInRow="Campo8_3" msprop:Generator_ColumnVarNameInTable="columnCampo8_3" msprop:Generator_ColumnPropNameInTable="Campo8_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo8_4" msprop:Generator_UserColumnName="Campo8_4" msprop:Generator_ColumnVarNameInTable="columnCampo8_4" msprop:Generator_ColumnPropNameInRow="Campo8_4" msprop:Generator_ColumnPropNameInTable="Campo8_4Column">
<xs:element name="Campo8_4" msprop:Generator_UserColumnName="Campo8_4" msprop:Generator_ColumnPropNameInRow="Campo8_4" msprop:Generator_ColumnVarNameInTable="columnCampo8_4" msprop:Generator_ColumnPropNameInTable="Campo8_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo8_5" msprop:Generator_UserColumnName="Campo8_5" msprop:Generator_ColumnVarNameInTable="columnCampo8_5" msprop:Generator_ColumnPropNameInRow="Campo8_5" msprop:Generator_ColumnPropNameInTable="Campo8_5Column">
<xs:element name="Campo8_5" msprop:Generator_UserColumnName="Campo8_5" msprop:Generator_ColumnPropNameInRow="Campo8_5" msprop:Generator_ColumnVarNameInTable="columnCampo8_5" msprop:Generator_ColumnPropNameInTable="Campo8_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo9_1" msprop:Generator_UserColumnName="Campo9_1" msprop:Generator_ColumnVarNameInTable="columnCampo9_1" msprop:Generator_ColumnPropNameInRow="Campo9_1" msprop:Generator_ColumnPropNameInTable="Campo9_1Column">
<xs:element name="Campo9_1" msprop:Generator_UserColumnName="Campo9_1" msprop:Generator_ColumnPropNameInRow="Campo9_1" msprop:Generator_ColumnVarNameInTable="columnCampo9_1" msprop:Generator_ColumnPropNameInTable="Campo9_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo9_2" msprop:Generator_UserColumnName="Campo9_2" msprop:Generator_ColumnVarNameInTable="columnCampo9_2" msprop:Generator_ColumnPropNameInRow="Campo9_2" msprop:Generator_ColumnPropNameInTable="Campo9_2Column">
<xs:element name="Campo9_2" msprop:Generator_UserColumnName="Campo9_2" msprop:Generator_ColumnPropNameInRow="Campo9_2" msprop:Generator_ColumnVarNameInTable="columnCampo9_2" msprop:Generator_ColumnPropNameInTable="Campo9_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo9_3" msprop:Generator_UserColumnName="Campo9_3" msprop:Generator_ColumnVarNameInTable="columnCampo9_3" msprop:Generator_ColumnPropNameInRow="Campo9_3" msprop:Generator_ColumnPropNameInTable="Campo9_3Column">
<xs:element name="Campo9_3" msprop:Generator_UserColumnName="Campo9_3" msprop:Generator_ColumnPropNameInRow="Campo9_3" msprop:Generator_ColumnVarNameInTable="columnCampo9_3" msprop:Generator_ColumnPropNameInTable="Campo9_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo9_4" msprop:Generator_UserColumnName="Campo9_4" msprop:Generator_ColumnVarNameInTable="columnCampo9_4" msprop:Generator_ColumnPropNameInRow="Campo9_4" msprop:Generator_ColumnPropNameInTable="Campo9_4Column">
<xs:element name="Campo9_4" msprop:Generator_UserColumnName="Campo9_4" msprop:Generator_ColumnPropNameInRow="Campo9_4" msprop:Generator_ColumnVarNameInTable="columnCampo9_4" msprop:Generator_ColumnPropNameInTable="Campo9_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo9_5" msprop:Generator_UserColumnName="Campo9_5" msprop:Generator_ColumnVarNameInTable="columnCampo9_5" msprop:Generator_ColumnPropNameInRow="Campo9_5" msprop:Generator_ColumnPropNameInTable="Campo9_5Column">
<xs:element name="Campo9_5" msprop:Generator_UserColumnName="Campo9_5" msprop:Generator_ColumnPropNameInRow="Campo9_5" msprop:Generator_ColumnVarNameInTable="columnCampo9_5" msprop:Generator_ColumnPropNameInTable="Campo9_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo10_1" msprop:Generator_UserColumnName="Campo10_1" msprop:Generator_ColumnVarNameInTable="columnCampo10_1" msprop:Generator_ColumnPropNameInRow="Campo10_1" msprop:Generator_ColumnPropNameInTable="Campo10_1Column">
<xs:element name="Campo10_1" msprop:Generator_UserColumnName="Campo10_1" msprop:Generator_ColumnPropNameInRow="Campo10_1" msprop:Generator_ColumnVarNameInTable="columnCampo10_1" msprop:Generator_ColumnPropNameInTable="Campo10_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo10_2" msprop:Generator_UserColumnName="Campo10_2" msprop:Generator_ColumnVarNameInTable="columnCampo10_2" msprop:Generator_ColumnPropNameInRow="Campo10_2" msprop:Generator_ColumnPropNameInTable="Campo10_2Column">
<xs:element name="Campo10_2" msprop:Generator_UserColumnName="Campo10_2" msprop:Generator_ColumnPropNameInRow="Campo10_2" msprop:Generator_ColumnVarNameInTable="columnCampo10_2" msprop:Generator_ColumnPropNameInTable="Campo10_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo10_3" msprop:Generator_UserColumnName="Campo10_3" msprop:Generator_ColumnVarNameInTable="columnCampo10_3" msprop:Generator_ColumnPropNameInRow="Campo10_3" msprop:Generator_ColumnPropNameInTable="Campo10_3Column">
<xs:element name="Campo10_3" msprop:Generator_UserColumnName="Campo10_3" msprop:Generator_ColumnPropNameInRow="Campo10_3" msprop:Generator_ColumnVarNameInTable="columnCampo10_3" msprop:Generator_ColumnPropNameInTable="Campo10_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo10_4" msprop:Generator_UserColumnName="Campo10_4" msprop:Generator_ColumnVarNameInTable="columnCampo10_4" msprop:Generator_ColumnPropNameInRow="Campo10_4" msprop:Generator_ColumnPropNameInTable="Campo10_4Column">
<xs:element name="Campo10_4" msprop:Generator_UserColumnName="Campo10_4" msprop:Generator_ColumnPropNameInRow="Campo10_4" msprop:Generator_ColumnVarNameInTable="columnCampo10_4" msprop:Generator_ColumnPropNameInTable="Campo10_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo10_5" msprop:Generator_UserColumnName="Campo10_5" msprop:Generator_ColumnVarNameInTable="columnCampo10_5" msprop:Generator_ColumnPropNameInRow="Campo10_5" msprop:Generator_ColumnPropNameInTable="Campo10_5Column">
<xs:element name="Campo10_5" msprop:Generator_UserColumnName="Campo10_5" msprop:Generator_ColumnPropNameInRow="Campo10_5" msprop:Generator_ColumnVarNameInTable="columnCampo10_5" msprop:Generator_ColumnPropNameInTable="Campo10_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_1_1" msprop:Generator_UserColumnName="Campo11_1_1" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_1" msprop:Generator_ColumnPropNameInRow="Campo11_1_1" msprop:Generator_ColumnPropNameInTable="Campo11_1_1Column">
<xs:element name="Campo11_1_1" msprop:Generator_UserColumnName="Campo11_1_1" msprop:Generator_ColumnPropNameInRow="Campo11_1_1" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_1" msprop:Generator_ColumnPropNameInTable="Campo11_1_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_1_2" msprop:Generator_UserColumnName="Campo11_1_2" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_2" msprop:Generator_ColumnPropNameInRow="Campo11_1_2" msprop:Generator_ColumnPropNameInTable="Campo11_1_2Column">
<xs:element name="Campo11_1_2" msprop:Generator_UserColumnName="Campo11_1_2" msprop:Generator_ColumnPropNameInRow="Campo11_1_2" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_2" msprop:Generator_ColumnPropNameInTable="Campo11_1_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_1_3" msprop:Generator_UserColumnName="Campo11_1_3" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_3" msprop:Generator_ColumnPropNameInRow="Campo11_1_3" msprop:Generator_ColumnPropNameInTable="Campo11_1_3Column">
<xs:element name="Campo11_1_3" msprop:Generator_UserColumnName="Campo11_1_3" msprop:Generator_ColumnPropNameInRow="Campo11_1_3" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_3" msprop:Generator_ColumnPropNameInTable="Campo11_1_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_1_4" msprop:Generator_UserColumnName="Campo11_1_4" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_4" msprop:Generator_ColumnPropNameInRow="Campo11_1_4" msprop:Generator_ColumnPropNameInTable="Campo11_1_4Column">
<xs:element name="Campo11_1_4" msprop:Generator_UserColumnName="Campo11_1_4" msprop:Generator_ColumnPropNameInRow="Campo11_1_4" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_4" msprop:Generator_ColumnPropNameInTable="Campo11_1_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_1_5" msprop:Generator_UserColumnName="Campo11_1_5" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_5" msprop:Generator_ColumnPropNameInRow="Campo11_1_5" msprop:Generator_ColumnPropNameInTable="Campo11_1_5Column">
<xs:element name="Campo11_1_5" msprop:Generator_UserColumnName="Campo11_1_5" msprop:Generator_ColumnPropNameInRow="Campo11_1_5" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_5" msprop:Generator_ColumnPropNameInTable="Campo11_1_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_2_1" msprop:Generator_UserColumnName="Campo11_2_1" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_1" msprop:Generator_ColumnPropNameInRow="Campo11_2_1" msprop:Generator_ColumnPropNameInTable="Campo11_2_1Column">
<xs:element name="Campo11_2_1" msprop:Generator_UserColumnName="Campo11_2_1" msprop:Generator_ColumnPropNameInRow="Campo11_2_1" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_1" msprop:Generator_ColumnPropNameInTable="Campo11_2_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_2_2" msprop:Generator_UserColumnName="Campo11_2_2" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_2" msprop:Generator_ColumnPropNameInRow="Campo11_2_2" msprop:Generator_ColumnPropNameInTable="Campo11_2_2Column">
<xs:element name="Campo11_2_2" msprop:Generator_UserColumnName="Campo11_2_2" msprop:Generator_ColumnPropNameInRow="Campo11_2_2" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_2" msprop:Generator_ColumnPropNameInTable="Campo11_2_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_2_3" msprop:Generator_UserColumnName="Campo11_2_3" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_3" msprop:Generator_ColumnPropNameInRow="Campo11_2_3" msprop:Generator_ColumnPropNameInTable="Campo11_2_3Column">
<xs:element name="Campo11_2_3" msprop:Generator_UserColumnName="Campo11_2_3" msprop:Generator_ColumnPropNameInRow="Campo11_2_3" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_3" msprop:Generator_ColumnPropNameInTable="Campo11_2_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_2_4" msprop:Generator_UserColumnName="Campo11_2_4" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_4" msprop:Generator_ColumnPropNameInRow="Campo11_2_4" msprop:Generator_ColumnPropNameInTable="Campo11_2_4Column">
<xs:element name="Campo11_2_4" msprop:Generator_UserColumnName="Campo11_2_4" msprop:Generator_ColumnPropNameInRow="Campo11_2_4" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_4" msprop:Generator_ColumnPropNameInTable="Campo11_2_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_2_5" msprop:Generator_UserColumnName="Campo11_2_5" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_5" msprop:Generator_ColumnPropNameInRow="Campo11_2_5" msprop:Generator_ColumnPropNameInTable="Campo11_2_5Column">
<xs:element name="Campo11_2_5" msprop:Generator_UserColumnName="Campo11_2_5" msprop:Generator_ColumnPropNameInRow="Campo11_2_5" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_5" msprop:Generator_ColumnPropNameInTable="Campo11_2_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo12_1" msprop:Generator_UserColumnName="Campo12_1" msprop:Generator_ColumnVarNameInTable="columnCampo12_1" msprop:Generator_ColumnPropNameInRow="Campo12_1" msprop:Generator_ColumnPropNameInTable="Campo12_1Column">
<xs:element name="Campo12_1" msprop:Generator_UserColumnName="Campo12_1" msprop:Generator_ColumnPropNameInRow="Campo12_1" msprop:Generator_ColumnVarNameInTable="columnCampo12_1" msprop:Generator_ColumnPropNameInTable="Campo12_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo12_2" msprop:Generator_UserColumnName="Campo12_2" msprop:Generator_ColumnVarNameInTable="columnCampo12_2" msprop:Generator_ColumnPropNameInRow="Campo12_2" msprop:Generator_ColumnPropNameInTable="Campo12_2Column">
<xs:element name="Campo12_2" msprop:Generator_UserColumnName="Campo12_2" msprop:Generator_ColumnPropNameInRow="Campo12_2" msprop:Generator_ColumnVarNameInTable="columnCampo12_2" msprop:Generator_ColumnPropNameInTable="Campo12_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo12_3" msprop:Generator_UserColumnName="Campo12_3" msprop:Generator_ColumnVarNameInTable="columnCampo12_3" msprop:Generator_ColumnPropNameInRow="Campo12_3" msprop:Generator_ColumnPropNameInTable="Campo12_3Column">
<xs:element name="Campo12_3" msprop:Generator_UserColumnName="Campo12_3" msprop:Generator_ColumnPropNameInRow="Campo12_3" msprop:Generator_ColumnVarNameInTable="columnCampo12_3" msprop:Generator_ColumnPropNameInTable="Campo12_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo12_4" msprop:Generator_UserColumnName="Campo12_4" msprop:Generator_ColumnVarNameInTable="columnCampo12_4" msprop:Generator_ColumnPropNameInRow="Campo12_4" msprop:Generator_ColumnPropNameInTable="Campo12_4Column">
<xs:element name="Campo12_4" msprop:Generator_UserColumnName="Campo12_4" msprop:Generator_ColumnPropNameInRow="Campo12_4" msprop:Generator_ColumnVarNameInTable="columnCampo12_4" msprop:Generator_ColumnPropNameInTable="Campo12_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo12_5" msprop:Generator_UserColumnName="Campo12_5" msprop:Generator_ColumnVarNameInTable="columnCampo12_5" msprop:Generator_ColumnPropNameInRow="Campo12_5" msprop:Generator_ColumnPropNameInTable="Campo12_5Column">
<xs:element name="Campo12_5" msprop:Generator_UserColumnName="Campo12_5" msprop:Generator_ColumnPropNameInRow="Campo12_5" msprop:Generator_ColumnVarNameInTable="columnCampo12_5" msprop:Generator_ColumnPropNameInTable="Campo12_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo13_1" msprop:Generator_UserColumnName="Campo13_1" msprop:Generator_ColumnVarNameInTable="columnCampo13_1" msprop:Generator_ColumnPropNameInRow="Campo13_1" msprop:Generator_ColumnPropNameInTable="Campo13_1Column">
<xs:element name="Campo13_1" msprop:Generator_UserColumnName="Campo13_1" msprop:Generator_ColumnPropNameInRow="Campo13_1" msprop:Generator_ColumnVarNameInTable="columnCampo13_1" msprop:Generator_ColumnPropNameInTable="Campo13_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo13_2" msprop:Generator_UserColumnName="Campo13_2" msprop:Generator_ColumnVarNameInTable="columnCampo13_2" msprop:Generator_ColumnPropNameInRow="Campo13_2" msprop:Generator_ColumnPropNameInTable="Campo13_2Column">
<xs:element name="Campo13_2" msprop:Generator_UserColumnName="Campo13_2" msprop:Generator_ColumnPropNameInRow="Campo13_2" msprop:Generator_ColumnVarNameInTable="columnCampo13_2" msprop:Generator_ColumnPropNameInTable="Campo13_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo13_3" msprop:Generator_UserColumnName="Campo13_3" msprop:Generator_ColumnVarNameInTable="columnCampo13_3" msprop:Generator_ColumnPropNameInRow="Campo13_3" msprop:Generator_ColumnPropNameInTable="Campo13_3Column">
<xs:element name="Campo13_3" msprop:Generator_UserColumnName="Campo13_3" msprop:Generator_ColumnPropNameInRow="Campo13_3" msprop:Generator_ColumnVarNameInTable="columnCampo13_3" msprop:Generator_ColumnPropNameInTable="Campo13_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo13_4" msprop:Generator_UserColumnName="Campo13_4" msprop:Generator_ColumnVarNameInTable="columnCampo13_4" msprop:Generator_ColumnPropNameInRow="Campo13_4" msprop:Generator_ColumnPropNameInTable="Campo13_4Column">
<xs:element name="Campo13_4" msprop:Generator_UserColumnName="Campo13_4" msprop:Generator_ColumnPropNameInRow="Campo13_4" msprop:Generator_ColumnVarNameInTable="columnCampo13_4" msprop:Generator_ColumnPropNameInTable="Campo13_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo13_5" msprop:Generator_UserColumnName="Campo13_5" msprop:Generator_ColumnVarNameInTable="columnCampo13_5" msprop:Generator_ColumnPropNameInRow="Campo13_5" msprop:Generator_ColumnPropNameInTable="Campo13_5Column">
<xs:element name="Campo13_5" msprop:Generator_UserColumnName="Campo13_5" msprop:Generator_ColumnPropNameInRow="Campo13_5" msprop:Generator_ColumnVarNameInTable="columnCampo13_5" msprop:Generator_ColumnPropNameInTable="Campo13_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo14_1" msprop:Generator_UserColumnName="Campo14_1" msprop:Generator_ColumnVarNameInTable="columnCampo14_1" msprop:Generator_ColumnPropNameInRow="Campo14_1" msprop:Generator_ColumnPropNameInTable="Campo14_1Column">
<xs:element name="Campo14_1" msprop:Generator_UserColumnName="Campo14_1" msprop:Generator_ColumnPropNameInRow="Campo14_1" msprop:Generator_ColumnVarNameInTable="columnCampo14_1" msprop:Generator_ColumnPropNameInTable="Campo14_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo14_2" msprop:Generator_UserColumnName="Campo14_2" msprop:Generator_ColumnVarNameInTable="columnCampo14_2" msprop:Generator_ColumnPropNameInRow="Campo14_2" msprop:Generator_ColumnPropNameInTable="Campo14_2Column">
<xs:element name="Campo14_2" msprop:Generator_UserColumnName="Campo14_2" msprop:Generator_ColumnPropNameInRow="Campo14_2" msprop:Generator_ColumnVarNameInTable="columnCampo14_2" msprop:Generator_ColumnPropNameInTable="Campo14_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo14_3" msprop:Generator_UserColumnName="Campo14_3" msprop:Generator_ColumnVarNameInTable="columnCampo14_3" msprop:Generator_ColumnPropNameInRow="Campo14_3" msprop:Generator_ColumnPropNameInTable="Campo14_3Column">
<xs:element name="Campo14_3" msprop:Generator_UserColumnName="Campo14_3" msprop:Generator_ColumnPropNameInRow="Campo14_3" msprop:Generator_ColumnVarNameInTable="columnCampo14_3" msprop:Generator_ColumnPropNameInTable="Campo14_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo14_4" msprop:Generator_UserColumnName="Campo14_4" msprop:Generator_ColumnVarNameInTable="columnCampo14_4" msprop:Generator_ColumnPropNameInRow="Campo14_4" msprop:Generator_ColumnPropNameInTable="Campo14_4Column">
<xs:element name="Campo14_4" msprop:Generator_UserColumnName="Campo14_4" msprop:Generator_ColumnPropNameInRow="Campo14_4" msprop:Generator_ColumnVarNameInTable="columnCampo14_4" msprop:Generator_ColumnPropNameInTable="Campo14_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo14_5" msprop:Generator_UserColumnName="Campo14_5" msprop:Generator_ColumnVarNameInTable="columnCampo14_5" msprop:Generator_ColumnPropNameInRow="Campo14_5" msprop:Generator_ColumnPropNameInTable="Campo14_5Column">
<xs:element name="Campo14_5" msprop:Generator_UserColumnName="Campo14_5" msprop:Generator_ColumnPropNameInRow="Campo14_5" msprop:Generator_ColumnVarNameInTable="columnCampo14_5" msprop:Generator_ColumnPropNameInTable="Campo14_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo15_1" msprop:Generator_UserColumnName="Campo15_1" msprop:Generator_ColumnVarNameInTable="columnCampo15_1" msprop:Generator_ColumnPropNameInRow="Campo15_1" msprop:Generator_ColumnPropNameInTable="Campo15_1Column">
<xs:element name="Campo15_1" msprop:Generator_UserColumnName="Campo15_1" msprop:Generator_ColumnPropNameInRow="Campo15_1" msprop:Generator_ColumnVarNameInTable="columnCampo15_1" msprop:Generator_ColumnPropNameInTable="Campo15_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo15_2" msprop:Generator_UserColumnName="Campo15_2" msprop:Generator_ColumnVarNameInTable="columnCampo15_2" msprop:Generator_ColumnPropNameInRow="Campo15_2" msprop:Generator_ColumnPropNameInTable="Campo15_2Column">
<xs:element name="Campo15_2" msprop:Generator_UserColumnName="Campo15_2" msprop:Generator_ColumnPropNameInRow="Campo15_2" msprop:Generator_ColumnVarNameInTable="columnCampo15_2" msprop:Generator_ColumnPropNameInTable="Campo15_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo15_3" msprop:Generator_UserColumnName="Campo15_3" msprop:Generator_ColumnVarNameInTable="columnCampo15_3" msprop:Generator_ColumnPropNameInRow="Campo15_3" msprop:Generator_ColumnPropNameInTable="Campo15_3Column">
<xs:element name="Campo15_3" msprop:Generator_UserColumnName="Campo15_3" msprop:Generator_ColumnPropNameInRow="Campo15_3" msprop:Generator_ColumnVarNameInTable="columnCampo15_3" msprop:Generator_ColumnPropNameInTable="Campo15_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo15_4" msprop:Generator_UserColumnName="Campo15_4" msprop:Generator_ColumnVarNameInTable="columnCampo15_4" msprop:Generator_ColumnPropNameInRow="Campo15_4" msprop:Generator_ColumnPropNameInTable="Campo15_4Column">
<xs:element name="Campo15_4" msprop:Generator_UserColumnName="Campo15_4" msprop:Generator_ColumnPropNameInRow="Campo15_4" msprop:Generator_ColumnVarNameInTable="columnCampo15_4" msprop:Generator_ColumnPropNameInTable="Campo15_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo15_5" msprop:Generator_UserColumnName="Campo15_5" msprop:Generator_ColumnVarNameInTable="columnCampo15_5" msprop:Generator_ColumnPropNameInRow="Campo15_5" msprop:Generator_ColumnPropNameInTable="Campo15_5Column">
<xs:element name="Campo15_5" msprop:Generator_UserColumnName="Campo15_5" msprop:Generator_ColumnPropNameInRow="Campo15_5" msprop:Generator_ColumnVarNameInTable="columnCampo15_5" msprop:Generator_ColumnPropNameInTable="Campo15_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo16_1" msprop:Generator_UserColumnName="Campo16_1" msprop:Generator_ColumnVarNameInTable="columnCampo16_1" msprop:Generator_ColumnPropNameInRow="Campo16_1" msprop:Generator_ColumnPropNameInTable="Campo16_1Column">
<xs:element name="Campo16_1" msprop:Generator_UserColumnName="Campo16_1" msprop:Generator_ColumnPropNameInRow="Campo16_1" msprop:Generator_ColumnVarNameInTable="columnCampo16_1" msprop:Generator_ColumnPropNameInTable="Campo16_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo16_2" msprop:Generator_UserColumnName="Campo16_2" msprop:Generator_ColumnVarNameInTable="columnCampo16_2" msprop:Generator_ColumnPropNameInRow="Campo16_2" msprop:Generator_ColumnPropNameInTable="Campo16_2Column">
<xs:element name="Campo16_2" msprop:Generator_UserColumnName="Campo16_2" msprop:Generator_ColumnPropNameInRow="Campo16_2" msprop:Generator_ColumnVarNameInTable="columnCampo16_2" msprop:Generator_ColumnPropNameInTable="Campo16_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo16_3" msprop:Generator_UserColumnName="Campo16_3" msprop:Generator_ColumnVarNameInTable="columnCampo16_3" msprop:Generator_ColumnPropNameInRow="Campo16_3" msprop:Generator_ColumnPropNameInTable="Campo16_3Column">
<xs:element name="Campo16_3" msprop:Generator_UserColumnName="Campo16_3" msprop:Generator_ColumnPropNameInRow="Campo16_3" msprop:Generator_ColumnVarNameInTable="columnCampo16_3" msprop:Generator_ColumnPropNameInTable="Campo16_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo16_4" msprop:Generator_UserColumnName="Campo16_4" msprop:Generator_ColumnVarNameInTable="columnCampo16_4" msprop:Generator_ColumnPropNameInRow="Campo16_4" msprop:Generator_ColumnPropNameInTable="Campo16_4Column">
<xs:element name="Campo16_4" msprop:Generator_UserColumnName="Campo16_4" msprop:Generator_ColumnPropNameInRow="Campo16_4" msprop:Generator_ColumnVarNameInTable="columnCampo16_4" msprop:Generator_ColumnPropNameInTable="Campo16_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo16_5" msprop:Generator_UserColumnName="Campo16_5" msprop:Generator_ColumnVarNameInTable="columnCampo16_5" msprop:Generator_ColumnPropNameInRow="Campo16_5" msprop:Generator_ColumnPropNameInTable="Campo16_5Column">
<xs:element name="Campo16_5" msprop:Generator_UserColumnName="Campo16_5" msprop:Generator_ColumnPropNameInRow="Campo16_5" msprop:Generator_ColumnVarNameInTable="columnCampo16_5" msprop:Generator_ColumnPropNameInTable="Campo16_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="StatoOk" msprop:Generator_UserColumnName="StatoOk" msprop:Generator_ColumnVarNameInTable="columnStatoOk" msprop:Generator_ColumnPropNameInRow="StatoOk" msprop:Generator_ColumnPropNameInTable="StatoOkColumn" type="xs:boolean" />
<xs:element name="CodCS" msprop:Generator_UserColumnName="CodCS" msprop:Generator_ColumnVarNameInTable="columnCodCS" msprop:Generator_ColumnPropNameInRow="CodCS" msprop:Generator_ColumnPropNameInTable="CodCSColumn">
<xs:element name="StatoOk" msprop:Generator_UserColumnName="StatoOk" msprop:Generator_ColumnPropNameInRow="StatoOk" msprop:Generator_ColumnVarNameInTable="columnStatoOk" msprop:Generator_ColumnPropNameInTable="StatoOkColumn" type="xs:boolean" />
<xs:element name="CodCS" msprop:Generator_UserColumnName="CodCS" msprop:Generator_ColumnPropNameInRow="CodCS" msprop:Generator_ColumnVarNameInTable="columnCodCS" msprop:Generator_ColumnPropNameInTable="CodCSColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2" />
@@ -1733,8 +1733,8 @@ SELECT CampoUDC, Campo1_1, Campo1_2, Campo1_3, Campo1_4, Campo1_5, Campo2_1, Cam
<xs:element name="stp_OdetteStatoCreate" msprop:Generator_UserTableName="stp_OdetteStatoCreate" msprop:Generator_RowDeletedName="stp_OdetteStatoCreateRowDeleted" msprop:Generator_RowChangedName="stp_OdetteStatoCreateRowChanged" msprop:Generator_RowClassName="stp_OdetteStatoCreateRow" msprop:Generator_RowChangingName="stp_OdetteStatoCreateRowChanging" msprop:Generator_RowEvArgName="stp_OdetteStatoCreateRowChangeEvent" msprop:Generator_RowEvHandlerName="stp_OdetteStatoCreateRowChangeEventHandler" msprop:Generator_TableClassName="stp_OdetteStatoCreateDataTable" msprop:Generator_TableVarName="tablestp_OdetteStatoCreate" msprop:Generator_RowDeletingName="stp_OdetteStatoCreateRowDeleting" msprop:Generator_TablePropName="stp_OdetteStatoCreate">
<xs:complexType>
<xs:sequence>
<xs:element name="OdetteCreate" msdata:ReadOnly="true" msprop:Generator_UserColumnName="OdetteCreate" msprop:Generator_ColumnPropNameInRow="OdetteCreate" msprop:Generator_ColumnVarNameInTable="columnOdetteCreate" msprop:Generator_ColumnPropNameInTable="OdetteCreateColumn" type="xs:int" minOccurs="0" />
<xs:element name="OdetteDaCreare" msdata:ReadOnly="true" msprop:Generator_UserColumnName="OdetteDaCreare" msprop:Generator_ColumnPropNameInRow="OdetteDaCreare" msprop:Generator_ColumnVarNameInTable="columnOdetteDaCreare" msprop:Generator_ColumnPropNameInTable="OdetteDaCreareColumn" type="xs:int" minOccurs="0" />
<xs:element name="OdetteCreate" msdata:ReadOnly="true" msprop:Generator_UserColumnName="OdetteCreate" msprop:Generator_ColumnVarNameInTable="columnOdetteCreate" msprop:Generator_ColumnPropNameInRow="OdetteCreate" msprop:Generator_ColumnPropNameInTable="OdetteCreateColumn" type="xs:int" minOccurs="0" />
<xs:element name="OdetteDaCreare" msdata:ReadOnly="true" msprop:Generator_UserColumnName="OdetteDaCreare" msprop:Generator_ColumnVarNameInTable="columnOdetteDaCreare" msprop:Generator_ColumnPropNameInRow="OdetteDaCreare" msprop:Generator_ColumnPropNameInTable="OdetteDaCreareColumn" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
+8 -3
View File
@@ -467,6 +467,11 @@ namespace GMW_data
string defIdxPosizTrim = defIdxPosiz.Trim();
string codEventoTrim = codEvento.Trim();
string noteTrim = note.Trim();
string annoTrim = anno.ToString();
if (annoTrim.Length > 2)
{
annoTrim = annoTrim.Substring(2, 2);
}
// determino se cancellare udcTara
bool doDeleteUdcTara = false; // memLayer.ML.confReadBool("doDeleteUdcTara");
// ricavo cod company...
@@ -494,7 +499,7 @@ namespace GMW_data
{
try
{
logger.lg.scriviLog(string.Format("Liquidi_Trattamenti: {0} | {1} | {2} | {3} | {4} | {5} | {6} | {7} | {8} | {9} | {10} | {11} | {12} | {13} | {14} | {15} | {16} | {17} | {18} | {19} | {20} | {21} | {22} | {23}", CodCS, CodBilanciaTrim, string.Format("{0:yy}", DateTime.Now), CodClienteTrim, ParticolareTrim, CodImpiantoTrim, CodStampoTrim, EsponenteTrim, FiguraTrim, DataRif, TurnoRif, CodImballoTrim, CodSoggettoTrim, Tara, IdxPosizione, CodTipoDichiarazioneTrim, codEventoTrim, Quantita, PesoTot, PesoCad, CodStatoTrim, UDC_ParentTrim, toAS400, noteTrim), tipoLog.INFO);
logger.lg.scriviLog(string.Format("Liquidi_Trattamenti: {0} | {1} | {2} | {3} | {4} | {5} | {6} | {7} | {8} | {9} | {10} | {11} | {12} | {13} | {14} | {15} | {16} | {17} | {18} | {19} | {20} | {21} | {22} | {23}", CodCS, CodBilanciaTrim, annoTrim, CodClienteTrim, ParticolareTrim, CodImpiantoTrim, CodStampoTrim, EsponenteTrim, FiguraTrim, DataRif, TurnoRif, CodImballoTrim, CodSoggettoTrim, Tara, IdxPosizione, CodTipoDichiarazioneTrim, codEventoTrim, Quantita, PesoTot, PesoCad, CodStatoTrim, UDC_ParentTrim, toAS400, noteTrim), tipoLog.INFO);
}
catch
{ }
@@ -505,13 +510,13 @@ namespace GMW_data
if (UDC != "")
{
// insert nuovo UDC con codice impostato
tabUdc = DataProxy.obj.taCartellini.stp_insNewFull_fixUDC(UDC, CodCS, CodBilanciaTrim, string.Format("{0:##}", anno), CodClienteTrim, ParticolareTrim, CodImpiantoTrim, CodStampoTrim, EsponenteTrim, FiguraTrim, DataRif, TurnoRif, CodImballoTrim, CodSoggettoTrim, Tara, IdxPosizione, CodTipoDichiarazioneTrim, codEventoTrim, Quantita, PesoTot, PesoCad, CodStatoTrim, UDC_ParentTrim, doDeleteUdcTara, noteTrim);
tabUdc = DataProxy.obj.taCartellini.stp_insNewFull_fixUDC(UDC, CodCS, CodBilanciaTrim, annoTrim, CodClienteTrim, ParticolareTrim, CodImpiantoTrim, CodStampoTrim, EsponenteTrim, FiguraTrim, DataRif, TurnoRif, CodImballoTrim, CodSoggettoTrim, Tara, IdxPosizione, CodTipoDichiarazioneTrim, codEventoTrim, Quantita, PesoTot, PesoCad, CodStatoTrim, UDC_ParentTrim, doDeleteUdcTara, noteTrim);
answ = UDC;
}
else
{
// insert con calcolo UDC
tabUdc = DataProxy.obj.taCartellini.stp_insNewFull(CodCS, CodBilanciaTrim, string.Format("{0:##}", anno), CodClienteTrim, ParticolareTrim, CodImpiantoTrim, CodStampoTrim, EsponenteTrim, FiguraTrim, DataRif, TurnoRif, CodImballoTrim, CodSoggettoTrim, Tara, IdxPosizione, CodTipoDichiarazioneTrim, codEventoTrim, Quantita, PesoTot, PesoCad, CodStatoTrim, UDC_ParentTrim, doDeleteUdcTara, noteTrim);
tabUdc = DataProxy.obj.taCartellini.stp_insNewFull(CodCS, CodBilanciaTrim, annoTrim, CodClienteTrim, ParticolareTrim, CodImpiantoTrim, CodStampoTrim, EsponenteTrim, FiguraTrim, DataRif, TurnoRif, CodImballoTrim, CodSoggettoTrim, Tara, IdxPosizione, CodTipoDichiarazioneTrim, codEventoTrim, Quantita, PesoTot, PesoCad, CodStatoTrim, UDC_ParentTrim, doDeleteUdcTara, noteTrim);
}
try
{
Binary file not shown.
Binary file not shown.
@@ -301,14 +301,14 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:GMW_test"
"ProductCode" = "8:{C5262B5A-BD9F-4EB1-B74F-410CB8761B87}"
"PackageCode" = "8:{29EC96A2-7489-4B0F-A290-77E7B0683DDE}"
"ProductCode" = "8:{C1DAF855-2AAE-4D2B-A627-43BA7C9E10BD}"
"PackageCode" = "8:{FE42FA6B-BC27-4195-93FC-1C1C91EFF5F6}"
"UpgradeCode" = "8:{6FD64E39-D93B-4ADA-ADF3-303A1BCA49C2}"
"RestartWWWService" = "11:TRUE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.1.402"
"ProductVersion" = "8:1.1.403"
"Manufacturer" = "8:SteamWare s.r.l."
"ARPHELPTELEPHONE" = "8:+39-035460560"
"ARPHELPLINK" = "8:http://www.steamware.net"
@@ -753,7 +753,7 @@
{
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_110D6612090D4EDA92F772F593B23D78"
{
"SourcePath" = "8:..\\..\\IISCustomActionVB\\IISConsoleVB\\obj\\Release\\IISConsoleVB.exe"
"SourcePath" = "8:..\\..\\IISCustomActionVB\\IISConsoleVB\\obj\\Debug\\IISConsoleVB.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_D4983B53F0234BFF98835BF3AFECBB8D"
@@ -781,7 +781,7 @@
}
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_179F2C709A0749C4A5EBA956FADE7EE3"
{
"SourcePath" = "8:..\\..\\SetDirectoryPermission\\obj\\Release\\SetDirectoryPermission.exe"
"SourcePath" = "8:..\\..\\SetDirectoryPermission\\obj\\Debug\\SetDirectoryPermission.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_D4983B53F0234BFF98835BF3AFECBB8D"