fix grafici vari:

- paginatore
- elenco comm corretto
This commit is contained in:
Samuele Locatelli
2017-02-13 16:46:09 +01:00
parent aa251a5b28
commit 040ac39ce1
34 changed files with 422 additions and 388 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+8 -8
View File
@@ -166,18 +166,18 @@
<!--area auth-->
<add key="AuthCookieName" value="XPS_Auth" />
<add key="enablePlain" value="true" />
<add key="DevicesAuthConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=sa;Password=keyhammer" />
<add key="DevicesAuthConnectionString" value="Data Source=WIN2016-SQL;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=sa;Password=keyhammer16" />
<!--area DB-->
<add key="XPSConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=sa;Password=keyhammer" />
<add key="PermessiConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=sa;Password=keyhammer" />
<add key="UtenteCdcConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=sa;Password=keyhammer" />
<add key="VocabolarioConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=sa;Password=keyhammer" />
<add key="XPSConnectionString" value="Data Source=WIN2016-SQL;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=sa;Password=keyhammer16" />
<add key="PermessiConnectionString" value="Data Source=WIN2016-SQL;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=sa;Password=keyhammer16" />
<add key="UtenteCdcConnectionString" value="Data Source=WIN2016-SQL;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=sa;Password=keyhammer16" />
<add key="VocabolarioConnectionString" value="Data Source=WIN2016-SQL;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=sa;Password=keyhammer16" />
<!--Area barcode-->
<add key="bCodeRetMain" value="bcex" />
<!-- Setup link a reporting -->
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&amp;rs:Command=Render&amp;rc:Parameters=false&amp;rc:Toolbar=true&amp;IdxObj={3}{4}" />
<!-- NB: "/" == "%2f" -->
<add key="reportingServerAddress" value="SQL-STEAM\SQL2012" />
<add key="reportingServerAddress" value="WIN2016-SQL" />
<add key="reportDir" value="ReportEqua" />
<add key="reportName_mod" value="ReportSchedaIdentificazione" />
<add key="reportName_lbl" value="LabelEqua" />
@@ -199,8 +199,8 @@
</appSettings>
<connectionStrings>
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS_data\MDB_Data\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb" />
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=Equa_XPS;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=Equa_XPS;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=WIN2016-SQL;Initial Catalog=Equa_XPS;Persist Security Info=True;User ID=sa;Password=keyhammer16" providerName="System.Data.SqlClient" />
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=WIN2016-SQL;Initial Catalog=Equa_XPS;Persist Security Info=True;User ID=sa;Password=keyhammer16" providerName="System.Data.SqlClient" />
</connectionStrings>
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
+2 -1
View File
@@ -13,7 +13,8 @@
<EditRowStyle CssClass="ctrEditRowStyleDet" />
<SelectedRowStyle CssClass="ctrSelRowStyleDet" />
<FooterStyle CssClass="ctrFooterDet" />
<PagerStyle CssClass="ctrHeaderPagerDet" ForeColor="White" HorizontalAlign="Center" />
<PagerStyle CssClass="active GridPager" />
<PagerSettings Mode="NumericFirstLast" />
<HeaderStyle CssClass="ctrHeaderPagerDet" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyleDet" />
<EmptyDataTemplate>
+1 -2
View File
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4963
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
@@ -10,21 +10,24 @@
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<PagerStyle CssClass="active GridPager" />
<PagerSettings Mode="NumericFirstLast" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyle" />
<EmptyDataTemplate>
<asp:Label runat="server" ID="lblNoRecord" Text='<%# traduci("noRecord") %>' />
<asp:LinkButton ID="btnNew" runat="server" OnClick="btnNewFromEmpty_Click" CssClass="styleBtnComposito">
<img src="images/new_s.png" style="border-style: none; margin-right: 0.2em;" width="13px"
height="13px" /><asp:Label ID="lblNew" runat="server" Text='<%# traduci("New") %>' /></asp:LinkButton>
height="13px" /><asp:Label ID="lblNew" runat="server" Text='<%# traduci("New") %>' />
</asp:LinkButton>
</EmptyDataTemplate>
<Columns>
<asp:TemplateField ShowHeader="False">
<HeaderTemplate>
<asp:LinkButton ID="btnReset" runat="server" OnClick="btnReset_Click" CssClass="styleBtnComposito">
<img src="images/refresh_16.png" style="border-style: none; margin-right: 0.2em;"
width="13px" height="13px" /><asp:Label ID="lblReset" runat="server" Text='<%# traduci("Reset") %>' /></asp:LinkButton>
width="13px" height="13px" /><asp:Label ID="lblReset" runat="server" Text='<%# traduci("Reset") %>' />
</asp:LinkButton>
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select"
@@ -87,14 +90,14 @@
<HeaderTemplate>
<asp:LinkButton ID="btnNew" runat="server" OnClick="btnNew_Click" CssClass="styleBtnComposito">
<img src="images/new_s.png" style="border-style: none; margin-right: 0.2em;" width="13px"
height="13px" /><asp:Label ID="lblNew" runat="server" Text='<%# traduci("New") %>' /></asp:LinkButton>
height="13px" /><asp:Label ID="lblNew" runat="server" Text='<%# traduci("New") %>' />
</asp:LinkButton>
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgDelete" runat="server" CausesValidation="False" CommandName="Delete"
ToolTip='<%# traduci("Delete") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.elimina , SteamWare.dimImg.medium) %>' />
<asp:ConfirmButtonExtender ID="ConfirmButtonExtender1" runat="server" ConfirmText='<%# traduci("confermaDel")%>'
TargetControlID="imgDelete">
</asp:ConfirmButtonExtender>
TargetControlID="imgDelete"></asp:ConfirmButtonExtender>
</ItemTemplate>
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate2" runat="server" CausesValidation="False" CommandName="Update"
+1 -2
View File
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4963
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
+9 -6
View File
@@ -10,21 +10,24 @@
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<PagerStyle CssClass="active GridPager" />
<PagerSettings Mode="NumericFirstLast" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyle" />
<EmptyDataTemplate>
<asp:Label runat="server" ID="lblNoRecord" Text='<%# traduci("noRecord") %>' />
<asp:LinkButton ID="btnNew" runat="server" OnClick="btnNewFromEmpty_Click" CssClass="styleBtnComposito">
<img src="images/new_s.png" style="border-style: none; margin-right: 0.2em;" width="13px"
height="13px" /><asp:Label ID="lblNew" runat="server" Text='<%# traduci("New") %>' /></asp:LinkButton>
height="13px" /><asp:Label ID="lblNew" runat="server" Text='<%# traduci("New") %>' />
</asp:LinkButton>
</EmptyDataTemplate>
<Columns>
<asp:TemplateField ShowHeader="False">
<HeaderTemplate>
<asp:LinkButton ID="btnReset" runat="server" OnClick="btnReset_Click" CssClass="styleBtnComposito">
<img src="images/refresh_16.png" style="border-style: none; margin-right: 0.2em;"
width="13px" height="13px" /><asp:Label ID="lblReset" runat="server" Text='<%# traduci("Reset") %>' /></asp:LinkButton>
width="13px" height="13px" /><asp:Label ID="lblReset" runat="server" Text='<%# traduci("Reset") %>' />
</asp:LinkButton>
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select"
@@ -72,14 +75,14 @@
<HeaderTemplate>
<asp:LinkButton ID="btnNew" runat="server" OnClick="btnNew_Click" CssClass="styleBtnComposito">
<img src="images/new_s.png" style="border-style: none; margin-right: 0.2em;" width="13px"
height="13px" /><asp:Label ID="lblNew" runat="server" Text='<%# traduci("New") %>' /></asp:LinkButton>
height="13px" /><asp:Label ID="lblNew" runat="server" Text='<%# traduci("New") %>' />
</asp:LinkButton>
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgDelete" runat="server" CausesValidation="False" CommandName="Delete"
ToolTip='<%# traduci("Delete") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.elimina , SteamWare.dimImg.medium) %>' />
<asp:ConfirmButtonExtender ID="ConfirmButtonExtender1" runat="server" ConfirmText='<%# traduci("confermaDel")%>'
TargetControlID="imgDelete">
</asp:ConfirmButtonExtender>
TargetControlID="imgDelete"></asp:ConfirmButtonExtender>
</ItemTemplate>
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate2" runat="server" CausesValidation="False" CommandName="Update"
+1 -2
View File
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4963
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
+12 -12
View File
@@ -8,15 +8,13 @@
<uc1:mod_filtro ID="Mod_filtroTipoObj" runat="server" changeCheckEnabled="false"
changeCheckVisible="false" />
<asp:ObjectDataSource ID="odsTipoObj" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="XPS_data.DS_utilityTableAdapters.v_selTipoObjTableAdapter">
</asp:ObjectDataSource>
SelectMethod="GetData" TypeName="XPS_data.DS_utilityTableAdapters.v_selTipoObjTableAdapter"></asp:ObjectDataSource>
</div>
<div class="filtro_2">
<asp:Label runat="server" ID="lblMappe" />&nbsp;
<uc1:mod_filtro ID="Mod_filtroMappa" runat="server" changeCheckEnabled="false" changeCheckVisible="false" />
<asp:ObjectDataSource ID="odsMappa" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="XPS_data.DS_utilityTableAdapters.v_selTipoMappaTableAdapter">
</asp:ObjectDataSource>
SelectMethod="GetData" TypeName="XPS_data.DS_utilityTableAdapters.v_selTipoMappaTableAdapter"></asp:ObjectDataSource>
</div>
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
OnSelectedIndexChanged="grView_SelectedIndexChanged" OnDataBound="grView_DataBound"
@@ -26,14 +24,16 @@
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<PagerStyle CssClass="active GridPager" />
<PagerSettings Mode="NumericFirstLast" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyle" />
<EmptyDataTemplate>
<asp:Label runat="server" ID="lblNoRecord" Text='<%# traduci("noRecord") %>' />
<asp:LinkButton ID="btnNew" runat="server" OnClick="btnNewFromEmpty_Click" CssClass="styleBtnComposito">
<img src="images/new_s.png" style="border-style: none; margin-right: 0.2em;" width="13px"
height="13px" /><asp:Label ID="lblNew" runat="server" Text='<%# traduci("New") %>' /></asp:LinkButton>
height="13px" /><asp:Label ID="lblNew" runat="server" Text='<%# traduci("New") %>' />
</asp:LinkButton>
</EmptyDataTemplate>
<Columns>
<asp:TemplateField ShowHeader="False">
@@ -41,7 +41,8 @@
<asp:LinkButton ID="btnReset" runat="server" OnClick="btnReset_Click" CssClass="styleBtnComposito"
Visible="false">
<img src="images/refresh_16.png" style="border-style: none; margin-right: 0.2em;"
width="13px" height="13px" /><asp:Label ID="lblReset" runat="server" Text='<%# traduci("Reset") %>' /></asp:LinkButton>
width="13px" height="13px" /><asp:Label ID="lblReset" runat="server" Text='<%# traduci("Reset") %>' />
</asp:LinkButton>
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select"
@@ -122,14 +123,14 @@
<HeaderTemplate>
<asp:LinkButton ID="btnNew" runat="server" OnClick="btnNew_Click" CssClass="styleBtnComposito">
<img src="images/new_s.png" style="border-style: none; margin-right: 0.2em;" width="13px"
height="13px" /><asp:Label ID="lblNew" runat="server" Text='<%# traduci("New") %>' /></asp:LinkButton>
height="13px" /><asp:Label ID="lblNew" runat="server" Text='<%# traduci("New") %>' />
</asp:LinkButton>
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgDelete" runat="server" CausesValidation="False" CommandName="Delete"
ToolTip='<%# traduci("Delete") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.elimina , SteamWare.dimImg.medium) %>' />
<asp:ConfirmButtonExtender ID="ConfirmButtonExtender1" runat="server" ConfirmText='<%# traduci("confermaDel")%>'
TargetControlID="imgDelete">
</asp:ConfirmButtonExtender>
TargetControlID="imgDelete"></asp:ConfirmButtonExtender>
</ItemTemplate>
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate2" runat="server" CausesValidation="False" CommandName="Update"
@@ -194,6 +195,5 @@
<uc1:mod_filtro ID="Mod_filtroTipoObjDest" runat="server" changeCheckEnabled="false"
changeCheckVisible="false" />
<asp:ObjectDataSource ID="ObjectDataSource1" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="XPS_data.DS_utilityTableAdapters.v_selTipoObjTableAdapter">
</asp:ObjectDataSource>
SelectMethod="GetData" TypeName="XPS_data.DS_utilityTableAdapters.v_selTipoObjTableAdapter"></asp:ObjectDataSource>
</asp:Panel>
+2 -1
View File
@@ -11,7 +11,8 @@
<EditRowStyle CssClass="ctGreenitRowStyleGreen" />
<SelectedRowStyle CssClass="ctrSelRowStyleGreen" />
<FooterStyle CssClass="ctrFooterGreen" />
<PagerStyle CssClass="ctrHeaderPagerGreen" ForeColor="White" HorizontalAlign="Center" />
<PagerStyle CssClass="active GridPager" />
<PagerSettings Mode="NumericFirstLast" />
<HeaderStyle CssClass="ctrHeaderPagerGreen" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyleGreen" />
<EmptyDataTemplate>
+1 -2
View File
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4963
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
+5 -9
View File
@@ -19,7 +19,8 @@
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<PagerStyle CssClass="active GridPager" />
<PagerSettings Mode="NumericFirstLast" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyle" />
<EmptyDataTemplate>
@@ -30,9 +31,7 @@
<HeaderTemplate>
<asp:LinkButton ID="btnReset" runat="server" OnClick="btnReset_Click" CssClass="styleBtnComposito">
<img src="images/refresh_16.png" style="border-style: none; margin-right: 0.2em;"
width="13px" height="13px" /><asp:Label ID="lblReset" runat="server" Text='<%# traduci("Reset") %>' /></asp:LinkButton>
</HeaderTemplate>
<ItemTemplate>
width="13px" height="13px" /><asp:Label ID="lblReset" runat="server" Text='<%# traduci("Reset") %>' /></asp:LinkButton></HeaderTemplate><ItemTemplate>
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select"
ToolTip='<%# traduci("Select") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.seleziona, SteamWare.dimImg.medium) %>' />
<asp:ImageButton ID="imgClona" runat="server" CausesValidation="False" ToolTip='<%# traduci("clonaRow") %>'
@@ -55,8 +54,7 @@
OnClick="imgMostraLogStati_Click" ToolTip='<%# traduci("MostraLogStati")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.notepad , SteamWare.dimImg.medium) %>' />
<asp:Label ID="Label2" runat="server" Text='<%# Bind("Stato") %>' />
<div style="font-size: smaller; color: #57aa57;">
-->
<asp:Label ID="Label4" runat="server" Text='<%# Bind("maxStato") %>' /></div>
--> <asp:Label ID="Label4" runat="server" Text='<%# Bind("maxStato") %>' /></div>
</ItemTemplate>
<EditItemTemplate>
</EditItemTemplate>
@@ -86,9 +84,7 @@
<asp:TemplateField HeaderText="descrizione" SortExpression="descrizione">
<EditItemTemplate>
<asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("descrizione") %>' Width="30em"
TextMode="MultiLine" Rows="5"></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
TextMode="MultiLine" Rows="5"></asp:TextBox></EditItemTemplate><ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Eval("descrizione") %>' />
</ItemTemplate>
</asp:TemplateField>
+1 -2
View File
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4963
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
@@ -11,7 +11,8 @@
<EditRowStyle CssClass="ctitRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<PagerStyle CssClass="active GridPager" />
<PagerSettings Mode="NumericFirstLast" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyle" />
<EmptyDataTemplate>
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4963
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
+188 -176
View File
@@ -2,8 +2,9 @@
<%@ Register Src="mod_filtro.ascx" TagName="mod_filtro" TagPrefix="uc1" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register Src="mod_logStati.ascx" TagName="mod_logStati" TagPrefix="uc2" %>
<div class="filtro_1">
<div style="width: 100%">
<div class="filtro_1 row">
<div class="col-xs-12">
<span style="float: left;">
<uc1:mod_filtro ID="mf_tipoFiltro" runat="server" changeCheckEnabled="false" changeCheckVisible="false" />
<asp:ObjectDataSource ID="odsTipoFiltro" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="getByUrl" TypeName="XPS_data.DS_utilityTableAdapters.v_selFiltriTableAdapter">
@@ -12,13 +13,17 @@
</SelectParameters>
</asp:ObjectDataSource>
<asp:Label runat="server" ID="lblPag" Visible="false" />
</span><span style="float: left;">
</span>
<span style="float: left;">
<uc1:mod_filtro ID="mf_clienti" runat="server" />
<asp:ObjectDataSource ID="odsFiltroClienti" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="GetData" TypeName="XPS_data.DS_utilityTableAdapters.v_selClientiTableAdapter"></asp:ObjectDataSource>
</span><span style="float: right;">
</span>
<span style="float: right;">
<asp:LinkButton ID="btnShowNew" runat="server" OnClick="btnShowNew_Click" CssClass="styleBtnComposito" CausesValidation="false">
<asp:Label ID="lblReset" runat="server" Text="..." />
</asp:LinkButton></span></div><div style="clear: both;">
</asp:LinkButton></span>
</div>
<div class="col-xs-12">
<asp:Panel ID="pnlNew" runat="server" Visible="false" BackColor="#CCCCFF">
<table cellpadding="5px">
<tr>
@@ -55,8 +60,7 @@
</td>
<td>
<asp:TextBox ID="txtDataDDT" runat="server"></asp:TextBox><asp:RequiredFieldValidator ID="rfvDataDDT" runat="server" ErrorMessage="!!!" ControlToValidate="txtDataDDT" />
<asp:CalendarExtender ID="CalendarExtender1" runat="server" FirstDayOfWeek="Monday" TargetControlID="txtDataDDT" Format="dd/MM/yyyy">
</asp:CalendarExtender>
<asp:CalendarExtender ID="CalendarExtender1" runat="server" FirstDayOfWeek="Monday" TargetControlID="txtDataDDT" Format="dd/MM/yyyy"></asp:CalendarExtender>
</td>
<td colspan="2">
<asp:Label ID="lblEmailNotifica" runat="server" />
@@ -70,177 +74,185 @@
</asp:Panel>
</div>
</div>
<asp:Panel ID="pnlSetDueDate" Visible="false" runat="server">
<div class="notaMargine">
<div style="text-align: center;">
<asp:Label runat="server" ID="lblDataPrev" Text="..." /><br />
<asp:TextBox ID="txtDueDate" runat="server" Text="..." Width="6em" Font-Size="18pt" />
<asp:RequiredFieldValidator ID="rfvDueDate" runat="server" ErrorMessage="!!!" ControlToValidate="txtDueDate" />
<asp:CalendarExtender ID="ce_DueDate" runat="server" FirstDayOfWeek="Monday" TargetControlID="txtDueDate" Format="dd/MM/yyyy">
</asp:CalendarExtender>
<asp:DropDownList runat="server" ID="ddlOra">
<asp:ListItem Value="9">09:00</asp:ListItem><asp:ListItem Value="14">14:00</asp:ListItem></asp:DropDownList></div><div style="text-align: center;">
<asp:Button ID="btnOk" runat="server" Width="100px" OnClick="btnOk_Click" />
&nbsp;&nbsp; <asp:Button ID="btnCancel" runat="server" Width="100px" OnClick="btnCancel_Click" />
<asp:ConfirmButtonExtender ID="cbeOkDueDate" runat="server" ConfirmText="..." TargetControlID="btnOk">
</asp:ConfirmButtonExtender>
</div>
<div class="row">
<div class="col-xs-12">
<asp:Panel ID="pnlSetDueDate" Visible="false" runat="server">
<div class="notaMargine">
<div style="text-align: center;">
<asp:Label runat="server" ID="lblDataPrev" Text="..." /><br />
<asp:TextBox ID="txtDueDate" runat="server" Text="..." Width="6em" Font-Size="18pt" />
<asp:RequiredFieldValidator ID="rfvDueDate" runat="server" ErrorMessage="!!!" ControlToValidate="txtDueDate" />
<asp:CalendarExtender ID="ce_DueDate" runat="server" FirstDayOfWeek="Monday" TargetControlID="txtDueDate" Format="dd/MM/yyyy"></asp:CalendarExtender>
<asp:DropDownList runat="server" ID="ddlOra">
<asp:ListItem Value="9">09:00</asp:ListItem>
<asp:ListItem Value="14">14:00</asp:ListItem>
</asp:DropDownList>
</div>
<div style="text-align: center;">
<asp:Button ID="btnOk" runat="server" Width="100px" OnClick="btnOk_Click" />
&nbsp;&nbsp;
<asp:Button ID="btnCancel" runat="server" Width="100px" OnClick="btnCancel_Click" />
<asp:ConfirmButtonExtender ID="cbeOkDueDate" runat="server" ConfirmText="..." TargetControlID="btnOk"></asp:ConfirmButtonExtender>
</div>
</div>
</asp:Panel>
<asp:Panel ID="pnlCambiaStato" Visible="false" runat="server">
<div class="notaMargine">
<div style="text-align: center;">
<asp:Label runat="server" ID="lblImpostaStato" Text="..." /><br />
<asp:DropDownList runat="server" ID="ddlStato2Set" DataSourceID="odsStati" DataTextField="label" DataValueField="value">
</asp:DropDownList>
<asp:ObjectDataSource ID="odsStati" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByPiorita" TypeName="XPS_data.DS_utilityTableAdapters.v_selStatiTableAdapter">
<SelectParameters>
<asp:Parameter DefaultValue="0" Name="PrioritaStatoMin" Type="Int32" />
<asp:Parameter DefaultValue="0" Name="PrioritaStatoMax" Type="Int32" />
</SelectParameters>
</asp:ObjectDataSource>
</div>
<div style="text-align: center;">
<asp:Button ID="btnOkStati" runat="server" Width="100px" OnClick="btnOkStati_Click" />
&nbsp;&nbsp;
<asp:Button ID="btnCancelStati" runat="server" Width="100px" OnClick="btnCancelStati_Click" />
<asp:ConfirmButtonExtender ID="cbeOkStati" runat="server" ConfirmText="..." TargetControlID="btnOkStati"></asp:ConfirmButtonExtender>
</div>
</div>
</asp:Panel>
<asp:Panel ID="pnlLogStati" Visible="false" runat="server">
<uc2:mod_logStati ID="mod_logStati1" runat="server" />
</asp:Panel>
</div>
</asp:Panel>
<asp:Panel ID="pnlCambiaStato" Visible="false" runat="server">
<div class="notaMargine">
<div style="text-align: center;">
<asp:Label runat="server" ID="lblImpostaStato" Text="..." /><br />
<asp:DropDownList runat="server" ID="ddlStato2Set" DataSourceID="odsStati" DataTextField="label" DataValueField="value">
</asp:DropDownList>
<asp:ObjectDataSource ID="odsStati" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByPiorita" TypeName="XPS_data.DS_utilityTableAdapters.v_selStatiTableAdapter">
<SelectParameters>
<asp:Parameter DefaultValue="0" Name="PrioritaStatoMin" Type="Int32" />
<asp:Parameter DefaultValue="0" Name="PrioritaStatoMax" Type="Int32" />
</SelectParameters>
</asp:ObjectDataSource>
</div>
<div style="text-align: center;">
<asp:Button ID="btnOkStati" runat="server" Width="100px" OnClick="btnOkStati_Click" />
&nbsp;&nbsp; <asp:Button ID="btnCancelStati" runat="server" Width="100px" OnClick="btnCancelStati_Click" />
<asp:ConfirmButtonExtender ID="cbeOkStati" runat="server" ConfirmText="..." TargetControlID="btnOkStati">
</asp:ConfirmButtonExtender>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<asp:GridView ID="grView" runat="server" AutoGenerateColumns="False" DataSourceID="ods" DataKeyNames="Cod" AllowPaging="True" AllowSorting="True" Width="100%" OnSelectedIndexChanged="grView_SelectedIndexChanged" OnDataBound="grView_DataBound" OnRowUpdating="grView_RowUpdating" OnPageIndexChanged="grView_PageIndexChanged" OnSorted="grView_Sorted">
<RowStyle CssClass="ctrRowStyle" />
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="active GridPager" />
<PagerSettings Mode="NumericFirstLast" />
<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 ShowHeader="False">
<HeaderTemplate>
<asp:LinkButton ID="btnReset" runat="server" OnClick="btnReset_Click" CssClass="styleBtnComposito" Visible="false">
<img src="images/refresh_16.png" style="border-style: none; margin-right: 0.2em;" width="13px" height="13px" />
<asp:Label ID="lblReset" runat="server" Text='<%# traduci("Reset") %>' />
</asp:LinkButton>
</HeaderTemplate>
<ItemTemplate>
<div style="white-space: nowrap;">
<%--<div style="white-space: nowrap;">--%>
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select" ToolTip='<%# traduci("Select") %>' ImageUrl="~/images/view_l.png" />
&nbsp;
<asp:ImageButton ID="imgSetStato" runat="server" CausesValidation="False" CommandName="Select" OnClick="imgSetStato_Click" ToolTip='<%# traduci("setStatoObjXps")%>' ImageUrl="~/images/clonaObj_l.png" Visible='<%# isSetStatoVisible(Eval("CodStato")) %>' />
<asp:ImageButton ID="imgEdit" runat="server" CausesValidation="False" CommandName="Edit" ToolTip='<%# traduci("Edit")%>' ImageUrl="~/images/edit_l.png" Visible='<%# isEditVisible(Eval("CodStato")) %>' />
<%--</div>
<div>--%>
<asp:ImageButton ID="imgAccetta" runat="server" CausesValidation="False" CommandName="Update" OnClick="imgAccetta_Click" ToolTip='<%# traduci("AccettaObjXps")%>' ImageUrl="~/images/apply_l.png" Visible='<%# isAccettVisible(Eval("CodStato")) %>' />
<asp:ConfirmButtonExtender ID="cbeAccetta" runat="server" ConfirmText='<%# traduci("confermaAccettaObjXps")%>' TargetControlID="imgAccetta"></asp:ConfirmButtonExtender>
<asp:ImageButton ID="imgSchedulaTutto" runat="server" CausesValidation="False" CommandName="Select" OnClick="imgSchedulaTutto_Click" ToolTip='<%# traduci("SchedulaObjXps")%>' ImageUrl="~/images/edit_l.png" Visible='<%# isSchedulaVisible(Eval("CodStato")) %>' />
<asp:ImageButton ID="imgFattura" runat="server" CausesValidation="False" CommandName="Update" OnClick="imgFattura_Click" ToolTip='<%# traduci("FatturaObjXps")%>' ImageUrl="~/images/apply_l.png" Visible='<%# isFatturaVisible(Eval("CodStato")) %>' />
<asp:ConfirmButtonExtender ID="ConfirmButtonExtender2" runat="server" ConfirmText='<%# traduci("confermaFatturaObjXps")%>' TargetControlID="imgFattura"></asp:ConfirmButtonExtender>
<%--</div>--%>
</div>
</ItemTemplate>
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate1" runat="server" CausesValidation="False" CommandName="Update" ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma , SteamWare.dimImg.medium) %>' />
<asp:ImageButton ID="imgCancel1" runat="server" CausesValidation="False" CommandName="Cancel" ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla , SteamWare.dimImg.medium) %>' />
</EditItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Cliente" SortExpression="Cliente">
<EditItemTemplate>
<asp:DropDownList runat="server" ID="ddlCodCliente" DataSourceID="odsFiltroClienti" DataTextField="label" DataValueField="value" SelectedValue='<%# Bind("CodCliente") %>' />
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lblCodCliente" runat="server" Text='<%# Eval("Cliente") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="DDT" SortExpression="DDT">
<ItemTemplate>
<b>
<asp:Label ID="lblNumDDT" runat="server" Text='<%# Eval("DDT") %>' ToolTip='<%# Eval("Cod")%>' /></b>
<br />
<asp:Label ID="lblDataDDT" runat="server" Text='<%# Eval("DataDDT", "{0:dd/MM/yy}") %>' />
</ItemTemplate>
<EditItemTemplate>
num:
<asp:TextBox ID="txtNumDDT" runat="server" Text='<%# Bind("DDT") %>' Width="5em" />
<br />
del:
<asp:TextBox ID="txtDataDDT" runat="server" Text='<%# Bind("DataDDT", "{0:dd/MM/yy}") %>' Width="6em" />
<asp:RequiredFieldValidator ID="rfvDataDDT" runat="server" ErrorMessage="!!!" ControlToValidate="txtDataDDT" />
<asp:CalendarExtender ID="CalendarExtender1" runat="server" FirstDayOfWeek="Monday" TargetControlID="txtDataDDT" Format="dd/MM/yyyy"></asp:CalendarExtender>
</EditItemTemplate>
</asp:TemplateField>
<asp:TemplateField ShowHeader="False">
<ItemTemplate>
<asp:ImageButton runat="server" ID="btnPrintScheda" ImageUrl='<%# imgPath(SteamWare.tipoImg.barcode , SteamWare.dimImg.medium) %>' CommandArgument='<%# Eval("Cod")%>' ToolTip='<%# traduci("stampaBarcode") %>' OnClick="btnPrintScheda_Click" />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Ciclo" SortExpression="Ciclo">
<EditItemTemplate>
<asp:DropDownList runat="server" ID="ddlCiclo" DataSourceID="odsValLav" DataTextField="label" DataValueField="value" SelectedValue='<%# Bind("Ciclo") %>' />
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lblCiclo" runat="server" Text='<%# Eval("Ciclo") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Stato" SortExpression="CodStato" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<div class="clearDiv" style="white-space: nowrap; margin: 0 0.2em; min-width: 8em;">
<div class="divSx">
<asp:LinkButton runat="server" ID="lbMostrLogStati" CausesValidation="False" CommandName="Select" OnClick="lbMostraLogStati_Click" ToolTip='<%# traduci("MostraLogStati")%>'><i class="fa fa-history fa-2x" aria-hidden="true"></i></asp:LinkButton>
</div>
<div class="divDx">
<asp:Image runat="server" ID="imgSemaforo" Visible='<%# isSemaforoVisibile(Eval("minCodStato"),Eval("maxCodStato")) %>' ImageUrl='<%# immagineDaStato(Eval("minCodStato"),Eval("maxCodStato")) %>' ToolTip='<%# toolTipDaStato(Eval("minCodStato"),Eval("maxCodStato")) %>' />
</div>
<div style="padding: 0 0.1em;">
<asp:Label ID="Label1" runat="server" Text='<%# Eval("Stato") %>' />
<div style="font-size: smaller; color: #57aa57; white-space: nowrap;">
<asp:Label ID="Label3" runat="server" Text='<%# Eval("maxStato", "--> {0}") %>' />
</div>
</div>
</div>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:TemplateField>
<asp:TemplateField HeaderText="descrizione" SortExpression="descrizione">
<EditItemTemplate>
<asp:TextBox ID="lblDescrizione" runat="server" Text='<%# Bind("descrizione") %>' TextMode="MultiLine" Width="15em" Height="60px" />
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="txtDescrizione" runat="server" Text='<%# Eval("descrizione") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="Peso" HeaderText="Peso" SortExpression="Peso" ReadOnly="true" DataFormatString="{0:0.##} kg" ItemStyle-HorizontalAlign="Right" />
<asp:BoundField DataField="Righe" HeaderText="Righe" SortExpression="Righe" ReadOnly="true" ItemStyle-HorizontalAlign="Center" />
<asp:BoundField DataField="Qta" HeaderText="Qta" SortExpression="Qta" ReadOnly="true" ItemStyle-HorizontalAlign="Center" />
<asp:BoundField DataField="Colli" HeaderText="Colli" SortExpression="Colli" ReadOnly="true" ItemStyle-HorizontalAlign="Center" />
<asp:BoundField DataField="DataArrivo" HeaderText="DataArrivo" SortExpression="DataArrivo" ReadOnly="true" DataFormatString="{0:dd/MM/yy HH:mm}" ItemStyle-HorizontalAlign="Right" />
<asp:BoundField DataField="DataPrevista" HeaderText="DataPrevista" SortExpression="DataPrevista" ReadOnly="true" DataFormatString="{0:dd/MM/yy HH:mm}" ItemStyle-HorizontalAlign="Right" />
<asp:TemplateField ShowHeader="False">
<HeaderTemplate>
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgDelete" runat="server" CausesValidation="False" CommandName="Delete" ToolTip='<%# traduci("Delete") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.elimina , SteamWare.dimImg.medium) %>' Visible='<%# userCanDel(Eval("CodStato")) %>' />
<asp:ConfirmButtonExtender ID="ConfirmButtonExtender1" runat="server" ConfirmText='<%# traduci("confermaDel")%>' TargetControlID="imgDelete"></asp:ConfirmButtonExtender>
</ItemTemplate>
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate" runat="server" CausesValidation="False" CommandName="Update" ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma , SteamWare.dimImg.medium) %>' />
<asp:ImageButton ID="imgCancel" runat="server" CausesValidation="False" CommandName="Cancel" ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla , SteamWare.dimImg.medium) %>' />
</EditItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</div>
</asp:Panel>
<asp:Panel ID="pnlLogStati" Visible="false" runat="server">
<uc2:mod_logStati ID="mod_logStati1" runat="server" />
</asp:Panel>
<div style="float: left; clear: both;">
<asp:GridView ID="grView" runat="server" AutoGenerateColumns="False" DataSourceID="ods" DataKeyNames="Cod" AllowPaging="True" AllowSorting="True" OnSelectedIndexChanged="grView_SelectedIndexChanged" OnDataBound="grView_DataBound" OnRowUpdating="grView_RowUpdating" 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 ShowHeader="False">
<HeaderTemplate>
<asp:LinkButton ID="btnReset" runat="server" OnClick="btnReset_Click" CssClass="styleBtnComposito" Visible="false">
<img src="images/refresh_16.png" style="border-style: none; margin-right: 0.2em;" width="13px" height="13px" />
<asp:Label ID="lblReset" runat="server" Text='<%# traduci("Reset") %>' />
</asp:LinkButton></HeaderTemplate><ItemTemplate>
<div style="white-space: nowrap;">
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select" ToolTip='<%# traduci("Select") %>' ImageUrl="~/images/view_l.png" />
&nbsp; <asp:ImageButton ID="imgSetStato" runat="server" CausesValidation="False" CommandName="Select" OnClick="imgSetStato_Click" ToolTip='<%# traduci("setStatoObjXps")%>' ImageUrl="~/images/clonaObj_l.png" Visible='<%# isSetStatoVisible(Eval("CodStato")) %>' />
<asp:ImageButton ID="imgEdit" runat="server" CausesValidation="False" CommandName="Edit" ToolTip='<%# traduci("Edit")%>' ImageUrl="~/images/edit_l.png" Visible='<%# isEditVisible(Eval("CodStato")) %>' />
</div>
<div>
<asp:ImageButton ID="imgAccetta" runat="server" CausesValidation="False" CommandName="Update" OnClick="imgAccetta_Click" ToolTip='<%# traduci("AccettaObjXps")%>' ImageUrl="~/images/apply_l.png" Visible='<%# isAccettVisible(Eval("CodStato")) %>' />
<asp:ConfirmButtonExtender ID="cbeAccetta" runat="server" ConfirmText='<%# traduci("confermaAccettaObjXps")%>' TargetControlID="imgAccetta">
</asp:ConfirmButtonExtender>
<asp:ImageButton ID="imgSchedulaTutto" runat="server" CausesValidation="False" CommandName="Select" OnClick="imgSchedulaTutto_Click" ToolTip='<%# traduci("SchedulaObjXps")%>' ImageUrl="~/images/edit_l.png" Visible='<%# isSchedulaVisible(Eval("CodStato")) %>' />
<asp:ImageButton ID="imgFattura" runat="server" CausesValidation="False" CommandName="Update" OnClick="imgFattura_Click" ToolTip='<%# traduci("FatturaObjXps")%>' ImageUrl="~/images/apply_l.png" Visible='<%# isFatturaVisible(Eval("CodStato")) %>' />
<asp:ConfirmButtonExtender ID="ConfirmButtonExtender2" runat="server" ConfirmText='<%# traduci("confermaFatturaObjXps")%>' TargetControlID="imgFattura">
</asp:ConfirmButtonExtender>
</div>
</ItemTemplate>
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate1" runat="server" CausesValidation="False" CommandName="Update" ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma , SteamWare.dimImg.medium) %>' />
<asp:ImageButton ID="imgCancel1" runat="server" CausesValidation="False" CommandName="Cancel" ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla , SteamWare.dimImg.medium) %>' />
</EditItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Cliente" SortExpression="Cliente">
<EditItemTemplate>
<asp:DropDownList runat="server" ID="ddlCodCliente" DataSourceID="odsFiltroClienti" DataTextField="label" DataValueField="value" SelectedValue='<%# Bind("CodCliente") %>' />
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lblCodCliente" runat="server" Text='<%# Eval("Cliente") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="DDT" SortExpression="DDT">
<ItemTemplate>
<b>
<asp:Label ID="lblNumDDT" runat="server" Text='<%# Eval("DDT") %>' ToolTip='<%# Eval("Cod")%>' /></b>
<br />
<asp:Label ID="lblDataDDT" runat="server" Text='<%# Eval("DataDDT", "{0:dd/MM/yy}") %>' />
</ItemTemplate>
<EditItemTemplate>
num: <asp:TextBox ID="txtNumDDT" runat="server" Text='<%# Bind("DDT") %>' Width="5em" />
<br />
del: <asp:TextBox ID="txtDataDDT" runat="server" Text='<%# Bind("DataDDT", "{0:dd/MM/yy}") %>' Width="6em" />
<asp:RequiredFieldValidator ID="rfvDataDDT" runat="server" ErrorMessage="!!!" ControlToValidate="txtDataDDT" />
<asp:CalendarExtender ID="CalendarExtender1" runat="server" FirstDayOfWeek="Monday" TargetControlID="txtDataDDT" Format="dd/MM/yyyy">
</asp:CalendarExtender>
</EditItemTemplate>
</asp:TemplateField>
<asp:TemplateField ShowHeader="False">
<ItemTemplate>
<asp:ImageButton runat="server" ID="btnPrintScheda" ImageUrl='<%# imgPath(SteamWare.tipoImg.barcode , SteamWare.dimImg.medium) %>' CommandArgument='<%# Eval("Cod")%>' ToolTip='<%# traduci("stampaBarcode") %>' OnClick="btnPrintScheda_Click" />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Ciclo" SortExpression="Ciclo">
<EditItemTemplate>
<asp:DropDownList runat="server" ID="ddlCiclo" DataSourceID="odsValLav" DataTextField="label" DataValueField="value" SelectedValue='<%# Bind("Ciclo") %>' />
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="lblCiclo" runat="server" Text='<%# Eval("Ciclo") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Stato" SortExpression="CodStato" ItemStyle-HorizontalAlign="Center">
<ItemTemplate>
<div style="white-space: nowrap;">
<span style="float: left; vertical-align: top;">
<asp:ImageButton ID="imgMostraLogStati" runat="server" CausesValidation="False" CommandName="Select" OnClick="imgMostraLogStati_Click" ToolTip='<%# traduci("MostraLogStati")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.notepad , SteamWare.dimImg.medium) %>' />
</span><span style="float: right; vertical-align: top;">
<asp:Image runat="server" ID="imgSemaforo" Visible='<%# isSemaforoVisibile(Eval("minCodStato"),Eval("maxCodStato")) %>' ImageUrl='<%# immagineDaStato(Eval("minCodStato"),Eval("maxCodStato")) %>' ToolTip='<%# toolTipDaStato(Eval("minCodStato"),Eval("maxCodStato")) %>' />
</span><span style="white-space: nowrap; vertical-align: top;">
<asp:Label ID="Label1" runat="server" Text='<%# Eval("Stato") %>' />
</span>
</div>
<%--<span style="float: left; vertical-align: top;">
</span>
<span style="float: right; vertical-align: top;">
</span>--%>
<div style="clear: both;">
</div>
<div style="font-size: smaller; color: #57aa57; white-space: nowrap;">
--> <asp:Label ID="Label4" runat="server" Text='<%# Eval("maxStato") %>' />
</div>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:TemplateField>
<asp:TemplateField HeaderText="descrizione" SortExpression="descrizione">
<EditItemTemplate>
<asp:TextBox ID="lblDescrizione" runat="server" Text='<%# Bind("descrizione") %>' TextMode="MultiLine" Width="15em" Height="60px" />
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="txtDescrizione" runat="server" Text='<%# Eval("descrizione") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="Peso" HeaderText="Peso" SortExpression="Peso" ReadOnly="true" DataFormatString="{0:0.##} kg" ItemStyle-HorizontalAlign="Right" />
<asp:BoundField DataField="Righe" HeaderText="Righe" SortExpression="Righe" ReadOnly="true" ItemStyle-HorizontalAlign="Center" />
<asp:BoundField DataField="Qta" HeaderText="Qta" SortExpression="Qta" ReadOnly="true" ItemStyle-HorizontalAlign="Center" />
<asp:BoundField DataField="Colli" HeaderText="Colli" SortExpression="Colli" ReadOnly="true" ItemStyle-HorizontalAlign="Center" />
<asp:BoundField DataField="DataArrivo" HeaderText="DataArrivo" SortExpression="DataArrivo" ReadOnly="true" DataFormatString="{0:dd/MM/yy HH:mm}" ItemStyle-HorizontalAlign="Right" />
<asp:BoundField DataField="DataPrevista" HeaderText="DataPrevista" SortExpression="DataPrevista" ReadOnly="true" DataFormatString="{0:dd/MM/yy HH:mm}" ItemStyle-HorizontalAlign="Right" />
<asp:TemplateField ShowHeader="False">
<HeaderTemplate>
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgDelete" runat="server" CausesValidation="False" CommandName="Delete" ToolTip='<%# traduci("Delete") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.elimina , SteamWare.dimImg.medium) %>' Visible='<%# userCanDel(Eval("CodStato")) %>' />
<asp:ConfirmButtonExtender ID="ConfirmButtonExtender1" runat="server" ConfirmText='<%# traduci("confermaDel")%>' TargetControlID="imgDelete">
</asp:ConfirmButtonExtender>
</ItemTemplate>
<EditItemTemplate>
<asp:ImageButton ID="imgUpdate" runat="server" CausesValidation="False" CommandName="Update" ToolTip='<%# traduci("Update")%>' ImageUrl='<%# imgPath(SteamWare.tipoImg.conferma , SteamWare.dimImg.medium) %>' />
<asp:ImageButton ID="imgCancel" runat="server" CausesValidation="False" CommandName="Cancel" ToolTip='<%# traduci("Cancel") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.annulla , SteamWare.dimImg.medium) %>' />
</EditItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</div>
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByCodFiltro" TypeName="XPS_data.DS_applicazioneTableAdapters.v_commesseTableAdapter" DeleteMethod="sp_delObj" FilterExpression=" ( Cliente LIKE '%{0}%' OR CodCliente LIKE '%{0}%' OR DDT LIKE '%{0}%' OR Descrizione LIKE '%{0}%' ) " UpdateMethod="updateMag">
<DeleteParameters>
+34 -21
View File
@@ -115,6 +115,22 @@ namespace XPS.WebUserControls
#region area codice variabile
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
traduciObj();
SetUpByUserRight();
}
aggiornaControlliDataGL();
_idxGridView = "CodDDT";
mf_clienti.eh_selValore += new EventHandler(mf_clienti_eh_selValore);
mf_tipoFiltro.eh_selValore += new EventHandler(mf_tipoFiltro_eh_selValore);
mod_logStati1.eh_reset += new EventHandler(mod_logStati1_eh_reset);
setStatiRewindAmmessi();
}
/// <summary>
/// elenco colonne del datagrid
/// </summary>
@@ -137,17 +153,6 @@ namespace XPS.WebUserControls
protected override void OnInit(EventArgs e)
{
base.OnInit(e);
if(!Page.IsPostBack)
{
traduciObj();
}
SetUpByUserRight();
aggiornaControlliDataGL();
_idxGridView = "CodDDT";
mf_clienti.eh_selValore += new EventHandler(mf_clienti_eh_selValore);
mf_tipoFiltro.eh_selValore += new EventHandler(mf_tipoFiltro_eh_selValore);
mod_logStati1.eh_reset += new EventHandler(mod_logStati1_eh_reset);
setStatiRewindAmmessi();
}
/// <summary>
/// imposta gli stati ammessi x cambio da tipo di schermata magazzino
@@ -216,14 +221,14 @@ namespace XPS.WebUserControls
/// </summary>
protected void SetUpByUserRight()
{
if (!Page.IsPostBack)
{
// imposto la pag corrente nel controllo di filtraggio...
lblPag.Text = devicesAuthProxy.pagCorrente;
mf_tipoFiltro.ods = odsTipoFiltro;
mf_clienti.ods = odsFiltroClienti;
fixControlliDaModoCorrente();
}
//if (!Page.IsPostBack)
//{
// imposto la pag corrente nel controllo di filtraggio...
lblPag.Text = devicesAuthProxy.pagCorrente;
mf_tipoFiltro.ods = odsTipoFiltro;
mf_clienti.ods = odsFiltroClienti;
fixControlliDaModoCorrente();
//}
}
/// <summary>
/// imposta i controlli secondo il modo corrente...
@@ -587,7 +592,15 @@ namespace XPS.WebUserControls
{
SteamWare.memLayer.ML.setSessionVal("nextObjCommand", "mostraLog");
}
/// <summary>
/// salvo next cmd --> mostrare log stato!
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void lbMostraLogStati_Click(object sender, EventArgs e)
{
SteamWare.memLayer.ML.setSessionVal("nextObjCommand", "mostraLog");
}
/// <summary>
/// salvo in session che il prox comando è inserire scheduling x tutti... x non fare select...
/// </summary>
@@ -727,8 +740,8 @@ namespace XPS.WebUserControls
checkFixOds();
}
#endregion
#endregion
}
}
@@ -3,7 +3,8 @@
<EditRowStyle BackColor="#2461BF" />
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<PagerStyle CssClass="active GridPager" />
<PagerSettings Mode="NumericFirstLast" />
<RowStyle BackColor="#EFF3FB" HorizontalAlign="Left" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<SortedAscendingCellStyle BackColor="#F5F7FB" />
+2 -1
View File
@@ -11,7 +11,8 @@
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<PagerStyle CssClass="active GridPager" />
<PagerSettings Mode="NumericFirstLast" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyle" />
<EmptyDataTemplate>
+1 -2
View File
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4963
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
+5 -4
View File
@@ -1,17 +1,18 @@
<%@ Control Language="C#" AutoEventWireup="true"
Inherits="XPS.WebUserControls.mod_lemmiVocab" Codebehind="mod_lemmiVocab.ascx.cs" %>
Inherits="XPS.WebUserControls.mod_lemmiVocab" CodeBehind="mod_lemmiVocab.ascx.cs" %>
<link href="~/Style.css" rel="stylesheet" type="text/css" />
<table class="contrDx">
<tr>
<td>
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
DataKeyNames="Lingua,Lemma" DataSourceID="ods" OnDataBound="grView_DataBound" >
DataKeyNames="Lingua,Lemma" DataSourceID="ods" OnDataBound="grView_DataBound">
<RowStyle CssClass="ctrRowStyle" />
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<PagerStyle CssClass="active GridPager" />
<PagerSettings Mode="NumericFirstLast" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<Columns>
<asp:TemplateField HeaderText="Lingua" SortExpression="Lingua">
@@ -41,7 +42,7 @@
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:Label ID="lblNumRec" runat="server" CssClass="txtMini" />
<asp:Label ID="lblNumRec" runat="server" CssClass="txtMini" />
<asp:ObjectDataSource ID="ods" runat="server" SelectMethod="getVocabolario" TypeName="selData"
OldValuesParameterFormatString="Original_{0}" FilterExpression="Lemma LIKE '%{0}%'">
+1 -2
View File
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4963
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
+4 -2
View File
@@ -8,7 +8,8 @@
<EditRowStyle CssClass="ctGreenitRowStyleGreen" />
<SelectedRowStyle CssClass="ctrSelRowStyleGreen" />
<FooterStyle CssClass="ctrFooterGreen" />
<PagerStyle CssClass="ctrHeaderPagerGreen" ForeColor="White" HorizontalAlign="Center" />
<PagerStyle CssClass="active GridPager" />
<PagerSettings Mode="NumericFirstLast" />
<HeaderStyle CssClass="ctrHeaderPagerGreen" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyleGreen" />
<EmptyDataTemplate>
@@ -27,5 +28,6 @@
</asp:ObjectDataSource>
<asp:LinkButton ID="btnReset" runat="server" OnClick="btnReset_Click" CssClass="styleBtnComposito">
<img src="images/refresh_16.png" style="border-style: none; margin-right: 0.2em;"
width="13px" height="13px" /><asp:Label ID="lblReset" runat="server" Text="Reset" /></asp:LinkButton>
width="13px" height="13px" /><asp:Label ID="lblReset" runat="server" Text="Reset" />
</asp:LinkButton>
</div>
+1 -2
View File
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4963
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
+2 -1
View File
@@ -11,7 +11,8 @@
<EditRowStyle CssClass="ctrEditRowStyleRed" />
<SelectedRowStyle CssClass="ctrSelRowStyleRed" />
<FooterStyle CssClass="ctrFooterRed" />
<PagerStyle CssClass="ctrHeaderPagerRed" ForeColor="White" HorizontalAlign="Center" />
<PagerStyle CssClass="active GridPager" />
<PagerSettings Mode="NumericFirstLast" />
<HeaderStyle CssClass="ctrHeaderPagerRed" ForeColor="White" Font-Bold="True" />
<EmptyDataRowStyle CssClass="ctrRowStyleRed" />
<EmptyDataTemplate>
+1 -2
View File
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4963
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
+4 -3
View File
@@ -1,5 +1,5 @@
<%@ Control Language="C#" AutoEventWireup="true"
Inherits="XPS.WebUserControls.mod_selettore_ajax" Codebehind="mod_selettore_ajax.ascx.cs" %>
Inherits="XPS.WebUserControls.mod_selettore_ajax" CodeBehind="mod_selettore_ajax.ascx.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" Visible="true">
<ContentTemplate>
@@ -8,7 +8,7 @@
<ajaxToolkit:PopupControlExtender ID="pce2" runat="server" TargetControlID="lblDescr"
PopupControlID="pnlSelettore" Position="Bottom" CommitProperty="innerHTML" />
<div class="selezioneValRed">
<asp:TextBox ID="txtSelValue" runat="server" Width="0px" CssClass="hiddenTxt" BorderWidth="0px" TabIndex="-1"/>
<asp:TextBox ID="txtSelValue" runat="server" Width="0px" CssClass="hiddenTxt" BorderWidth="0px" TabIndex="-1" />
<asp:Label ID="lblDescr" runat="server" Text="-" />
</div>
</ContentTemplate>
@@ -45,7 +45,8 @@
<EditRowStyle CssClass="ctrEditRowStyle" />
<SelectedRowStyle CssClass="ctrSelRowStyle" />
<FooterStyle CssClass="ctrFooter" BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<PagerStyle CssClass="ctrHeaderPager" ForeColor="White" HorizontalAlign="Center" />
<PagerStyle CssClass="active GridPager" />
<PagerSettings Mode="NumericFirstLast" />
<HeaderStyle CssClass="ctrHeaderPager" ForeColor="White" Font-Bold="True" />
<Columns>
<asp:TemplateField ShowHeader="False">
+1 -2
View File
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4963
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
+8 -8
View File
@@ -20,7 +20,8 @@
<HeaderTemplate>
<asp:LinkButton ID="btnReset" runat="server" OnClick="btnReset_Click" CssClass="styleBtnComposito">
<img src="images/refresh_16.png" style="border-style: none; margin-right: 0.2em;"
width="13px" height="13px" /><asp:Label ID="lblReset" runat="server" Text='<%# traduci("Reset") %>' /></asp:LinkButton>
width="13px" height="13px" /><asp:Label ID="lblReset" runat="server" Text='<%# traduci("Reset") %>' />
</asp:LinkButton>
</HeaderTemplate>
<ItemTemplate>
<asp:ImageButton ID="imgSelect" runat="server" CausesValidation="False" CommandName="Select"
@@ -61,13 +62,12 @@
<asp:ImageButton ID="imgDelete" runat="server" CausesValidation="False" CommandName="Delete"
ToolTip='<%# traduci("Delete") %>' ImageUrl='<%# imgPath(SteamWare.tipoImg.elimina, SteamWare.dimImg.medium) %>' />
<asp:ConfirmButtonExtender ID="ConfirmButtonExtender1" runat="server" ConfirmText='<%# traduci("confermaDel")%>'
TargetControlID="imgDelete">
</asp:ConfirmButtonExtender>
TargetControlID="imgDelete"></asp:ConfirmButtonExtender>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<PagerStyle HorizontalAlign="Center" CssClass="ctrHeaderPager" ForeColor="White">
</PagerStyle>
<PagerStyle CssClass="active GridPager" />
<PagerSettings Mode="NumericFirstLast" />
<SelectedRowStyle CssClass="ctrSelRowStyle"></SelectedRowStyle>
<HeaderStyle CssClass="ctrHeaderPager" Font-Bold="True" ForeColor="White"></HeaderStyle>
<EditRowStyle CssClass="ctrEditRowStyle"></EditRowStyle>
@@ -101,11 +101,11 @@
<td>
<asp:LinkButton ID="btnNewLemma" runat="server" OnClick="btnNewLemma_Click" CssClass="styleBtnComposito">
<img src="images/new_s.png" style="border-style: none; margin-right: 0.2em;" width="13px"
height="13px" /><asp:Label ID="lblNew" runat="server" /></asp:LinkButton>
height="13px" /><asp:Label ID="lblNew" runat="server" />
</asp:LinkButton>
<asp:TextBox ID="txtNewLemma" runat="server" />
<asp:TextBoxWatermarkExtender ID="TBW_newLemma" runat="server" TargetControlID="txtNewLemma"
WatermarkCssClass="watermark">
</asp:TextBoxWatermarkExtender>
WatermarkCssClass="watermark"></asp:TextBoxWatermarkExtender>
</td>
</tr>
</table>
+1 -2
View File
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4963
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
+22 -14
View File
@@ -1749,6 +1749,13 @@ namespace XPS_data {
return rowv_selFiltriRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public v_selFiltriRow FindByvalue(string value) {
return ((v_selFiltriRow)(this.Rows.Find(new object[] {
value})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
@@ -1780,7 +1787,10 @@ namespace XPS_data {
base.Columns.Add(this.columnlabel);
this.columnconditio = new global::System.Data.DataColumn("conditio", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnconditio);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnvalue}, true));
this.columnvalue.AllowDBNull = false;
this.columnvalue.Unique = true;
this.columnvalue.MaxLength = 50;
this.columnlabel.MaxLength = 50;
this.columnconditio.AllowDBNull = false;
@@ -6415,18 +6425,16 @@ SELECT DOMINIO, USER_NAME, COGNOME, NOME, COD_SOCIETA, MATRICOLA, COD_CDC, EMAIL
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[1].Connection = this.Connection;
this._commandCollection[1].CommandText = "SELECT value, label, conditio FROM dbo.v_selFiltri\r\nWHERE conditio=@conditio";
this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@conditio", global::System.Data.SqlDbType.NVarChar, 31, global::System.Data.ParameterDirection.Input, 0, 0, "conditio", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[1].CommandText = "dbo.stp_VSF_getByCond";
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@conditio", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[2].Connection = this.Connection;
this._commandCollection[2].CommandText = @"SELECT v_selFiltri.value, v_selFiltri.label, v_selFiltri.conditio
FROM Permessi INNER JOIN
Permessi2Funzione ON Permessi.COD_PERMESSO = Permessi2Funzione.COD_PERMESSO INNER JOIN
v_selFiltri ON Permessi2Funzione.COD_FUNZIONE = v_selFiltri.conditio
WHERE (Permessi.URL = @url)";
this._commandCollection[2].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@url", global::System.Data.SqlDbType.VarChar, 250, global::System.Data.ParameterDirection.Input, 0, 0, "URL", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[2].CommandText = "dbo.stp_VSF_getByUrl";
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@url", global::System.Data.SqlDbType.NVarChar, 250, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -6460,10 +6468,10 @@ WHERE (Permessi.URL = @url)";
public virtual DS_utility.v_selFiltriDataTable getByConditio(string conditio) {
this.Adapter.SelectCommand = this.CommandCollection[1];
if ((conditio == null)) {
throw new global::System.ArgumentNullException("conditio");
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(conditio));
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(conditio));
}
DS_utility.v_selFiltriDataTable dataTable = new DS_utility.v_selFiltriDataTable();
this.Adapter.Fill(dataTable);
@@ -6477,10 +6485,10 @@ WHERE (Permessi.URL = @url)";
public virtual DS_utility.v_selFiltriDataTable getByUrl(string url) {
this.Adapter.SelectCommand = this.CommandCollection[2];
if ((url == null)) {
throw new global::System.ArgumentNullException("url");
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(url));
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(url));
}
DS_utility.v_selFiltriDataTable dataTable = new DS_utility.v_selFiltriDataTable();
this.Adapter.Fill(dataTable);
+78 -77
View File
@@ -10,7 +10,7 @@
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selUtentiAllTableAdapter" GeneratorDataComponentClassName="v_selUtentiAllTableAdapter" Name="v_selUtentiAll" UserDataComponentName="v_selUtentiAllTableAdapter">
<MainSource>
<DbSource ConnectionRef="Equa_AnagraficaConnectionString (Settings)" DbObjectName="Equa_Anagrafica.dbo.v_selUtentiAll" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DbSource ConnectionRef="Equa_AnagraficaConnectionString (Settings)" DbObjectName="Equa_Anagrafica.dbo.v_selUtentiAll" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label, COD_CDC, ATTIVO FROM dbo.v_selUtentiAll</CommandText>
@@ -29,7 +29,7 @@
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="UTENTETableAdapter" GeneratorDataComponentClassName="UTENTETableAdapter" Name="UTENTE" UserDataComponentName="UTENTETableAdapter">
<MainSource>
<DbSource ConnectionRef="Equa_AnagraficaConnectionString (Settings)" DbObjectName="Equa_Anagrafica.dbo.UTENTE" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DbSource ConnectionRef="Equa_AnagraficaConnectionString (Settings)" DbObjectName="Equa_Anagrafica.dbo.UTENTE" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>DELETE FROM [dbo].[UTENTE] WHERE (((@IsNull_DOMINIO = 1 AND [DOMINIO] IS NULL) OR ([DOMINIO] = @Original_DOMINIO)) AND ([USER_NAME] = @Original_USER_NAME) AND ((@IsNull_COGNOME = 1 AND [COGNOME] IS NULL) OR ([COGNOME] = @Original_COGNOME)) AND ((@IsNull_NOME = 1 AND [NOME] IS NULL) OR ([NOME] = @Original_NOME)) AND ((@IsNull_COD_SOCIETA = 1 AND [COD_SOCIETA] IS NULL) OR ([COD_SOCIETA] = @Original_COD_SOCIETA)) AND ((@IsNull_MATRICOLA = 1 AND [MATRICOLA] IS NULL) OR ([MATRICOLA] = @Original_MATRICOLA)) AND ((@IsNull_COD_CDC = 1 AND [COD_CDC] IS NULL) OR ([COD_CDC] = @Original_COD_CDC)) AND ((@IsNull_EMAIL = 1 AND [EMAIL] IS NULL) OR ([EMAIL] = @Original_EMAIL)) AND ((@IsNull_SIGLA = 1 AND [SIGLA] IS NULL) OR ([SIGLA] = @Original_SIGLA)) AND ((@IsNull_COD_LINGUA = 1 AND [COD_LINGUA] IS NULL) OR ([COD_LINGUA] = @Original_COD_LINGUA)) AND ((@IsNull_ATTIVO = 1 AND [ATTIVO] IS NULL) OR ([ATTIVO] = @Original_ATTIVO)))</CommandText>
@@ -139,7 +139,7 @@ SELECT DOMINIO, USER_NAME, COGNOME, NOME, COD_SOCIETA, MATRICOLA, COD_CDC, EMAIL
<Mapping SourceColumn="ATTIVO" DataSetColumn="ATTIVO" />
</Mappings>
<Sources>
<DbSource ConnectionRef="Equa_AnagraficaConnectionString (Settings)" DbObjectName="Equa_Anagrafica.dbo.UTENTE" DbObjectType="Table" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="GetByUserName" GetMethodModifier="Public" GetMethodName="GetByUserName" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetByUserName" UserSourceName="GetByUserName">
<DbSource ConnectionRef="Equa_AnagraficaConnectionString (Settings)" DbObjectName="Equa_Anagrafica.dbo.UTENTE" DbObjectType="Table" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="GetByUserName" GetMethodModifier="Public" GetMethodName="GetByUserName" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetByUserName" UserSourceName="GetByUserName">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT *
@@ -155,7 +155,7 @@ WHERE (USER_NAME = @USER_NAME)</CommandText>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selUtentiShortADTableAdapter" GeneratorDataComponentClassName="v_selUtentiShortADTableAdapter" Name="v_selUtentiShortAD" UserDataComponentName="v_selUtentiShortADTableAdapter">
<MainSource>
<DbSource ConnectionRef="Equa_AnagraficaConnectionString (Settings)" DbObjectName="Equa_Anagrafica.dbo.v_selUtentiShortAD" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DbSource ConnectionRef="Equa_AnagraficaConnectionString (Settings)" DbObjectName="Equa_Anagrafica.dbo.v_selUtentiShortAD" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label, COD_CDC, ATTIVO FROM dbo.v_selUtentiShortAD</CommandText>
@@ -171,7 +171,7 @@ WHERE (USER_NAME = @USER_NAME)</CommandText>
<Mapping SourceColumn="ATTIVO" DataSetColumn="ATTIVO" />
</Mappings>
<Sources>
<DbSource ConnectionRef="Equa_AnagraficaConnectionString (Settings)" DbObjectName="Equa_Anagrafica.dbo.v_selUtentiShortAD" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByValue" GetMethodModifier="Public" GetMethodName="getByValue" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByValue" UserSourceName="getByValue">
<DbSource ConnectionRef="Equa_AnagraficaConnectionString (Settings)" DbObjectName="Equa_Anagrafica.dbo.v_selUtentiShortAD" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByValue" GetMethodModifier="Public" GetMethodName="getByValue" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByValue" UserSourceName="getByValue">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT value, label, COD_CDC, ATTIVO FROM dbo.v_selUtentiShortAD
@@ -186,7 +186,7 @@ where value=@value</CommandText>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selFiltriTableAdapter" GeneratorDataComponentClassName="v_selFiltriTableAdapter" Name="v_selFiltri" UserDataComponentName="v_selFiltriTableAdapter">
<MainSource>
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selFiltri" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selFiltri" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label, conditio FROM dbo.v_selFiltri</CommandText>
@@ -201,27 +201,24 @@ where value=@value</CommandText>
<Mapping SourceColumn="conditio" DataSetColumn="conditio" />
</Mappings>
<Sources>
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selFiltri" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByConditio" GetMethodModifier="Public" GetMethodName="getByConditio" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByConditio" UserSourceName="getByConditio">
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.stp_VSF_getByCond" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByConditio" GetMethodModifier="Public" GetMethodName="getByConditio" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByConditio" UserSourceName="getByConditio">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT value, label, conditio FROM dbo.v_selFiltri
WHERE conditio=@conditio</CommandText>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VSF_getByCond</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="conditio" ColumnName="conditio" DataSourceName="Equa_XPS.dbo.v_selFiltri" DataTypeServer="nvarchar(31)" DbType="String" Direction="Input" ParameterName="@conditio" Precision="0" ProviderType="NVarChar" Scale="0" Size="31" SourceColumn="conditio" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@conditio" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selFiltri" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByUrl" GetMethodModifier="Public" GetMethodName="getByUrl" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByUrl" UserSourceName="getByUrl">
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.stp_VSF_getByUrl" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByUrl" GetMethodModifier="Public" GetMethodName="getByUrl" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByUrl" UserSourceName="getByUrl">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT v_selFiltri.value, v_selFiltri.label, v_selFiltri.conditio
FROM Permessi INNER JOIN
Permessi2Funzione ON Permessi.COD_PERMESSO = Permessi2Funzione.COD_PERMESSO INNER JOIN
v_selFiltri ON Permessi2Funzione.COD_FUNZIONE = v_selFiltri.conditio
WHERE (Permessi.URL = @url)</CommandText>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_VSF_getByUrl</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="url" ColumnName="URL" DataSourceName="Equa_XPS.dbo.Permessi" DataTypeServer="varchar(250)" DbType="AnsiString" Direction="Input" ParameterName="@url" Precision="0" ProviderType="VarChar" Scale="0" Size="250" SourceColumn="URL" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@url" Precision="0" ProviderType="NVarChar" Scale="0" Size="250" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
@@ -230,7 +227,7 @@ WHERE (Permessi.URL = @url)</CommandText>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selTipoEventoTableAdapter" GeneratorDataComponentClassName="v_selTipoEventoTableAdapter" Name="v_selTipoEvento" UserDataComponentName="v_selTipoEventoTableAdapter">
<MainSource>
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selTipoEvento" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selTipoEvento" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label FROM dbo.v_selTipoEvento</CommandText>
@@ -247,7 +244,7 @@ WHERE (Permessi.URL = @url)</CommandText>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_dateEsecuzioneTableAdapter" GeneratorDataComponentClassName="v_dateEsecuzioneTableAdapter" Name="v_dateEsecuzione" UserDataComponentName="v_dateEsecuzioneTableAdapter">
<MainSource>
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_dateEsecuzione" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_dateEsecuzione" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT Data FROM dbo.v_dateEsecuzione</CommandText>
@@ -260,7 +257,7 @@ WHERE (Permessi.URL = @url)</CommandText>
<Mapping SourceColumn="Data" DataSetColumn="Data" />
</Mappings>
<Sources>
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.stp_dateProxScadenze" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByDataMin" GetMethodModifier="Public" GetMethodName="getByDataMin" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByDataMin" UserSourceName="getByDataMin">
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.stp_dateProxScadenze" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByDataMin" GetMethodModifier="Public" GetMethodName="getByDataMin" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByDataMin" UserSourceName="getByDataMin">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_dateProxScadenze</CommandText>
@@ -275,7 +272,7 @@ WHERE (Permessi.URL = @url)</CommandText>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selStatiTableAdapter" GeneratorDataComponentClassName="v_selStatiTableAdapter" Name="v_selStati" UserDataComponentName="v_selStatiTableAdapter">
<MainSource>
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selStati" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selStati" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label, conditio FROM dbo.v_selStati</CommandText>
@@ -290,7 +287,7 @@ WHERE (Permessi.URL = @url)</CommandText>
<Mapping SourceColumn="conditio" DataSetColumn="conditio" />
</Mappings>
<Sources>
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selStati" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByConditio" GetMethodModifier="Public" GetMethodName="getByConditio" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByConditio" UserSourceName="getByConditio">
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selStati" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByConditio" GetMethodModifier="Public" GetMethodName="getByConditio" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByConditio" UserSourceName="getByConditio">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT value, label, conditio FROM dbo.v_selStati
@@ -301,7 +298,7 @@ where conditio=@conditio</CommandText>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.stp_selStatiMinMax" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPiorita" GetMethodModifier="Public" GetMethodName="getByPiorita" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPiorita" UserSourceName="getByPiorita">
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.stp_selStatiMinMax" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByPiorita" GetMethodModifier="Public" GetMethodName="getByPiorita" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByPiorita" UserSourceName="getByPiorita">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_selStatiMinMax</CommandText>
@@ -317,7 +314,7 @@ where conditio=@conditio</CommandText>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selClientiTableAdapter" GeneratorDataComponentClassName="v_selClientiTableAdapter" Name="v_selClienti" UserDataComponentName="v_selClientiTableAdapter">
<MainSource>
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selClienti" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selClienti" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label FROM dbo.v_selClienti</CommandText>
@@ -334,7 +331,7 @@ where conditio=@conditio</CommandText>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selTipoMappaTableAdapter" GeneratorDataComponentClassName="v_selTipoMappaTableAdapter" Name="v_selTipoMappa" UserDataComponentName="v_selTipoMappaTableAdapter">
<MainSource>
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selTipoMappa" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selTipoMappa" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label FROM dbo.v_selTipoMappa</CommandText>
@@ -351,7 +348,7 @@ where conditio=@conditio</CommandText>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selAnagLavTableAdapter" GeneratorDataComponentClassName="v_selAnagLavTableAdapter" Name="v_selAnagLav" UserDataComponentName="v_selAnagLavTableAdapter">
<MainSource>
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selAnagLav" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selAnagLav" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label FROM dbo.v_selAnagLav</CommandText>
@@ -368,7 +365,7 @@ where conditio=@conditio</CommandText>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_selSetObjTableAdapter" GeneratorDataComponentClassName="v_selSetObjTableAdapter" Name="v_selSetObj" UserDataComponentName="v_selSetObjTableAdapter">
<MainSource>
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selSetObj" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DbSource ConnectionRef="Equa_XPSConnectionString (Settings)" DbObjectName="Equa_XPS.dbo.v_selSetObj" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT value, label FROM dbo.v_selSetObj</CommandText>
@@ -388,34 +385,34 @@ where conditio=@conditio</CommandText>
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="DS_utility" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="DS_utility" msprop:Generator_DataSetName="DS_utility" msprop:EnableTableAdapterManager="true">
<xs:element name="DS_utility" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DS_utility" msprop:Generator_UserDSName="DS_utility">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="v_selUtentiAll" msprop:Generator_UserTableName="v_selUtentiAll" msprop:Generator_RowDeletedName="v_selUtentiAllRowDeleted" msprop:Generator_RowChangedName="v_selUtentiAllRowChanged" msprop:Generator_RowClassName="v_selUtentiAllRow" msprop:Generator_RowChangingName="v_selUtentiAllRowChanging" msprop:Generator_RowEvArgName="v_selUtentiAllRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selUtentiAllRowChangeEventHandler" msprop:Generator_TableClassName="v_selUtentiAllDataTable" msprop:Generator_TableVarName="tablev_selUtentiAll" msprop:Generator_RowDeletingName="v_selUtentiAllRowDeleting" msprop:Generator_TablePropName="v_selUtentiAll">
<xs:element name="v_selUtentiAll" msprop:Generator_UserTableName="v_selUtentiAll" msprop:Generator_RowEvArgName="v_selUtentiAllRowChangeEvent" msprop:Generator_TableVarName="tablev_selUtentiAll" msprop:Generator_TablePropName="v_selUtentiAll" msprop:Generator_RowDeletingName="v_selUtentiAllRowDeleting" msprop:Generator_RowChangingName="v_selUtentiAllRowChanging" msprop:Generator_RowDeletedName="v_selUtentiAllRowDeleted" msprop:Generator_RowEvHandlerName="v_selUtentiAllRowChangeEventHandler" msprop:Generator_TableClassName="v_selUtentiAllDataTable" msprop:Generator_RowChangedName="v_selUtentiAllRowChanged" msprop:Generator_RowClassName="v_selUtentiAllRow">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msdata:ReadOnly="true" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:element name="label" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" msprop:Generator_UserColumnName="label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="232" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="COD_CDC" msprop:Generator_UserColumnName="COD_CDC" msprop:Generator_ColumnVarNameInTable="columnCOD_CDC" msprop:Generator_ColumnPropNameInRow="COD_CDC" msprop:Generator_ColumnPropNameInTable="COD_CDCColumn" minOccurs="0">
<xs:element name="COD_CDC" msprop:Generator_ColumnVarNameInTable="columnCOD_CDC" msprop:Generator_ColumnPropNameInRow="COD_CDC" msprop:Generator_ColumnPropNameInTable="COD_CDCColumn" msprop:Generator_UserColumnName="COD_CDC" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ATTIVO" msprop:Generator_UserColumnName="ATTIVO" msprop:Generator_ColumnVarNameInTable="columnATTIVO" msprop:Generator_ColumnPropNameInRow="ATTIVO" msprop:Generator_ColumnPropNameInTable="ATTIVOColumn" minOccurs="0">
<xs:element name="ATTIVO" msprop:Generator_ColumnVarNameInTable="columnATTIVO" msprop:Generator_ColumnPropNameInRow="ATTIVO" msprop:Generator_ColumnPropNameInTable="ATTIVOColumn" msprop:Generator_UserColumnName="ATTIVO" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
@@ -425,80 +422,80 @@ where conditio=@conditio</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="UTENTE" msprop:Generator_UserTableName="UTENTE" msprop:Generator_RowDeletedName="UTENTERowDeleted" msprop:Generator_RowChangedName="UTENTERowChanged" msprop:Generator_RowClassName="UTENTERow" msprop:Generator_RowChangingName="UTENTERowChanging" msprop:Generator_RowEvArgName="UTENTERowChangeEvent" msprop:Generator_RowEvHandlerName="UTENTERowChangeEventHandler" msprop:Generator_TableClassName="UTENTEDataTable" msprop:Generator_TableVarName="tableUTENTE" msprop:Generator_RowDeletingName="UTENTERowDeleting" msprop:Generator_TablePropName="UTENTE">
<xs:element name="UTENTE" msprop:Generator_UserTableName="UTENTE" msprop:Generator_RowEvArgName="UTENTERowChangeEvent" msprop:Generator_TableVarName="tableUTENTE" msprop:Generator_TablePropName="UTENTE" msprop:Generator_RowDeletingName="UTENTERowDeleting" msprop:Generator_RowChangingName="UTENTERowChanging" msprop:Generator_RowDeletedName="UTENTERowDeleted" msprop:Generator_RowEvHandlerName="UTENTERowChangeEventHandler" msprop:Generator_TableClassName="UTENTEDataTable" msprop:Generator_RowChangedName="UTENTERowChanged" msprop:Generator_RowClassName="UTENTERow">
<xs:complexType>
<xs:sequence>
<xs:element name="DOMINIO" msprop:Generator_UserColumnName="DOMINIO" msprop:Generator_ColumnVarNameInTable="columnDOMINIO" msprop:Generator_ColumnPropNameInRow="DOMINIO" msprop:Generator_ColumnPropNameInTable="DOMINIOColumn" minOccurs="0">
<xs:element name="DOMINIO" msprop:Generator_ColumnVarNameInTable="columnDOMINIO" msprop:Generator_ColumnPropNameInRow="DOMINIO" msprop:Generator_ColumnPropNameInTable="DOMINIOColumn" msprop:Generator_UserColumnName="DOMINIO" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="USER_NAME" msprop:Generator_UserColumnName="USER_NAME" msprop:Generator_ColumnVarNameInTable="columnUSER_NAME" msprop:Generator_ColumnPropNameInRow="USER_NAME" msprop:Generator_ColumnPropNameInTable="USER_NAMEColumn">
<xs:element name="USER_NAME" msprop:Generator_ColumnVarNameInTable="columnUSER_NAME" msprop:Generator_ColumnPropNameInRow="USER_NAME" msprop:Generator_ColumnPropNameInTable="USER_NAMEColumn" msprop:Generator_UserColumnName="USER_NAME">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="COGNOME" msprop:Generator_UserColumnName="COGNOME" msprop:Generator_ColumnVarNameInTable="columnCOGNOME" msprop:Generator_ColumnPropNameInRow="COGNOME" msprop:Generator_ColumnPropNameInTable="COGNOMEColumn" minOccurs="0">
<xs:element name="COGNOME" msprop:Generator_ColumnVarNameInTable="columnCOGNOME" msprop:Generator_ColumnPropNameInRow="COGNOME" msprop:Generator_ColumnPropNameInTable="COGNOMEColumn" msprop:Generator_UserColumnName="COGNOME" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NOME" msprop:Generator_UserColumnName="NOME" msprop:Generator_ColumnVarNameInTable="columnNOME" msprop:Generator_ColumnPropNameInRow="NOME" msprop:Generator_ColumnPropNameInTable="NOMEColumn" minOccurs="0">
<xs:element name="NOME" msprop:Generator_ColumnVarNameInTable="columnNOME" msprop:Generator_ColumnPropNameInRow="NOME" msprop:Generator_ColumnPropNameInTable="NOMEColumn" msprop:Generator_UserColumnName="NOME" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="COD_SOCIETA" msprop:Generator_UserColumnName="COD_SOCIETA" msprop:Generator_ColumnVarNameInTable="columnCOD_SOCIETA" msprop:Generator_ColumnPropNameInRow="COD_SOCIETA" msprop:Generator_ColumnPropNameInTable="COD_SOCIETAColumn" minOccurs="0">
<xs:element name="COD_SOCIETA" msprop:Generator_ColumnVarNameInTable="columnCOD_SOCIETA" msprop:Generator_ColumnPropNameInRow="COD_SOCIETA" msprop:Generator_ColumnPropNameInTable="COD_SOCIETAColumn" msprop:Generator_UserColumnName="COD_SOCIETA" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="5" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="MATRICOLA" msprop:Generator_UserColumnName="MATRICOLA" msprop:Generator_ColumnVarNameInTable="columnMATRICOLA" msprop:Generator_ColumnPropNameInRow="MATRICOLA" msprop:Generator_ColumnPropNameInTable="MATRICOLAColumn" minOccurs="0">
<xs:element name="MATRICOLA" msprop:Generator_ColumnVarNameInTable="columnMATRICOLA" msprop:Generator_ColumnPropNameInRow="MATRICOLA" msprop:Generator_ColumnPropNameInTable="MATRICOLAColumn" msprop:Generator_UserColumnName="MATRICOLA" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="5" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="COD_CDC" msprop:Generator_UserColumnName="COD_CDC" msprop:Generator_ColumnVarNameInTable="columnCOD_CDC" msprop:Generator_ColumnPropNameInRow="COD_CDC" msprop:Generator_ColumnPropNameInTable="COD_CDCColumn" minOccurs="0">
<xs:element name="COD_CDC" msprop:Generator_ColumnVarNameInTable="columnCOD_CDC" msprop:Generator_ColumnPropNameInRow="COD_CDC" msprop:Generator_ColumnPropNameInTable="COD_CDCColumn" msprop:Generator_UserColumnName="COD_CDC" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="EMAIL" msprop:Generator_UserColumnName="EMAIL" msprop:Generator_ColumnVarNameInTable="columnEMAIL" msprop:Generator_ColumnPropNameInRow="EMAIL" msprop:Generator_ColumnPropNameInTable="EMAILColumn" minOccurs="0">
<xs:element name="EMAIL" msprop:Generator_ColumnVarNameInTable="columnEMAIL" msprop:Generator_ColumnPropNameInRow="EMAIL" msprop:Generator_ColumnPropNameInTable="EMAILColumn" msprop:Generator_UserColumnName="EMAIL" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SIGLA" msprop:Generator_UserColumnName="SIGLA" msprop:Generator_ColumnVarNameInTable="columnSIGLA" msprop:Generator_ColumnPropNameInRow="SIGLA" msprop:Generator_ColumnPropNameInTable="SIGLAColumn" minOccurs="0">
<xs:element name="SIGLA" msprop:Generator_ColumnVarNameInTable="columnSIGLA" msprop:Generator_ColumnPropNameInRow="SIGLA" msprop:Generator_ColumnPropNameInTable="SIGLAColumn" msprop:Generator_UserColumnName="SIGLA" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="5" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="COD_LINGUA" msprop:Generator_UserColumnName="COD_LINGUA" msprop:Generator_ColumnVarNameInTable="columnCOD_LINGUA" msprop:Generator_ColumnPropNameInRow="COD_LINGUA" msprop:Generator_ColumnPropNameInTable="COD_LINGUAColumn" minOccurs="0">
<xs:element name="COD_LINGUA" msprop:Generator_ColumnVarNameInTable="columnCOD_LINGUA" msprop:Generator_ColumnPropNameInRow="COD_LINGUA" msprop:Generator_ColumnPropNameInTable="COD_LINGUAColumn" msprop:Generator_UserColumnName="COD_LINGUA" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="3" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ATTIVO" msprop:Generator_UserColumnName="ATTIVO" msprop:Generator_ColumnVarNameInTable="columnATTIVO" msprop:Generator_ColumnPropNameInRow="ATTIVO" msprop:Generator_ColumnPropNameInTable="ATTIVOColumn" minOccurs="0">
<xs:element name="ATTIVO" msprop:Generator_ColumnVarNameInTable="columnATTIVO" msprop:Generator_ColumnPropNameInRow="ATTIVO" msprop:Generator_ColumnPropNameInTable="ATTIVOColumn" msprop:Generator_UserColumnName="ATTIVO" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
@@ -508,31 +505,31 @@ where conditio=@conditio</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selUtentiShortAD" msprop:Generator_UserTableName="v_selUtentiShortAD" msprop:Generator_RowDeletedName="v_selUtentiShortADRowDeleted" msprop:Generator_RowChangedName="v_selUtentiShortADRowChanged" msprop:Generator_RowClassName="v_selUtentiShortADRow" msprop:Generator_RowChangingName="v_selUtentiShortADRowChanging" msprop:Generator_RowEvArgName="v_selUtentiShortADRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selUtentiShortADRowChangeEventHandler" msprop:Generator_TableClassName="v_selUtentiShortADDataTable" msprop:Generator_TableVarName="tablev_selUtentiShortAD" msprop:Generator_RowDeletingName="v_selUtentiShortADRowDeleting" msprop:Generator_TablePropName="v_selUtentiShortAD">
<xs:element name="v_selUtentiShortAD" msprop:Generator_UserTableName="v_selUtentiShortAD" msprop:Generator_RowEvArgName="v_selUtentiShortADRowChangeEvent" msprop:Generator_TableVarName="tablev_selUtentiShortAD" msprop:Generator_TablePropName="v_selUtentiShortAD" msprop:Generator_RowDeletingName="v_selUtentiShortADRowDeleting" msprop:Generator_RowChangingName="v_selUtentiShortADRowChanging" msprop:Generator_RowDeletedName="v_selUtentiShortADRowDeleted" msprop:Generator_RowEvHandlerName="v_selUtentiShortADRowChangeEventHandler" msprop:Generator_TableClassName="v_selUtentiShortADDataTable" msprop:Generator_RowChangedName="v_selUtentiShortADRowChanged" msprop:Generator_RowClassName="v_selUtentiShortADRow">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msdata:ReadOnly="true" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" minOccurs="0">
<xs:element name="value" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="81" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msdata:ReadOnly="true" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:element name="label" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" msprop:Generator_UserColumnName="label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="201" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="COD_CDC" msprop:Generator_UserColumnName="COD_CDC" msprop:Generator_ColumnVarNameInTable="columnCOD_CDC" msprop:Generator_ColumnPropNameInRow="COD_CDC" msprop:Generator_ColumnPropNameInTable="COD_CDCColumn" minOccurs="0">
<xs:element name="COD_CDC" msprop:Generator_ColumnVarNameInTable="columnCOD_CDC" msprop:Generator_ColumnPropNameInRow="COD_CDC" msprop:Generator_ColumnPropNameInTable="COD_CDCColumn" msprop:Generator_UserColumnName="COD_CDC" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ATTIVO" msprop:Generator_UserColumnName="ATTIVO" msprop:Generator_ColumnVarNameInTable="columnATTIVO" msprop:Generator_ColumnPropNameInRow="ATTIVO" msprop:Generator_ColumnPropNameInTable="ATTIVOColumn" minOccurs="0">
<xs:element name="ATTIVO" msprop:Generator_ColumnVarNameInTable="columnATTIVO" msprop:Generator_ColumnPropNameInRow="ATTIVO" msprop:Generator_ColumnPropNameInTable="ATTIVOColumn" msprop:Generator_UserColumnName="ATTIVO" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
@@ -542,24 +539,24 @@ where conditio=@conditio</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selFiltri" msprop:Generator_UserTableName="v_selFiltri" msprop:Generator_RowDeletedName="v_selFiltriRowDeleted" msprop:Generator_RowChangedName="v_selFiltriRowChanged" msprop:Generator_RowClassName="v_selFiltriRow" msprop:Generator_RowChangingName="v_selFiltriRowChanging" msprop:Generator_RowEvArgName="v_selFiltriRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selFiltriRowChangeEventHandler" msprop:Generator_TableClassName="v_selFiltriDataTable" msprop:Generator_TableVarName="tablev_selFiltri" msprop:Generator_RowDeletingName="v_selFiltriRowDeleting" msprop:Generator_TablePropName="v_selFiltri">
<xs:element name="v_selFiltri" msprop:Generator_UserTableName="v_selFiltri" msprop:Generator_RowEvArgName="v_selFiltriRowChangeEvent" msprop:Generator_TableVarName="tablev_selFiltri" msprop:Generator_TablePropName="v_selFiltri" msprop:Generator_RowDeletingName="v_selFiltriRowDeleting" msprop:Generator_RowChangingName="v_selFiltriRowChanging" msprop:Generator_RowDeletedName="v_selFiltriRowDeleted" msprop:Generator_RowEvHandlerName="v_selFiltriRowChangeEventHandler" msprop:Generator_TableClassName="v_selFiltriDataTable" msprop:Generator_RowChangedName="v_selFiltriRowChanged" msprop:Generator_RowClassName="v_selFiltriRow">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:element name="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" msprop:Generator_UserColumnName="label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="conditio" msprop:Generator_UserColumnName="conditio" msprop:Generator_ColumnVarNameInTable="columnconditio" msprop:Generator_ColumnPropNameInRow="conditio" msprop:Generator_ColumnPropNameInTable="conditioColumn">
<xs:element name="conditio" msprop:Generator_ColumnVarNameInTable="columnconditio" msprop:Generator_ColumnPropNameInRow="conditio" msprop:Generator_ColumnPropNameInTable="conditioColumn" msprop:Generator_UserColumnName="conditio">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="31" />
@@ -569,17 +566,17 @@ where conditio=@conditio</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selTipoEvento" msprop:Generator_UserTableName="v_selTipoEvento" msprop:Generator_RowDeletedName="v_selTipoEventoRowDeleted" msprop:Generator_RowChangedName="v_selTipoEventoRowChanged" msprop:Generator_RowClassName="v_selTipoEventoRow" msprop:Generator_RowChangingName="v_selTipoEventoRowChanging" msprop:Generator_RowEvArgName="v_selTipoEventoRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selTipoEventoRowChangeEventHandler" msprop:Generator_TableClassName="v_selTipoEventoDataTable" msprop:Generator_TableVarName="tablev_selTipoEvento" msprop:Generator_RowDeletingName="v_selTipoEventoRowDeleting" msprop:Generator_TablePropName="v_selTipoEvento">
<xs:element name="v_selTipoEvento" msprop:Generator_UserTableName="v_selTipoEvento" msprop:Generator_RowEvArgName="v_selTipoEventoRowChangeEvent" msprop:Generator_TableVarName="tablev_selTipoEvento" msprop:Generator_TablePropName="v_selTipoEvento" msprop:Generator_RowDeletingName="v_selTipoEventoRowDeleting" msprop:Generator_RowChangingName="v_selTipoEventoRowChanging" msprop:Generator_RowDeletedName="v_selTipoEventoRowDeleted" msprop:Generator_RowEvHandlerName="v_selTipoEventoRowChangeEventHandler" msprop:Generator_TableClassName="v_selTipoEventoDataTable" msprop:Generator_RowChangedName="v_selTipoEventoRowChanged" msprop:Generator_RowClassName="v_selTipoEventoRow">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:element name="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" msprop:Generator_UserColumnName="label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
@@ -589,31 +586,31 @@ where conditio=@conditio</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_dateEsecuzione" msprop:Generator_UserTableName="v_dateEsecuzione" msprop:Generator_RowDeletedName="v_dateEsecuzioneRowDeleted" msprop:Generator_RowChangedName="v_dateEsecuzioneRowChanged" msprop:Generator_RowClassName="v_dateEsecuzioneRow" msprop:Generator_RowChangingName="v_dateEsecuzioneRowChanging" msprop:Generator_RowEvArgName="v_dateEsecuzioneRowChangeEvent" msprop:Generator_RowEvHandlerName="v_dateEsecuzioneRowChangeEventHandler" msprop:Generator_TableClassName="v_dateEsecuzioneDataTable" msprop:Generator_TableVarName="tablev_dateEsecuzione" msprop:Generator_RowDeletingName="v_dateEsecuzioneRowDeleting" msprop:Generator_TablePropName="v_dateEsecuzione">
<xs:element name="v_dateEsecuzione" msprop:Generator_UserTableName="v_dateEsecuzione" msprop:Generator_RowEvArgName="v_dateEsecuzioneRowChangeEvent" msprop:Generator_TableVarName="tablev_dateEsecuzione" msprop:Generator_TablePropName="v_dateEsecuzione" msprop:Generator_RowDeletingName="v_dateEsecuzioneRowDeleting" msprop:Generator_RowChangingName="v_dateEsecuzioneRowChanging" msprop:Generator_RowDeletedName="v_dateEsecuzioneRowDeleted" msprop:Generator_RowEvHandlerName="v_dateEsecuzioneRowChangeEventHandler" msprop:Generator_TableClassName="v_dateEsecuzioneDataTable" msprop:Generator_RowChangedName="v_dateEsecuzioneRowChanged" msprop:Generator_RowClassName="v_dateEsecuzioneRow">
<xs:complexType>
<xs:sequence>
<xs:element name="Data" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" type="xs:dateTime" minOccurs="0" />
<xs:element name="Data" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" type="xs:dateTime" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selStati" msprop:Generator_UserTableName="v_selStati" msprop:Generator_RowDeletedName="v_selStatiRowDeleted" msprop:Generator_RowChangedName="v_selStatiRowChanged" msprop:Generator_RowClassName="v_selStatiRow" msprop:Generator_RowChangingName="v_selStatiRowChanging" msprop:Generator_RowEvArgName="v_selStatiRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selStatiRowChangeEventHandler" msprop:Generator_TableClassName="v_selStatiDataTable" msprop:Generator_TableVarName="tablev_selStati" msprop:Generator_RowDeletingName="v_selStatiRowDeleting" msprop:Generator_TablePropName="v_selStati">
<xs:element name="v_selStati" msprop:Generator_UserTableName="v_selStati" msprop:Generator_RowEvArgName="v_selStatiRowChangeEvent" msprop:Generator_TableVarName="tablev_selStati" msprop:Generator_TablePropName="v_selStati" msprop:Generator_RowDeletingName="v_selStatiRowDeleting" msprop:Generator_RowChangingName="v_selStatiRowChanging" msprop:Generator_RowDeletedName="v_selStatiRowDeleted" msprop:Generator_RowEvHandlerName="v_selStatiRowChangeEventHandler" msprop:Generator_TableClassName="v_selStatiDataTable" msprop:Generator_RowChangedName="v_selStatiRowChanged" msprop:Generator_RowClassName="v_selStatiRow">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:element name="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" msprop:Generator_UserColumnName="label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="conditio" msprop:Generator_UserColumnName="conditio" msprop:Generator_ColumnVarNameInTable="columnconditio" msprop:Generator_ColumnPropNameInRow="conditio" msprop:Generator_ColumnPropNameInTable="conditioColumn">
<xs:element name="conditio" msprop:Generator_ColumnVarNameInTable="columnconditio" msprop:Generator_ColumnPropNameInRow="conditio" msprop:Generator_ColumnPropNameInTable="conditioColumn" msprop:Generator_UserColumnName="conditio">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
@@ -623,17 +620,17 @@ where conditio=@conditio</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selClienti" msprop:Generator_UserTableName="v_selClienti" msprop:Generator_RowDeletedName="v_selClientiRowDeleted" msprop:Generator_RowChangedName="v_selClientiRowChanged" msprop:Generator_RowClassName="v_selClientiRow" msprop:Generator_RowChangingName="v_selClientiRowChanging" msprop:Generator_RowEvArgName="v_selClientiRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selClientiRowChangeEventHandler" msprop:Generator_TableClassName="v_selClientiDataTable" msprop:Generator_TableVarName="tablev_selClienti" msprop:Generator_RowDeletingName="v_selClientiRowDeleting" msprop:Generator_TablePropName="v_selClienti">
<xs:element name="v_selClienti" msprop:Generator_UserTableName="v_selClienti" msprop:Generator_RowEvArgName="v_selClientiRowChangeEvent" msprop:Generator_TableVarName="tablev_selClienti" msprop:Generator_TablePropName="v_selClienti" msprop:Generator_RowDeletingName="v_selClientiRowDeleting" msprop:Generator_RowChangingName="v_selClientiRowChanging" msprop:Generator_RowDeletedName="v_selClientiRowDeleted" msprop:Generator_RowEvHandlerName="v_selClientiRowChangeEventHandler" msprop:Generator_TableClassName="v_selClientiDataTable" msprop:Generator_RowChangedName="v_selClientiRowChanged" msprop:Generator_RowClassName="v_selClientiRow">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:element name="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" msprop:Generator_UserColumnName="label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="500" />
@@ -643,17 +640,17 @@ where conditio=@conditio</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selTipoMappa" msprop:Generator_UserTableName="v_selTipoMappa" msprop:Generator_RowDeletedName="v_selTipoMappaRowDeleted" msprop:Generator_RowChangedName="v_selTipoMappaRowChanged" msprop:Generator_RowClassName="v_selTipoMappaRow" msprop:Generator_RowChangingName="v_selTipoMappaRowChanging" msprop:Generator_RowEvArgName="v_selTipoMappaRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selTipoMappaRowChangeEventHandler" msprop:Generator_TableClassName="v_selTipoMappaDataTable" msprop:Generator_TableVarName="tablev_selTipoMappa" msprop:Generator_RowDeletingName="v_selTipoMappaRowDeleting" msprop:Generator_TablePropName="v_selTipoMappa">
<xs:element name="v_selTipoMappa" msprop:Generator_UserTableName="v_selTipoMappa" msprop:Generator_RowEvArgName="v_selTipoMappaRowChangeEvent" msprop:Generator_TableVarName="tablev_selTipoMappa" msprop:Generator_TablePropName="v_selTipoMappa" msprop:Generator_RowDeletingName="v_selTipoMappaRowDeleting" msprop:Generator_RowChangingName="v_selTipoMappaRowChanging" msprop:Generator_RowDeletedName="v_selTipoMappaRowDeleted" msprop:Generator_RowEvHandlerName="v_selTipoMappaRowChangeEventHandler" msprop:Generator_TableClassName="v_selTipoMappaDataTable" msprop:Generator_RowChangedName="v_selTipoMappaRowChanged" msprop:Generator_RowClassName="v_selTipoMappaRow">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:element name="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" msprop:Generator_UserColumnName="label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
@@ -663,17 +660,17 @@ where conditio=@conditio</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selAnagLav" msprop:Generator_UserTableName="v_selAnagLav" msprop:Generator_RowDeletedName="v_selAnagLavRowDeleted" msprop:Generator_RowChangedName="v_selAnagLavRowChanged" msprop:Generator_RowClassName="v_selAnagLavRow" msprop:Generator_RowChangingName="v_selAnagLavRowChanging" msprop:Generator_RowEvArgName="v_selAnagLavRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selAnagLavRowChangeEventHandler" msprop:Generator_TableClassName="v_selAnagLavDataTable" msprop:Generator_TableVarName="tablev_selAnagLav" msprop:Generator_RowDeletingName="v_selAnagLavRowDeleting" msprop:Generator_TablePropName="v_selAnagLav">
<xs:element name="v_selAnagLav" msprop:Generator_UserTableName="v_selAnagLav" msprop:Generator_RowEvArgName="v_selAnagLavRowChangeEvent" msprop:Generator_TableVarName="tablev_selAnagLav" msprop:Generator_TablePropName="v_selAnagLav" msprop:Generator_RowDeletingName="v_selAnagLavRowDeleting" msprop:Generator_RowChangingName="v_selAnagLavRowChanging" msprop:Generator_RowDeletedName="v_selAnagLavRowDeleted" msprop:Generator_RowEvHandlerName="v_selAnagLavRowChangeEventHandler" msprop:Generator_TableClassName="v_selAnagLavDataTable" msprop:Generator_RowChangedName="v_selAnagLavRowChanged" msprop:Generator_RowClassName="v_selAnagLavRow">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:element name="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" msprop:Generator_UserColumnName="label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
@@ -683,17 +680,17 @@ where conditio=@conditio</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="v_selSetObj" msprop:Generator_UserTableName="v_selSetObj" msprop:Generator_RowDeletedName="v_selSetObjRowDeleted" msprop:Generator_RowChangedName="v_selSetObjRowChanged" msprop:Generator_RowClassName="v_selSetObjRow" msprop:Generator_RowChangingName="v_selSetObjRowChanging" msprop:Generator_RowEvArgName="v_selSetObjRowChangeEvent" msprop:Generator_RowEvHandlerName="v_selSetObjRowChangeEventHandler" msprop:Generator_TableClassName="v_selSetObjDataTable" msprop:Generator_TableVarName="tablev_selSetObj" msprop:Generator_RowDeletingName="v_selSetObjRowDeleting" msprop:Generator_TablePropName="v_selSetObj">
<xs:element name="v_selSetObj" msprop:Generator_UserTableName="v_selSetObj" msprop:Generator_RowEvArgName="v_selSetObjRowChangeEvent" msprop:Generator_TableVarName="tablev_selSetObj" msprop:Generator_TablePropName="v_selSetObj" msprop:Generator_RowDeletingName="v_selSetObjRowDeleting" msprop:Generator_RowChangingName="v_selSetObjRowChanging" msprop:Generator_RowDeletedName="v_selSetObjRowDeleted" msprop:Generator_RowEvHandlerName="v_selSetObjRowChangeEventHandler" msprop:Generator_TableClassName="v_selSetObjDataTable" msprop:Generator_RowChangedName="v_selSetObjRowChanged" msprop:Generator_RowClassName="v_selSetObjRow">
<xs:complexType>
<xs:sequence>
<xs:element name="value" msprop:Generator_UserColumnName="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn">
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="label" msprop:Generator_UserColumnName="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" minOccurs="0">
<xs:element name="label" msprop:Generator_ColumnVarNameInTable="columnlabel" msprop:Generator_ColumnPropNameInRow="label" msprop:Generator_ColumnPropNameInTable="labelColumn" msprop:Generator_UserColumnName="label" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
@@ -713,6 +710,10 @@ where conditio=@conditio</CommandText>
<xs:selector xpath=".//mstns:UTENTE" />
<xs:field xpath="mstns:USER_NAME" />
</xs:unique>
<xs:unique name="v_selFiltri_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:v_selFiltri" />
<xs:field xpath="mstns:value" />
</xs:unique>
<xs:unique name="v_selTipoEvento_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:v_selTipoEvento" />
<xs:field xpath="mstns:value" />
+9 -9
View File
@@ -4,19 +4,19 @@
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="78" ViewPortY="-10" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="-10" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:v_selUtentiAll" ZOrder="11" X="109" Y="173" Height="153" Width="224" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="102" />
<Shape ID="DesignTable:UTENTE" ZOrder="10" X="521" Y="177" Height="305" Width="219" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
<Shape ID="DesignTable:v_selUtentiShortAD" ZOrder="9" X="943" Y="220" Height="172" Width="257" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="102" />
<Shape ID="DesignTable:v_selFiltri" ZOrder="8" X="141" Y="528" Height="172" Width="198" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
<Shape ID="DesignTable:v_selTipoEvento" ZOrder="7" X="496" Y="596" Height="115" Width="238" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:v_dateEsecuzione" ZOrder="1" X="1043" Y="605" Height="116" Width="245" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="46" />
<Shape ID="DesignTable:v_selStati" ZOrder="2" X="788" Y="42" Height="172" Width="192" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
<Shape ID="DesignTable:v_selClienti" ZOrder="6" X="1062" Y="45" Height="115" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:v_selTipoMappa" ZOrder="5" X="423" Y="747" Height="115" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:v_selAnagLav" ZOrder="4" X="811" Y="670" Height="115" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:v_selSetObj" ZOrder="3" X="803" Y="453" Height="130" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="79" />
<Shape ID="DesignTable:v_selFiltri" ZOrder="1" X="141" Y="528" Height="172" Width="198" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
<Shape ID="DesignTable:v_selTipoEvento" ZOrder="8" X="496" Y="596" Height="115" Width="238" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:v_dateEsecuzione" ZOrder="2" X="1043" Y="605" Height="116" Width="245" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="46" />
<Shape ID="DesignTable:v_selStati" ZOrder="3" X="788" Y="42" Height="172" Width="192" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
<Shape ID="DesignTable:v_selClienti" ZOrder="7" X="1062" Y="45" Height="115" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:v_selTipoMappa" ZOrder="6" X="423" Y="747" Height="115" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:v_selAnagLav" ZOrder="5" X="811" Y="670" Height="115" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:v_selSetObj" ZOrder="4" X="803" Y="453" Height="130" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="79" />
</Shapes>
<Connectors />
</DiagramLayout>
+2 -2
View File
@@ -4,7 +4,7 @@
</configSections>
<connectionStrings>
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\MDB_Data\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=WIN2016-SQL;Initial Catalog=Equa_XPS;Persist Security Info=True;User ID=sa;Password=keyhammer16" providerName="System.Data.SqlClient"/>
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=WIN2016-SQL;Initial Catalog=Equa_XPS;Persist Security Info=True;User ID=sa;Password=keyhammer16" providerName="System.Data.SqlClient"/>
</connectionStrings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>