diff --git a/C2P/Import.aspx b/C2P/Import.aspx index d8bda42..1edf9bc 100644 --- a/C2P/Import.aspx +++ b/C2P/Import.aspx @@ -17,10 +17,10 @@ Step 1 - <%: traduci("tmp.stp_All_ImportFile_Process") %>
- Step 2 - <%: traduci("tmp.stp_All_ConvertFile_Process") %> + <%--Step 2 - <%: traduci("tmp.stp_All_ConvertFile_Process") %>--%>
- Step 3 - <%: traduci("ext.stp_All_MergeFile_Process") %> + <%--Step 3 - <%: traduci("ext.stp_All_MergeFile_Process") %>--%>
diff --git a/C2P/Import.aspx.cs b/C2P/Import.aspx.cs index b8d07d1..b9cffbf 100644 --- a/C2P/Import.aspx.cs +++ b/C2P/Import.aspx.cs @@ -74,7 +74,9 @@ namespace C2P /// protected void lbtImport_Click(object sender, EventArgs e) { - DtProxy.man.taImpTL.InsertQuery("[tmp].[stp_All_ImportFile_Process]", "@filePath='e:\test\',@ERRORFILE = ''"); + DtProxy.man.taImpTL.InsertQuery("[tmp].[stp_All_ImportFile_Process]", @"@filePath='e:\test\',@ProcDiesGroup=1"); + grViewTicket.SelectedIndex = -1; + grViewTicket.DataBind(); } /// /// chiamata procedura di convert tracciati diff --git a/C2P/Import.aspx.designer.cs b/C2P/Import.aspx.designer.cs index 0014bb0..ff4fdce 100644 --- a/C2P/Import.aspx.designer.cs +++ b/C2P/Import.aspx.designer.cs @@ -21,24 +21,6 @@ namespace C2P { /// protected global::System.Web.UI.WebControls.LinkButton lbtImport; - /// - /// lbtConvert control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.LinkButton lbtConvert; - - /// - /// lbtMerge control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.LinkButton lbtMerge; - /// /// grViewTicket control. /// diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll index 503cde2..93d5606 100644 Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ diff --git a/C2P_Report/bin/C2P_Report.dll b/C2P_Report/bin/C2P_Report.dll index 527eab1..b34cad1 100644 Binary files a/C2P_Report/bin/C2P_Report.dll and b/C2P_Report/bin/C2P_Report.dll differ