altro logging (non basta!!!)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<Shape ID="DesignTable:SchemaCollFamMacc" ZOrder="12" X="67" Y="-36" Height="286" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
|
||||
<Shape ID="DesignTable:ElencoDossier" ZOrder="9" X="1068" Y="251" Height="267" Width="225" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" />
|
||||
<Shape ID="DesignTable:SchemaCollMacc" ZOrder="4" X="744" Y="249" Height="248" Width="233" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
|
||||
<Shape ID="DesignTable:Misure" ZOrder="1" X="748" Y="565" Height="362" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:Misure" ZOrder="1" X="726" Y="551" Height="362" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
</Shapes>
|
||||
<Connectors>
|
||||
<Connector ID="DesignRelation:FK_DettScheda_AnagSchede1" ZOrder="19" LineWidth="11">
|
||||
@@ -118,23 +118,23 @@
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>1100</X>
|
||||
<Y>592</Y>
|
||||
<Y>578</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>1048</X>
|
||||
<Y>592</Y>
|
||||
<X>1026</X>
|
||||
<Y>578</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
<Connector ID="DesignRelation:FK_Misure_SchemaCollMacc" ZOrder="2" LineWidth="11">
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>779</X>
|
||||
<X>860</X>
|
||||
<Y>497</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>779</X>
|
||||
<Y>565</Y>
|
||||
<X>860</X>
|
||||
<Y>551</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -61,7 +61,7 @@ namespace CMS_SC
|
||||
{
|
||||
get
|
||||
{
|
||||
string answ = "";
|
||||
string answ = "-";
|
||||
try
|
||||
{
|
||||
answ = ddlSelScheda.SelectedValue;
|
||||
@@ -75,7 +75,7 @@ namespace CMS_SC
|
||||
{
|
||||
get
|
||||
{
|
||||
string answ = "";
|
||||
string answ = "-";
|
||||
try
|
||||
{
|
||||
answ = ddlFase.SelectedValue;
|
||||
|
||||
@@ -54,6 +54,6 @@
|
||||
<asp:ControlParameter ControlID="hfFase" Name="Fase" PropertyName="Value" Type="String" />
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
<asp:HiddenField runat="server" ID="hfIdxDossier" Value="-1" />
|
||||
<asp:HiddenField runat="server" ID="hfIdxDossier" Value="" />
|
||||
<asp:HiddenField runat="server" ID="hfCodSchedaVers" Value="" />
|
||||
<asp:HiddenField runat="server" ID="hfFase" Value="" />
|
||||
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using SteamWare;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
@@ -83,7 +84,14 @@ namespace CMS_SC.WebUserControls
|
||||
}
|
||||
public void doUpdate()
|
||||
{
|
||||
grView.DataBind();
|
||||
try
|
||||
{
|
||||
grView.DataBind();
|
||||
}
|
||||
catch (Exception exc)
|
||||
{
|
||||
logger.lg.scriviLog(string.Format("Eccezione in databind, valori filtro{0}Dossier: [{1}]{0}CodScheda: [{2}]{0}Fase: [{3}]{0}Eccezione:{0}{4}", Environment.NewLine, IdxDossier, CodSchedaVers, Fase, exc));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user