Ho generato la prima LDP x odette... va testata creazione righe a FINE lista (aggiunta funzionalità x SOLE LDP odette...)
git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@352 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
+2
-2
@@ -119,8 +119,8 @@
|
||||
<add key="IdxPosNewFusi" value="80"/>
|
||||
<add key="IdxPosNewWip" value="84"/>
|
||||
<add key="IdxPosNewRienTerz" value="88"/>
|
||||
<add key="IdxPosNewFinito" value="54"/>
|
||||
<add key="IdxPosizioneOdette" value="0"/>
|
||||
<add key="IdxPosNewFinito" value="4"/>
|
||||
<add key="IdxPosizioneOdette" value="4"/>
|
||||
|
||||
<!--Setup stampa-->
|
||||
<add key="printerCartCompleto" value="\\Vostro410\PDFCreator"/>
|
||||
|
||||
@@ -26,17 +26,15 @@
|
||||
SelectMethod="GetData" TypeName="GMW_data.DS_UtilityTableAdapters.v_selTipoListaTableAdapter">
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
</div>
|
||||
<div class="filtro_2" style="white-space: nowrap; padding: 2px; height:20px;">
|
||||
<div style="float: left;">
|
||||
<asp:Button runat="server" ID="btnNewLista" OnClick="btnNewLista_Click" />
|
||||
<uc4:mod_nuovaListaPrelievo ID="mod_nuovaListaPrelievo1" runat="server" bloccaTipoLista="true"
|
||||
valoreTipoLista="04-OdetSP" />
|
||||
</div>
|
||||
<div style="float: right;">
|
||||
<asp:Button runat="server" ID="btnForceReload" onclick="btnForceReload_Click" />
|
||||
<asp:Button runat="server" ID="btnForceReload" OnClick="btnForceReload_Click" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="filtro_2" style="white-space: nowrap; padding: 2px;">
|
||||
<asp:Button runat="server" ID="btnNewLista" OnClick="btnNewLista_Click" />
|
||||
<uc4:mod_nuovaListaPrelievo ID="mod_nuovaListaPrelievo1" runat="server" bloccaTipoLista="true"
|
||||
valoreTipoLista="04-OdetSP" />
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
+9
-9
@@ -58,6 +58,15 @@ namespace GMW.WebUserControls {
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource odsTipoLista;
|
||||
|
||||
/// <summary>
|
||||
/// btnForceReload 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.Button btnForceReload;
|
||||
|
||||
/// <summary>
|
||||
/// btnNewLista control.
|
||||
/// </summary>
|
||||
@@ -76,15 +85,6 @@ namespace GMW.WebUserControls {
|
||||
/// </remarks>
|
||||
protected global::GMW.WebUserControls.mod_nuovaListaPrelievo mod_nuovaListaPrelievo1;
|
||||
|
||||
/// <summary>
|
||||
/// btnForceReload 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.Button btnForceReload;
|
||||
|
||||
/// <summary>
|
||||
/// grView control.
|
||||
/// </summary>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 718 B |
@@ -63,8 +63,8 @@
|
||||
<add key="IdxPosNewFusi" value="80"/>
|
||||
<add key="IdxPosNewWip" value="84"/>
|
||||
<add key="IdxPosNewRienTerz" value="88"/>
|
||||
<add key="IdxPosNewFinito" value="54"/>
|
||||
<add key="IdxPosizioneOdette" value="0"/>
|
||||
<add key="IdxPosNewFinito" value="4"/>
|
||||
<add key="IdxPosizioneOdette" value="4"/>
|
||||
|
||||
|
||||
<!--Setup stampa-->
|
||||
|
||||
Reference in New Issue
Block a user