vers 646
- completata pagina laboratorio (consumo UDC) - fix num record anche in pag odette
This commit is contained in:
@@ -771,7 +771,6 @@
|
||||
/* gridview! */
|
||||
.ctrHeaderPager {
|
||||
background-color: #b8b8b8;
|
||||
font-weight: bold;
|
||||
color: White;
|
||||
}
|
||||
.ctrHeaderPagerRight {
|
||||
|
||||
@@ -923,7 +923,6 @@
|
||||
/* gridview! */
|
||||
.ctrHeaderPager {
|
||||
background-color: #b8b8b8;
|
||||
font-weight: bold;
|
||||
color: White;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,5 +1,10 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSearch.master" AutoEventWireup="true" CodeBehind="LabConsumaUdc.aspx.cs" Inherits="GMW.LabConsumaUdc" %>
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" CodeBehind="LabConsumaUdc.aspx.cs" Inherits="GMW.LabConsumaUdc" %>
|
||||
<%@ Register src="WebUserControls/mod_labConsUdc.ascx" tagname="mod_labConsUdc" tagprefix="uc1" %>
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="MCon" runat="server">
|
||||
<uc1:mod_labConsUdc ID="mod_labConsUdc1" runat="server" />
|
||||
</asp:Content>
|
||||
|
||||
Generated
+1
-2
@@ -1,10 +1,9 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.4927
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,140 +1,157 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_labConsUdc.ascx.cs"
|
||||
Inherits="GMW.WebUserControls.mod_labConsUdc" %>
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Register Src="mod_periodoAnalisi.ascx" TagName="mod_periodoAnalisi" TagPrefix="uc2" %>
|
||||
<%@ Register Src="mod_filtro.ascx" TagName="mod_filtro" TagPrefix="uc1" %>
|
||||
<div style="text-align: center;">
|
||||
<div>
|
||||
<div style="float: right;">
|
||||
<div style="float: right;">
|
||||
<asp:Button runat="server" ID="btnSendAs400" OnClick="btnSendAs400_Click" />
|
||||
<%@ Register Src="mod_selPeriodo.ascx" TagName="mod_selPeriodo" TagPrefix="uc2" %>
|
||||
<%@ Register Src="mod_righePag.ascx" TagName="mod_righePag" TagPrefix="uc1" %>
|
||||
<% if (false)
|
||||
{ %>
|
||||
<webopt:BundleReference ID="BundleReference1" runat="server" Path="~/Content/css" />
|
||||
<webopt:BundleReference ID="BundleReference2" runat="server" Path="~/Content/themes/base/css" />
|
||||
<% } %>
|
||||
|
||||
|
||||
<div class="container-fluid" style="background-color: #cdcdcd; padding-top: 2px; padding-bottom: 2px;">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-3 text-left">
|
||||
<asp:Button runat="server" ID="btnReloadDataRQL" OnClick="btnReloadDataRQL_Click" CssClass="btn btn-default btn-sm" />
|
||||
</div>
|
||||
<div style="float: right; font-size: 7pt;">
|
||||
<asp:Label runat="server" ID="lblLastUpdateAs400" />
|
||||
<div class="col-sm-6 text-center">
|
||||
<asp:Label runat="server" ID="lblBarcodeConsumoUdcMP" />
|
||||
<br />
|
||||
<asp:TextBox runat="server" ID="txtBarcode" AutoPostBack="true" CssClass="BarcodeInput" Width="80%" OnTextChanged="txtBarcode_TextChanged" />
|
||||
</div>
|
||||
<div class="col-sm-3 text-right">
|
||||
<asp:Button runat="server" ID="btnSendAs400" OnClick="btnSendAs400_Click" CssClass="btn btn-default btn-sm" />
|
||||
<br />
|
||||
<asp:Label runat="server" ID="lblLastUpdateAs400" CssClass="didascalia" AssociatedControlID="btnSendAs400" />
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<asp:Label runat="server" ID="lblBarcodeConsumoUdcMP" />
|
||||
<br />
|
||||
<asp:TextBox runat="server" ID="txtBarcode" AutoPostBack="true" CssClass="BarcodeInput"
|
||||
OnTextChanged="txtBarcode_TextChanged" />
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="filtro_1" style="white-space: nowrap; height: 36px; padding: 2px;">
|
||||
<div style="float: left;">
|
||||
<uc2:mod_periodoAnalisi ID="mod_periodoAnalisi1" runat="server" />
|
||||
</div>
|
||||
<div style="float: left;">
|
||||
<asp:RadioButtonList ID="rbl" runat="server" RepeatDirection="Horizontal" AutoPostBack="true"
|
||||
OnSelectedIndexChanged="rbl_SelectedIndexChanged">
|
||||
<asp:ListItem Selected="True" Text="Cons. Int" Value="F01" />
|
||||
<asp:ListItem Text="Cons. Ext" Value="T01" />
|
||||
</asp:RadioButtonList>
|
||||
</div>
|
||||
<div style="float: left;">
|
||||
<asp:ComboBox ID="ddlExt" runat="server" DataTextField="label" DataValueField="value"
|
||||
Visible="false" AutoCompleteMode="SuggestAppend" DropDownStyle="DropDownList"
|
||||
AutoPostBack="True" DataSourceID="odsDestinatario" CssClass="WindowsStyle" MaxLength="0"
|
||||
Style="display: inline;" />
|
||||
<asp:ObjectDataSource ID="odsDestinatario" runat="server" OldValuesParameterFormatString="original_{0}"
|
||||
SelectMethod="getByConditio" TypeName="GMW_data.DS_UtilityTableAdapters.v_selDestinatariListePrelievoTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter Name="conditio" DefaultValue="03-TerWip" Type="String" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
<div style="float: right;">
|
||||
<asp:Button runat="server" ID="btnReloadDataRQL" OnClick="btnReloadDataRQL_Click" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin: auto; text-align: center;">
|
||||
<div style="margin: auto; text-align: center;">
|
||||
<asp:Label ID="lblWarning" runat="server" Visible="false" CssClass="erroreMid" />
|
||||
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
|
||||
OnSelectedIndexChanged="grView_SelectedIndexChanged" OnDataBound="grView_DataBound"
|
||||
DataKeyNames="nRapQual,UDC" DataSourceID="ods" OnPageIndexChanged="grView_PageIndexChanged"
|
||||
OnSorted="grView_Sorted">
|
||||
<RowStyle CssClass="ctrRowStyle" />
|
||||
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
|
||||
<EditRowStyle CssClass="ctrEditRowStyle" />
|
||||
<SelectedRowStyle CssClass="ctrSelRowStyle" />
|
||||
<FooterStyle CssClass="ctrFooter" />
|
||||
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
|
||||
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
|
||||
<EmptyDataRowStyle CssClass="ctrRowStyle" />
|
||||
<Columns>
|
||||
<asp:TemplateField ItemStyle-HorizontalAlign="Center">
|
||||
<ItemTemplate>
|
||||
<asp:CheckBox ID="chkSelect" runat="server" />
|
||||
</ItemTemplate>
|
||||
<HeaderTemplate>
|
||||
<asp:CheckBox ID="btnSelAll" runat="server" Checked="false" ToolTip='<%# traduci("btnSelAll") %>'
|
||||
OnCheckedChanged="btnSelAll_Click" CssClass="ctrHeaderPager" AutoPostBack="true">
|
||||
</asp:CheckBox>
|
||||
</HeaderTemplate>
|
||||
<ItemStyle HorizontalAlign="Center"></ItemStyle>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="nRapQual" SortExpression="nRapQual">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblnRapQual" runat="server" Text='<%# Eval("nRapQual") %>' />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="DataRapQual" SortExpression="DataRapQual">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblDataRapQual" runat="server" Text='<%# Eval("DataRapQual","{0:0000/00/00}") %>' />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="ProgUDC" SortExpression="ProgUDC">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblProgUDC" runat="server" Text='<%# Eval("ProgUDC") %>' />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="UDC" SortExpression="UDC">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblUDC" runat="server" Text='<%# Eval("UDC") %>' />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="CodFor" SortExpression="CodFor">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblCodFor" runat="server" Text='<%# Eval("CodFor") %>' />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="CodLega" SortExpression="CodLega">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblCodLega" runat="server" Text='<%# Eval("CodLega") %>' />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="Qta" SortExpression="Qta">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblQta" runat="server" Text='<%# Eval("Qta") %>' />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="BenesQual" SortExpression="BenesQual">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblBenesQual" runat="server" Text='<%# Eval("BenesQual") %>' />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
</Columns>
|
||||
</asp:GridView>
|
||||
<asp:Label ID="lblNumRec" runat="server" CssClass="didascalia" />
|
||||
</div>
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}"
|
||||
SelectMethod="getConsumabiliByData" FilterExpression="(CONVERT(nRapQual, 'System.String') LIKE '%{0}%') OR (ProgUDC LIKE '%{0}%') OR (UDC LIKE '%{0}%') OR (CodFor LIKE '%{0}%') OR (CodLega LIKE '%{0}%') "
|
||||
TypeName="GMW_data.DS_magazzinoTableAdapters.RapQualTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:SessionParameter Name="DataFrom" SessionField="_inizio" Type="DateTime" />
|
||||
<asp:SessionParameter Name="DataTo" SessionField="_fine" Type="DateTime" />
|
||||
</SelectParameters>
|
||||
<FilterParameters>
|
||||
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
|
||||
</FilterParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:Button runat="server" ID="btnConsumaMP" Width="200px" OnClick="btnConsumaMP_Click" />
|
||||
<asp:ConfirmButtonExtender ID="cbebtnConsumaMP" runat="server" TargetControlID="btnConsumaMP">
|
||||
</asp:ConfirmButtonExtender>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-fluid bg-success" style="padding-top: 2px; padding-bottom: 2px;">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<uc2:mod_selPeriodo ID="mod_selPeriodo1" runat="server" />
|
||||
</div>
|
||||
<div class="col-sm-6 text-right">
|
||||
<div class="row">
|
||||
<div class="col-sm-5">
|
||||
<asp:RadioButtonList ID="rbl" runat="server" RepeatDirection="Horizontal" AutoPostBack="true"
|
||||
OnSelectedIndexChanged="rbl_SelectedIndexChanged">
|
||||
<asp:ListItem Selected="True" Text="Cons. Int" Value="F01" />
|
||||
<asp:ListItem Text="Cons. Ext" Value="T01" />
|
||||
</asp:RadioButtonList>
|
||||
</div>
|
||||
<div class="col-sm-5">
|
||||
<asp:DropDownList runat="server" ID="ddlExt" DataTextField="label" DataValueField="value" AutoPostBack="True" DataSourceID="odsDestinatario" CssClass="btn btn-default btn-sm" />
|
||||
<asp:ObjectDataSource ID="odsDestinatario" runat="server" OldValuesParameterFormatString="original_{0}"
|
||||
SelectMethod="getByConditio" TypeName="GMW_data.DS_UtilityTableAdapters.v_selDestinatariListePrelievoTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter Name="conditio" DefaultValue="03-TerWip" Type="String" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<uc1:mod_righePag ID="mod_righePag1" runat="server" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-fluid" style="padding-top: 2px; padding-bottom: 2px;">
|
||||
<div class="container">
|
||||
<div class="row" style="font-size: 8pt;">
|
||||
<div class="col-sm-9">
|
||||
<div style="margin: auto; text-align: center;">
|
||||
<asp:Label ID="lblWarning" runat="server" Visible="false" CssClass="erroreMid" />
|
||||
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
|
||||
OnSelectedIndexChanged="grView_SelectedIndexChanged" OnDataBound="grView_DataBound"
|
||||
DataKeyNames="nRapQual,UDC" DataSourceID="ods" OnPageIndexChanged="grView_PageIndexChanged"
|
||||
OnSorted="grView_Sorted">
|
||||
<RowStyle CssClass="ctrRowStyle" />
|
||||
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
|
||||
<EditRowStyle CssClass="ctrEditRowStyle" />
|
||||
<SelectedRowStyle CssClass="ctrSelRowStyle" />
|
||||
<FooterStyle CssClass="ctrFooter" />
|
||||
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
|
||||
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
|
||||
<EmptyDataRowStyle CssClass="ctrRowStyle" />
|
||||
<EmptyDataTemplate>
|
||||
<asp:Label runat="server" ID="lblNoRecord" Text='<%# traduci("noRecord") %>' />
|
||||
</EmptyDataTemplate>
|
||||
<Columns>
|
||||
<asp:TemplateField ItemStyle-HorizontalAlign="Center">
|
||||
<ItemTemplate>
|
||||
<asp:CheckBox ID="chkSelect" runat="server" />
|
||||
</ItemTemplate>
|
||||
<HeaderTemplate>
|
||||
<asp:CheckBox ID="btnSelAll" runat="server" Checked="false" ToolTip='<%# traduci("btnSelAll") %>'
|
||||
OnCheckedChanged="btnSelAll_Click" CssClass="ctrHeaderPager" AutoPostBack="true"></asp:CheckBox>
|
||||
</HeaderTemplate>
|
||||
<ItemStyle HorizontalAlign="Center"></ItemStyle>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="nRapQual" SortExpression="nRapQual">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblnRapQual" runat="server" Text='<%# Eval("nRapQual") %>' />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="DataRapQual" SortExpression="DataRapQual">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblDataRapQual" runat="server" Text='<%# Eval("DataRapQual","{0:0000/00/00}") %>' />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="ProgUDC" SortExpression="ProgUDC">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblProgUDC" runat="server" Text='<%# Eval("ProgUDC") %>' />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="UDC" SortExpression="UDC">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblUDC" runat="server" Text='<%# Eval("UDC") %>' />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="CodFor" SortExpression="CodFor">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblCodFor" runat="server" Text='<%# Eval("CodFor") %>' />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="CodLega" SortExpression="CodLega">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblCodLega" runat="server" Text='<%# Eval("CodLega") %>' />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="Qta" SortExpression="Qta">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblQta" runat="server" Text='<%# Eval("Qta") %>' />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField HeaderText="BenesQual" SortExpression="BenesQual">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblBenesQual" runat="server" Text='<%# Eval("BenesQual") %>' />
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
</Columns>
|
||||
</asp:GridView>
|
||||
<asp:Label ID="lblNumRec" runat="server" CssClass="didascalia" />
|
||||
</div>
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}"
|
||||
SelectMethod="getConsumabiliByData" FilterExpression="(CONVERT(nRapQual, 'System.String') LIKE '%{0}%') OR (ProgUDC LIKE '%{0}%') OR (UDC LIKE '%{0}%') OR (CodFor LIKE '%{0}%') OR (CodLega LIKE '%{0}%') "
|
||||
TypeName="GMW_data.DS_magazzinoTableAdapters.RapQualTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:SessionParameter Name="DataFrom" SessionField="_inizio" Type="DateTime" />
|
||||
<asp:SessionParameter Name="DataTo" SessionField="_fine" Type="DateTime" />
|
||||
</SelectParameters>
|
||||
<FilterParameters>
|
||||
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
|
||||
</FilterParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<asp:Button runat="server" ID="btnConsumaMP" Width="100%" OnClick="btnConsumaMP_Click" CssClass="btn btn-warning" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@ namespace GMW.WebUserControls
|
||||
protected override void aggiornaControlliDataGL()
|
||||
{
|
||||
base.aggiornaControlliDataGL();
|
||||
grView.PageSize = _righeDataGridMed;
|
||||
}
|
||||
/// <summary>
|
||||
/// traduce gli header delle colonne
|
||||
@@ -129,7 +128,7 @@ namespace GMW.WebUserControls
|
||||
{
|
||||
lblBarcodeConsumoUdcMP.Text = traduci("BarcodeInput");
|
||||
btnConsumaMP.Text = traduci("btnConsumaMP");
|
||||
cbebtnConsumaMP.ConfirmText = traduci("ConfermaConsumoMP");
|
||||
btnConsumaMP.OnClientClick = SteamWare.jsUtils.getCBE("ConfermaConsumoMP");
|
||||
btnReloadDataRQL.Text = traduci("btnReloadDataRQL");
|
||||
// calcolo ultimo update AS400...
|
||||
DateTime lastUpdate = DateTime.Now.AddYears(-2);
|
||||
@@ -139,16 +138,25 @@ namespace GMW.WebUserControls
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
lblLastUpdateAs400.Text = string.Format("{0}<br/>{1:dd/MM/yy HH:mm}", traduci("lblLastUpdateAs400"), lastUpdate);
|
||||
lblLastUpdateAs400.Text = string.Format("{0} {1:dd/MM/yy HH:mm}", traduci("lblLastUpdateAs400"), lastUpdate);
|
||||
btnSendAs400.Text = traduci("btnSendAs400");
|
||||
//checkFixOds();
|
||||
mod_righePag1.numRowPag = 15;
|
||||
grView.PageSize = mod_righePag1.numRowPag;
|
||||
}
|
||||
if (true)
|
||||
{
|
||||
lblWarning.Visible = true;
|
||||
lblWarning.Text = memLayer.ML.StringSessionObj("errConsUdc");
|
||||
memLayer.ML.emptySessionVal("errConsUdc");
|
||||
}
|
||||
lblWarning.Visible = true;
|
||||
lblWarning.Text = memLayer.ML.StringSessionObj("errConsUdc");
|
||||
memLayer.ML.emptySessionVal("errConsUdc");
|
||||
mod_righePag1.eh_newNum += mod_righePag1_eh_newNum;
|
||||
}
|
||||
/// <summary>
|
||||
/// aggiornato numero righe datagrid... aggiorno visualizzazione
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
void mod_righePag1_eh_newNum(object sender, EventArgs e)
|
||||
{
|
||||
grView.PageSize = mod_righePag1.numRowPag;
|
||||
}
|
||||
protected override void OnLoad(EventArgs e)
|
||||
{
|
||||
|
||||
+36
-18
@@ -13,22 +13,31 @@ namespace GMW.WebUserControls {
|
||||
public partial class mod_labConsUdc {
|
||||
|
||||
/// <summary>
|
||||
/// btnSendAs400 control.
|
||||
/// BundleReference1 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 btnSendAs400;
|
||||
protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference1;
|
||||
|
||||
/// <summary>
|
||||
/// lblLastUpdateAs400 control.
|
||||
/// BundleReference2 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 lblLastUpdateAs400;
|
||||
protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference2;
|
||||
|
||||
/// <summary>
|
||||
/// btnReloadDataRQL 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 btnReloadDataRQL;
|
||||
|
||||
/// <summary>
|
||||
/// lblBarcodeConsumoUdcMP control.
|
||||
@@ -49,13 +58,31 @@ namespace GMW.WebUserControls {
|
||||
protected global::System.Web.UI.WebControls.TextBox txtBarcode;
|
||||
|
||||
/// <summary>
|
||||
/// mod_periodoAnalisi1 control.
|
||||
/// btnSendAs400 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::mod_periodoAnalisi mod_periodoAnalisi1;
|
||||
protected global::System.Web.UI.WebControls.Button btnSendAs400;
|
||||
|
||||
/// <summary>
|
||||
/// lblLastUpdateAs400 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 lblLastUpdateAs400;
|
||||
|
||||
/// <summary>
|
||||
/// mod_selPeriodo1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::GMW.WebUserControls.mod_selPeriodo mod_selPeriodo1;
|
||||
|
||||
/// <summary>
|
||||
/// rbl control.
|
||||
@@ -73,7 +100,7 @@ namespace GMW.WebUserControls {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::AjaxControlToolkit.ComboBox ddlExt;
|
||||
protected global::System.Web.UI.WebControls.DropDownList ddlExt;
|
||||
|
||||
/// <summary>
|
||||
/// odsDestinatario control.
|
||||
@@ -85,13 +112,13 @@ namespace GMW.WebUserControls {
|
||||
protected global::System.Web.UI.WebControls.ObjectDataSource odsDestinatario;
|
||||
|
||||
/// <summary>
|
||||
/// btnReloadDataRQL control.
|
||||
/// mod_righePag1 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 btnReloadDataRQL;
|
||||
protected global::GMW.WebUserControls.mod_righePag mod_righePag1;
|
||||
|
||||
/// <summary>
|
||||
/// lblWarning control.
|
||||
@@ -137,14 +164,5 @@ namespace GMW.WebUserControls {
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Button btnConsumaMP;
|
||||
|
||||
/// <summary>
|
||||
/// cbebtnConsumaMP control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::AjaxControlToolkit.ConfirmButtonExtender cbebtnConsumaMP;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -291,8 +291,8 @@ namespace GMW.WebUserControls
|
||||
mod_viewOdette1.Visible = false;
|
||||
mod_selPeriodo1.setPeriodoFree();
|
||||
mod_bolle4odette1.Visible = false;
|
||||
mod_righePag1.numRowPag = 15;
|
||||
//grView.PageSize = mod_righePag1.numRowPag;
|
||||
mod_righePag1.numRowPag = 20;
|
||||
grView.PageSize = mod_righePag1.numRowPag;
|
||||
}
|
||||
// registro evento update
|
||||
mod_viewOdette1.eh_nuovoValore += new EventHandler(mod_viewOdette1_eh_nuovoValore);
|
||||
@@ -608,6 +608,5 @@ namespace GMW.WebUserControls
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_righePag.ascx.cs" Inherits="GMW.WebUserControls.mod_righePag" %>
|
||||
|
||||
<div style="float: right;">
|
||||
<asp:Label runat="server" ID="lblNumRighe"><%: traduci("righePerPag") %></asp:Label>
|
||||
<asp:TextBox ID="txtNumRighe" runat="server" AutoPostBack="True" OnTextChanged="txtNumRighe_TextChanged" Width="3em" />
|
||||
<asp:Label runat="server" ID="lblNumRighe" CssClass="didascalia"><%: traduci("righePerPag") %></asp:Label>
|
||||
<asp:TextBox ID="txtNumRighe" runat="server" AutoPostBack="True" OnTextChanged="txtNumRighe_TextChanged" Width="2em" />
|
||||
</div>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("2.5.645.1551")]
|
||||
[assembly: AssemblyFileVersion("2.5.645.1551")]
|
||||
[assembly: AssemblyVersion("2.5.646.1551")]
|
||||
[assembly: AssemblyFileVersion("2.5.646.1551")]
|
||||
//[assembly: AssemblyCopyright("© Steamware 2007-2014")]
|
||||
//[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("2.5.645.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("2.5.645.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyVersion("2.5.646.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("2.5.646.<#= this.RevisionNumber #>")]
|
||||
//[assembly: AssemblyCopyright("© Steamware 2007-<#= DateTime.Now.Year #>")]
|
||||
//[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
|
||||
Reference in New Issue
Block a user