bozza show dettaglio commessa

This commit is contained in:
Samuele Locatelli
2013-05-23 17:23:00 +02:00
parent efc969fda6
commit 39fde6ed46
13 changed files with 3066 additions and 80 deletions
+2448
View File
File diff suppressed because it is too large Load Diff
+282 -3
View File
@@ -358,6 +358,193 @@
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DatiCommessaTableAdapter" GeneratorDataComponentClassName="DatiCommessaTableAdapter" Name="DatiCommessa" UserDataComponentName="DatiCommessaTableAdapter">
<MainSource>
<DbSource ConnectionRef="ETS_PROJConnectionString (Settings)" DbObjectName="[ETS-PROJ].dbo.DatiCommessa" 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].[DatiCommessa] WHERE (([idxFase] = @Original_idxFase) AND ((@IsNull_AnnoCommessa = 1 AND [AnnoCommessa] IS NULL) OR ([AnnoCommessa] = @Original_AnnoCommessa)) AND ((@IsNull_NumeroCommessa = 1 AND [NumeroCommessa] IS NULL) OR ([NumeroCommessa] = @Original_NumeroCommessa)) AND ((@IsNull_nickname = 1 AND [nickname] IS NULL) OR ([nickname] = @Original_nickname)) AND ((@IsNull_CheckOk = 1 AND [CheckOk] IS NULL) OR ([CheckOk] = @Original_CheckOk)) AND ((@IsNull_CapoCommessa = 1 AND [CapoCommessa] IS NULL) OR ([CapoCommessa] = @Original_CapoCommessa)) AND ((@IsNull_SQC = 1 AND [SQC] IS NULL) OR ([SQC] = @Original_SQC)) AND ((@IsNull_Pubblico = 1 AND [Pubblico] IS NULL) OR ([Pubblico] = @Original_Pubblico)) AND ((@IsNull_EnteProcuratore = 1 AND [EnteProcuratore] IS NULL) OR ([EnteProcuratore] = @Original_EnteProcuratore)) AND ((@IsNull_Importo = 1 AND [Importo] IS NULL) OR ([Importo] = @Original_Importo)) AND ((@IsNull_DataApertura = 1 AND [DataApertura] IS NULL) OR ([DataApertura] = @Original_DataApertura)) AND ((@IsNull_rifOfferta = 1 AND [rifOfferta] IS NULL) OR ([rifOfferta] = @Original_rifOfferta)) AND ((@IsNull_urlOfferta = 1 AND [urlOfferta] IS NULL) OR ([urlOfferta] = @Original_urlOfferta)) AND ((@IsNull_rifOrdine = 1 AND [rifOrdine] IS NULL) OR ([rifOrdine] = @Original_rifOrdine)) AND ((@IsNull_urlOrdine = 1 AND [urlOrdine] IS NULL) OR ([urlOrdine] = @Original_urlOrdine)) AND ((@IsNull_Indirizzo = 1 AND [Indirizzo] IS NULL) OR ([Indirizzo] = @Original_Indirizzo)) AND ((@IsNull_Note = 1 AND [Note] IS NULL) OR ([Note] = @Original_Note)) AND ((@IsNull_NomeComm = 1 AND [NomeComm] IS NULL) OR ([NomeComm] = @Original_NomeComm)) AND ((@IsNull_ImportoIntegr = 1 AND [ImportoIntegr] IS NULL) OR ([ImportoIntegr] = @Original_ImportoIntegr)) AND ((@IsNull_ImportoFornExt = 1 AND [ImportoFornExt] IS NULL) OR ([ImportoFornExt] = @Original_ImportoFornExt)) AND ((@IsNull_BCWS = 1 AND [BCWS] IS NULL) OR ([BCWS] = @Original_BCWS)))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_idxFase" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="idxFase" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_AnnoCommessa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AnnoCommessa" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AnnoCommessa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AnnoCommessa" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumeroCommessa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumeroCommessa" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumeroCommessa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumeroCommessa" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_nickname" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nickname" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_nickname" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="nickname" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CheckOk" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CheckOk" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_CheckOk" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="CheckOk" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CapoCommessa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CapoCommessa" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CapoCommessa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CapoCommessa" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SQC" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SQC" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_SQC" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="SQC" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Pubblico" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Pubblico" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Pubblico" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="Pubblico" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_EnteProcuratore" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EnteProcuratore" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_EnteProcuratore" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="EnteProcuratore" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Importo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Importo" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Importo" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Importo" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DataApertura" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DataApertura" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataApertura" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataApertura" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_rifOfferta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="rifOfferta" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_rifOfferta" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="rifOfferta" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_urlOfferta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="urlOfferta" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_urlOfferta" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="urlOfferta" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_rifOrdine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="rifOrdine" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_rifOrdine" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="rifOrdine" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_urlOrdine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="urlOrdine" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_urlOrdine" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="urlOrdine" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Indirizzo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Indirizzo" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Indirizzo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Indirizzo" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Note" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NomeComm" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NomeComm" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_NomeComm" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="NomeComm" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ImportoIntegr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ImportoIntegr" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ImportoIntegr" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="ImportoIntegr" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ImportoFornExt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ImportoFornExt" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ImportoFornExt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="ImportoFornExt" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_BCWS" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BCWS" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_BCWS" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="BCWS" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [dbo].[DatiCommessa] ([idxFase], [AnnoCommessa], [NumeroCommessa], [nickname], [CheckOk], [CapoCommessa], [SQC], [Pubblico], [EnteProcuratore], [Importo], [DataApertura], [rifOfferta], [urlOfferta], [rifOrdine], [urlOrdine], [Indirizzo], [Note]) VALUES (@idxFase, @AnnoCommessa, @NumeroCommessa, @nickname, @CheckOk, @CapoCommessa, @SQC, @Pubblico, @EnteProcuratore, @Importo, @DataApertura, @rifOfferta, @urlOfferta, @rifOrdine, @urlOrdine, @Indirizzo, @Note);
SELECT idxFase, AnnoCommessa, NumeroCommessa, nickname, CheckOk, CapoCommessa, SQC, Pubblico, EnteProcuratore, Importo, DataApertura, rifOfferta, urlOfferta, rifOrdine, urlOrdine, Indirizzo, Note, NomeComm, ImportoIntegr, ImportoFornExt, BCWS FROM DatiCommessa WHERE (idxFase = @idxFase)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@idxFase" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="idxFase" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@AnnoCommessa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AnnoCommessa" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumeroCommessa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumeroCommessa" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@nickname" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="nickname" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@CheckOk" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="CheckOk" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CapoCommessa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CapoCommessa" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@SQC" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="SQC" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Pubblico" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="Pubblico" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@EnteProcuratore" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="EnteProcuratore" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Importo" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Importo" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataApertura" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataApertura" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@rifOfferta" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="rifOfferta" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@urlOfferta" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="urlOfferta" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@rifOrdine" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="rifOrdine" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@urlOrdine" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="urlOrdine" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Indirizzo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Indirizzo" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT idxFase, AnnoCommessa, NumeroCommessa, nickname, CheckOk, CapoCommessa, SQC, Pubblico, EnteProcuratore, Importo, DataApertura, rifOfferta, urlOfferta, rifOrdine, urlOrdine, Indirizzo, Note, NomeComm, ImportoIntegr, ImportoFornExt, BCWS FROM dbo.DatiCommessa</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [dbo].[DatiCommessa] SET [idxFase] = @idxFase, [AnnoCommessa] = @AnnoCommessa, [NumeroCommessa] = @NumeroCommessa, [nickname] = @nickname, [CheckOk] = @CheckOk, [CapoCommessa] = @CapoCommessa, [SQC] = @SQC, [Pubblico] = @Pubblico, [EnteProcuratore] = @EnteProcuratore, [Importo] = @Importo, [DataApertura] = @DataApertura, [rifOfferta] = @rifOfferta, [urlOfferta] = @urlOfferta, [rifOrdine] = @rifOrdine, [urlOrdine] = @urlOrdine, [Indirizzo] = @Indirizzo, [Note] = @Note WHERE (([idxFase] = @Original_idxFase) AND ((@IsNull_AnnoCommessa = 1 AND [AnnoCommessa] IS NULL) OR ([AnnoCommessa] = @Original_AnnoCommessa)) AND ((@IsNull_NumeroCommessa = 1 AND [NumeroCommessa] IS NULL) OR ([NumeroCommessa] = @Original_NumeroCommessa)) AND ((@IsNull_nickname = 1 AND [nickname] IS NULL) OR ([nickname] = @Original_nickname)) AND ((@IsNull_CheckOk = 1 AND [CheckOk] IS NULL) OR ([CheckOk] = @Original_CheckOk)) AND ((@IsNull_CapoCommessa = 1 AND [CapoCommessa] IS NULL) OR ([CapoCommessa] = @Original_CapoCommessa)) AND ((@IsNull_SQC = 1 AND [SQC] IS NULL) OR ([SQC] = @Original_SQC)) AND ((@IsNull_Pubblico = 1 AND [Pubblico] IS NULL) OR ([Pubblico] = @Original_Pubblico)) AND ((@IsNull_EnteProcuratore = 1 AND [EnteProcuratore] IS NULL) OR ([EnteProcuratore] = @Original_EnteProcuratore)) AND ((@IsNull_Importo = 1 AND [Importo] IS NULL) OR ([Importo] = @Original_Importo)) AND ((@IsNull_DataApertura = 1 AND [DataApertura] IS NULL) OR ([DataApertura] = @Original_DataApertura)) AND ((@IsNull_rifOfferta = 1 AND [rifOfferta] IS NULL) OR ([rifOfferta] = @Original_rifOfferta)) AND ((@IsNull_urlOfferta = 1 AND [urlOfferta] IS NULL) OR ([urlOfferta] = @Original_urlOfferta)) AND ((@IsNull_rifOrdine = 1 AND [rifOrdine] IS NULL) OR ([rifOrdine] = @Original_rifOrdine)) AND ((@IsNull_urlOrdine = 1 AND [urlOrdine] IS NULL) OR ([urlOrdine] = @Original_urlOrdine)) AND ((@IsNull_Indirizzo = 1 AND [Indirizzo] IS NULL) OR ([Indirizzo] = @Original_Indirizzo)) AND ((@IsNull_Note = 1 AND [Note] IS NULL) OR ([Note] = @Original_Note)) AND ((@IsNull_NomeComm = 1 AND [NomeComm] IS NULL) OR ([NomeComm] = @Original_NomeComm)) AND ((@IsNull_ImportoIntegr = 1 AND [ImportoIntegr] IS NULL) OR ([ImportoIntegr] = @Original_ImportoIntegr)) AND ((@IsNull_ImportoFornExt = 1 AND [ImportoFornExt] IS NULL) OR ([ImportoFornExt] = @Original_ImportoFornExt)) AND ((@IsNull_BCWS = 1 AND [BCWS] IS NULL) OR ([BCWS] = @Original_BCWS)));
SELECT idxFase, AnnoCommessa, NumeroCommessa, nickname, CheckOk, CapoCommessa, SQC, Pubblico, EnteProcuratore, Importo, DataApertura, rifOfferta, urlOfferta, rifOrdine, urlOrdine, Indirizzo, Note, NomeComm, ImportoIntegr, ImportoFornExt, BCWS FROM DatiCommessa WHERE (idxFase = @idxFase)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@idxFase" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="idxFase" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@AnnoCommessa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AnnoCommessa" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumeroCommessa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumeroCommessa" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@nickname" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="nickname" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@CheckOk" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="CheckOk" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CapoCommessa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CapoCommessa" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@SQC" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="SQC" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Pubblico" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="Pubblico" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@EnteProcuratore" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="EnteProcuratore" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Importo" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Importo" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataApertura" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataApertura" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@rifOfferta" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="rifOfferta" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@urlOfferta" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="urlOfferta" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@rifOrdine" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="rifOrdine" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@urlOrdine" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="urlOrdine" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Indirizzo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Indirizzo" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_idxFase" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="idxFase" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_AnnoCommessa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AnnoCommessa" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AnnoCommessa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AnnoCommessa" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumeroCommessa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumeroCommessa" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumeroCommessa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumeroCommessa" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_nickname" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nickname" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_nickname" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="nickname" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CheckOk" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CheckOk" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_CheckOk" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="CheckOk" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CapoCommessa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CapoCommessa" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CapoCommessa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CapoCommessa" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SQC" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SQC" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_SQC" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="SQC" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Pubblico" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Pubblico" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_Pubblico" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="Pubblico" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_EnteProcuratore" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EnteProcuratore" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_EnteProcuratore" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="EnteProcuratore" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Importo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Importo" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Importo" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="Importo" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DataApertura" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DataApertura" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataApertura" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataApertura" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_rifOfferta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="rifOfferta" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_rifOfferta" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="rifOfferta" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_urlOfferta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="urlOfferta" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_urlOfferta" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="urlOfferta" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_rifOrdine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="rifOrdine" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_rifOrdine" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="rifOrdine" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_urlOrdine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="urlOrdine" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_urlOrdine" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="urlOrdine" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Indirizzo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Indirizzo" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Indirizzo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Indirizzo" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Note" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NomeComm" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NomeComm" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_NomeComm" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="NomeComm" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ImportoIntegr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ImportoIntegr" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ImportoIntegr" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="ImportoIntegr" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ImportoFornExt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ImportoFornExt" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ImportoFornExt" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="ImportoFornExt" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_BCWS" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BCWS" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_BCWS" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="BCWS" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="idxFase" DataSetColumn="idxFase" />
<Mapping SourceColumn="AnnoCommessa" DataSetColumn="AnnoCommessa" />
<Mapping SourceColumn="NumeroCommessa" DataSetColumn="NumeroCommessa" />
<Mapping SourceColumn="nickname" DataSetColumn="nickname" />
<Mapping SourceColumn="CheckOk" DataSetColumn="CheckOk" />
<Mapping SourceColumn="CapoCommessa" DataSetColumn="CapoCommessa" />
<Mapping SourceColumn="SQC" DataSetColumn="SQC" />
<Mapping SourceColumn="Pubblico" DataSetColumn="Pubblico" />
<Mapping SourceColumn="EnteProcuratore" DataSetColumn="EnteProcuratore" />
<Mapping SourceColumn="Importo" DataSetColumn="Importo" />
<Mapping SourceColumn="DataApertura" DataSetColumn="DataApertura" />
<Mapping SourceColumn="rifOfferta" DataSetColumn="rifOfferta" />
<Mapping SourceColumn="urlOfferta" DataSetColumn="urlOfferta" />
<Mapping SourceColumn="rifOrdine" DataSetColumn="rifOrdine" />
<Mapping SourceColumn="urlOrdine" DataSetColumn="urlOrdine" />
<Mapping SourceColumn="Indirizzo" DataSetColumn="Indirizzo" />
<Mapping SourceColumn="Note" DataSetColumn="Note" />
<Mapping SourceColumn="NomeComm" DataSetColumn="NomeComm" />
<Mapping SourceColumn="ImportoIntegr" DataSetColumn="ImportoIntegr" />
<Mapping SourceColumn="ImportoFornExt" DataSetColumn="ImportoFornExt" />
<Mapping SourceColumn="BCWS" DataSetColumn="BCWS" />
</Mappings>
<Sources>
<DbSource ConnectionRef="ETS_PROJConnectionString (Settings)" DbObjectName="[ETS-PROJ].dbo.stp_DC_getByIdxFase" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByIdxFase" GetMethodModifier="Public" GetMethodName="getByIdxFase" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByIdxFase" UserSourceName="getByIdxFase">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_DC_getByIdxFase</CommandText>
<Parameters>
<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="int" DbType="Int32" Direction="Input" ParameterName="@idxFase" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
</Tables>
<Sources />
</DataSource>
@@ -366,7 +553,7 @@
<xs:element name="Ds_ProjEts" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="Ds_ProjEts" msprop:Generator_UserDSName="Ds_ProjEts">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="AnagProgetti" msprop:Generator_TableClassName="AnagProgettiDataTable" msprop:Generator_TableVarName="tableAnagProgetti" msprop:Generator_RowChangedName="AnagProgettiRowChanged" msprop:Generator_TablePropName="AnagProgetti" msprop:Generator_RowDeletingName="AnagProgettiRowDeleting" msprop:Generator_RowChangingName="AnagProgettiRowChanging" msprop:Generator_RowEvHandlerName="AnagProgettiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagProgettiRowDeleted" msprop:Generator_RowClassName="AnagProgettiRow" msprop:Generator_UserTableName="AnagProgetti" msprop:Generator_RowEvArgName="AnagProgettiRowChangeEvent">
<xs:element name="AnagProgetti" msprop:Generator_TableClassName="AnagProgettiDataTable" msprop:Generator_TableVarName="tableAnagProgetti" msprop:Generator_TablePropName="AnagProgetti" msprop:Generator_RowDeletingName="AnagProgettiRowDeleting" msprop:Generator_RowChangingName="AnagProgettiRowChanging" msprop:Generator_RowEvHandlerName="AnagProgettiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagProgettiRowDeleted" msprop:Generator_UserTableName="AnagProgetti" msprop:Generator_RowChangedName="AnagProgettiRowChanged" msprop:Generator_RowEvArgName="AnagProgettiRowChangeEvent" msprop:Generator_RowClassName="AnagProgettiRow">
<xs:complexType>
<xs:sequence>
<xs:element name="idxProgetto" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidxProgetto" msprop:Generator_ColumnPropNameInRow="idxProgetto" msprop:Generator_ColumnPropNameInTable="idxProgettoColumn" msprop:Generator_UserColumnName="idxProgetto" type="xs:int" />
@@ -409,7 +596,7 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AnagFasi" msprop:Generator_TableClassName="AnagFasiDataTable" msprop:Generator_TableVarName="tableAnagFasi" msprop:Generator_RowChangedName="AnagFasiRowChanged" msprop:Generator_TablePropName="AnagFasi" msprop:Generator_RowDeletingName="AnagFasiRowDeleting" msprop:Generator_RowChangingName="AnagFasiRowChanging" msprop:Generator_RowEvHandlerName="AnagFasiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagFasiRowDeleted" msprop:Generator_RowClassName="AnagFasiRow" msprop:Generator_UserTableName="AnagFasi" msprop:Generator_RowEvArgName="AnagFasiRowChangeEvent">
<xs:element name="AnagFasi" msprop:Generator_TableClassName="AnagFasiDataTable" msprop:Generator_TableVarName="tableAnagFasi" msprop:Generator_TablePropName="AnagFasi" msprop:Generator_RowDeletingName="AnagFasiRowDeleting" msprop:Generator_RowChangingName="AnagFasiRowChanging" msprop:Generator_RowEvHandlerName="AnagFasiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagFasiRowDeleted" msprop:Generator_UserTableName="AnagFasi" msprop:Generator_RowChangedName="AnagFasiRowChanged" msprop:Generator_RowEvArgName="AnagFasiRowChangeEvent" msprop:Generator_RowClassName="AnagFasiRow">
<xs:complexType>
<xs:sequence>
<xs:element name="idxFase" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidxFase" msprop:Generator_ColumnPropNameInRow="idxFase" msprop:Generator_ColumnPropNameInTable="idxFaseColumn" msprop:Generator_UserColumnName="idxFase" type="xs:int" />
@@ -459,6 +646,93 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DatiCommessa" msprop:Generator_TableClassName="DatiCommessaDataTable" msprop:Generator_TableVarName="tableDatiCommessa" msprop:Generator_TablePropName="DatiCommessa" msprop:Generator_RowDeletingName="DatiCommessaRowDeleting" msprop:Generator_RowChangingName="DatiCommessaRowChanging" msprop:Generator_RowEvHandlerName="DatiCommessaRowChangeEventHandler" msprop:Generator_RowDeletedName="DatiCommessaRowDeleted" msprop:Generator_UserTableName="DatiCommessa" msprop:Generator_RowChangedName="DatiCommessaRowChanged" msprop:Generator_RowEvArgName="DatiCommessaRowChangeEvent" msprop:Generator_RowClassName="DatiCommessaRow">
<xs:complexType>
<xs:sequence>
<xs:element name="idxFase" msprop:Generator_ColumnVarNameInTable="columnidxFase" msprop:Generator_ColumnPropNameInRow="idxFase" msprop:Generator_ColumnPropNameInTable="idxFaseColumn" msprop:Generator_UserColumnName="idxFase" type="xs:int" />
<xs:element name="AnnoCommessa" msprop:Generator_ColumnVarNameInTable="columnAnnoCommessa" msprop:Generator_ColumnPropNameInRow="AnnoCommessa" msprop:Generator_ColumnPropNameInTable="AnnoCommessaColumn" msprop:Generator_UserColumnName="AnnoCommessa" type="xs:int" minOccurs="0" />
<xs:element name="NumeroCommessa" msprop:Generator_ColumnVarNameInTable="columnNumeroCommessa" msprop:Generator_ColumnPropNameInRow="NumeroCommessa" msprop:Generator_ColumnPropNameInTable="NumeroCommessaColumn" msprop:Generator_UserColumnName="NumeroCommessa" type="xs:int" minOccurs="0" />
<xs:element name="nickname" msprop:Generator_ColumnVarNameInTable="columnnickname" msprop:Generator_ColumnPropNameInRow="nickname" msprop:Generator_ColumnPropNameInTable="nicknameColumn" msprop:Generator_UserColumnName="nickname" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CheckOk" msprop:Generator_ColumnVarNameInTable="columnCheckOk" msprop:Generator_ColumnPropNameInRow="CheckOk" msprop:Generator_ColumnPropNameInTable="CheckOkColumn" msprop:Generator_UserColumnName="CheckOk" type="xs:boolean" minOccurs="0" />
<xs:element name="CapoCommessa" msprop:Generator_ColumnVarNameInTable="columnCapoCommessa" msprop:Generator_ColumnPropNameInRow="CapoCommessa" msprop:Generator_ColumnPropNameInTable="CapoCommessaColumn" msprop:Generator_UserColumnName="CapoCommessa" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SQC" msprop:Generator_ColumnVarNameInTable="columnSQC" msprop:Generator_ColumnPropNameInRow="SQC" msprop:Generator_ColumnPropNameInTable="SQCColumn" msprop:Generator_UserColumnName="SQC" type="xs:boolean" minOccurs="0" />
<xs:element name="Pubblico" msprop:Generator_ColumnVarNameInTable="columnPubblico" msprop:Generator_ColumnPropNameInRow="Pubblico" msprop:Generator_ColumnPropNameInTable="PubblicoColumn" msprop:Generator_UserColumnName="Pubblico" type="xs:boolean" minOccurs="0" />
<xs:element name="EnteProcuratore" msprop:Generator_ColumnVarNameInTable="columnEnteProcuratore" msprop:Generator_ColumnPropNameInRow="EnteProcuratore" msprop:Generator_ColumnPropNameInTable="EnteProcuratoreColumn" msprop:Generator_UserColumnName="EnteProcuratore" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Importo" msprop:Generator_ColumnVarNameInTable="columnImporto" msprop:Generator_ColumnPropNameInRow="Importo" msprop:Generator_ColumnPropNameInTable="ImportoColumn" msprop:Generator_UserColumnName="Importo" type="xs:decimal" minOccurs="0" />
<xs:element name="DataApertura" msprop:Generator_ColumnVarNameInTable="columnDataApertura" msprop:Generator_ColumnPropNameInRow="DataApertura" msprop:Generator_ColumnPropNameInTable="DataAperturaColumn" msprop:Generator_UserColumnName="DataApertura" type="xs:dateTime" minOccurs="0" />
<xs:element name="rifOfferta" msprop:Generator_ColumnVarNameInTable="columnrifOfferta" msprop:Generator_ColumnPropNameInRow="rifOfferta" msprop:Generator_ColumnPropNameInTable="rifOffertaColumn" msprop:Generator_UserColumnName="rifOfferta" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="urlOfferta" msprop:Generator_ColumnVarNameInTable="columnurlOfferta" msprop:Generator_ColumnPropNameInRow="urlOfferta" msprop:Generator_ColumnPropNameInTable="urlOffertaColumn" msprop:Generator_UserColumnName="urlOfferta" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="rifOrdine" msprop:Generator_ColumnVarNameInTable="columnrifOrdine" msprop:Generator_ColumnPropNameInRow="rifOrdine" msprop:Generator_ColumnPropNameInTable="rifOrdineColumn" msprop:Generator_UserColumnName="rifOrdine" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="urlOrdine" msprop:Generator_ColumnVarNameInTable="columnurlOrdine" msprop:Generator_ColumnPropNameInRow="urlOrdine" msprop:Generator_ColumnPropNameInTable="urlOrdineColumn" msprop:Generator_UserColumnName="urlOrdine" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Indirizzo" msprop:Generator_ColumnVarNameInTable="columnIndirizzo" msprop:Generator_ColumnPropNameInRow="Indirizzo" msprop:Generator_ColumnPropNameInTable="IndirizzoColumn" msprop:Generator_UserColumnName="Indirizzo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" msprop:Generator_UserColumnName="Note" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="500" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NomeComm" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNomeComm" msprop:Generator_ColumnPropNameInRow="NomeComm" msprop:Generator_ColumnPropNameInTable="NomeCommColumn" msprop:Generator_UserColumnName="NomeComm" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ImportoIntegr" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImportoIntegr" msprop:Generator_ColumnPropNameInRow="ImportoIntegr" msprop:Generator_ColumnPropNameInTable="ImportoIntegrColumn" msprop:Generator_UserColumnName="ImportoIntegr" type="xs:decimal" minOccurs="0" />
<xs:element name="ImportoFornExt" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImportoFornExt" msprop:Generator_ColumnPropNameInRow="ImportoFornExt" msprop:Generator_ColumnPropNameInTable="ImportoFornExtColumn" msprop:Generator_UserColumnName="ImportoFornExt" type="xs:decimal" minOccurs="0" />
<xs:element name="BCWS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnBCWS" msprop:Generator_ColumnPropNameInRow="BCWS" msprop:Generator_ColumnPropNameInTable="BCWSColumn" msprop:Generator_UserColumnName="BCWS" type="xs:decimal" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
@@ -469,10 +743,15 @@
<xs:selector xpath=".//mstns:AnagFasi" />
<xs:field xpath="mstns:idxFase" />
</xs:unique>
<xs:unique name="DatiCommessa_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:DatiCommessa" />
<xs:field xpath="mstns:idxFase" />
</xs:unique>
</xs:element>
<xs:annotation>
<xs:appinfo>
<msdata:Relationship name="AnagProgetti_AnagFasi" msdata:parent="AnagProgetti" msdata:child="AnagFasi" msdata:parentkey="idxProgetto" msdata:childkey="idxProgetto" msprop:Generator_UserChildTable="AnagFasi" msprop:Generator_ChildPropName="GetAnagFasiRows" msprop:Generator_UserRelationName="AnagProgetti_AnagFasi" msprop:Generator_RelationVarName="relationAnagProgetti_AnagFasi" msprop:Generator_UserParentTable="AnagProgetti" msprop:Generator_ParentPropName="AnagProgettiRow" />
<msdata:Relationship name="AnagProgetti_AnagFasi" msdata:parent="AnagProgetti" msdata:child="AnagFasi" msdata:parentkey="idxProgetto" msdata:childkey="idxProgetto" msprop:Generator_UserChildTable="AnagFasi" msprop:Generator_ChildPropName="GetAnagFasiRows" msprop:Generator_UserRelationName="AnagProgetti_AnagFasi" msprop:Generator_ParentPropName="AnagProgettiRow" msprop:Generator_RelationVarName="relationAnagProgetti_AnagFasi" msprop:Generator_UserParentTable="AnagProgetti" />
<msdata:Relationship name="DatiCommessa_AnagFasi" msdata:parent="DatiCommessa" msdata:child="AnagFasi" msdata:parentkey="idxFase" msdata:childkey="idxFase" msprop:Generator_UserChildTable="AnagFasi" msprop:Generator_ChildPropName="GetAnagFasiRows" msprop:Generator_UserRelationName="DatiCommessa_AnagFasi" msprop:Generator_RelationVarName="relationDatiCommessa_AnagFasi" msprop:Generator_UserParentTable="DatiCommessa" msprop:Generator_ParentPropName="DatiCommessaRow" />
</xs:appinfo>
</xs:annotation>
</xs:schema>
+16 -4
View File
@@ -6,12 +6,12 @@
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="0" ViewPortY="0" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:AnagProgetti" ZOrder="4" X="70" Y="54" Height="438" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="273" />
<Shape ID="DesignTable:AnagFasi" ZOrder="3" X="495" Y="56" Height="533" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="292" />
<Shape ID="DesignTable:Permessi" ZOrder="1" X="1146" Y="95" Height="191" Width="196" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
<Shape ID="DesignTable:AnagProgetti" ZOrder="5" X="70" Y="54" Height="438" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="273" />
<Shape ID="DesignTable:AnagFasi" ZOrder="4" X="495" Y="56" Height="533" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="292" />
<Shape ID="DesignTable:DatiCommessa" ZOrder="2" X="974" Y="50" Height="324" Width="231" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
</Shapes>
<Connectors>
<Connector ID="DesignRelation:AnagProgetti_AnagFasi" ZOrder="2" LineWidth="11">
<Connector ID="DesignRelation:AnagProgetti_AnagFasi" ZOrder="3" LineWidth="11">
<RoutePoints>
<Point>
<X>370</X>
@@ -23,5 +23,17 @@
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:DatiCommessa_AnagFasi" ZOrder="1" LineWidth="11">
<RoutePoints>
<Point>
<X>974</X>
<Y>205</Y>
</Point>
<Point>
<X>795</X>
<Y>205</Y>
</Point>
</RoutePoints>
</Connector>
</Connectors>
</DiagramLayout>
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,293 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_datiComm.ascx.cs" Inherits="PROJ_ETS.WebUserControls.mod_datiComm" %>
dati dettaglio commessa
anno, num...
<asp:FormView ID="frmView" runat="server" DataKeyNames="idxFase" DataSourceID="ods">
<InsertItemTemplate>
idxFase:
<asp:TextBox ID="idxFaseTextBox" runat="server" Text='<%# Bind("idxFase") %>' />
<br />
AnnoCommessa:
<asp:TextBox ID="AnnoCommessaTextBox" runat="server" Text='<%# Bind("AnnoCommessa") %>' />
<br />
NumeroCommessa:
<asp:TextBox ID="NumeroCommessaTextBox" runat="server" Text='<%# Bind("NumeroCommessa") %>' />
<br />
nickname:
<asp:TextBox ID="nicknameTextBox" runat="server" Text='<%# Bind("nickname") %>' />
<br />
CheckOk:
<asp:CheckBox ID="CheckOkCheckBox" runat="server" Checked='<%# Bind("CheckOk") %>' />
<br />
CapoCommessa:
<asp:TextBox ID="CapoCommessaTextBox" runat="server" Text='<%# Bind("CapoCommessa") %>' />
<br />
SQC:
<asp:CheckBox ID="SQCCheckBox" runat="server" Checked='<%# Bind("SQC") %>' />
<br />
Pubblico:
<asp:CheckBox ID="PubblicoCheckBox" runat="server" Checked='<%# Bind("Pubblico") %>' />
<br />
EnteProcuratore:
<asp:TextBox ID="EnteProcuratoreTextBox" runat="server" Text='<%# Bind("EnteProcuratore") %>' />
<br />
Importo:
<asp:TextBox ID="ImportoTextBox" runat="server" Text='<%# Bind("Importo") %>' />
<br />
DataApertura:
<asp:TextBox ID="DataAperturaTextBox" runat="server" Text='<%# Bind("DataApertura") %>' />
<br />
rifOfferta:
<asp:TextBox ID="rifOffertaTextBox" runat="server" Text='<%# Bind("rifOfferta") %>' />
<br />
urlOfferta:
<asp:TextBox ID="urlOffertaTextBox" runat="server" Text='<%# Bind("urlOfferta") %>' />
<br />
rifOrdine:
<asp:TextBox ID="rifOrdineTextBox" runat="server" Text='<%# Bind("rifOrdine") %>' />
<br />
urlOrdine:
<asp:TextBox ID="urlOrdineTextBox" runat="server" Text='<%# Bind("urlOrdine") %>' />
<br />
Indirizzo:
<asp:TextBox ID="IndirizzoTextBox" runat="server" Text='<%# Bind("Indirizzo") %>' />
<br />
Note:
<asp:TextBox ID="NoteTextBox" runat="server" Text='<%# Bind("Note") %>' />
<br />
NomeComm:
<asp:TextBox ID="NomeCommTextBox" runat="server" Text='<%# Bind("NomeComm") %>' />
<br />
ImportoIntegr:
<asp:TextBox ID="ImportoIntegrTextBox" runat="server" Text='<%# Bind("ImportoIntegr") %>' />
<br />
ImportoFornExt:
<asp:TextBox ID="ImportoFornExtTextBox" runat="server" Text='<%# Bind("ImportoFornExt") %>' />
<br />
BCWS:
<asp:TextBox ID="BCWSTextBox" runat="server" Text='<%# Bind("BCWS") %>' />
<br />
<asp:LinkButton ID="InsertButton" runat="server" CausesValidation="True" CommandName="Insert" Text="Insert" />
&nbsp;<asp:LinkButton ID="InsertCancelButton" runat="server" CausesValidation="False" CommandName="Cancel" Text="Cancel" />
</InsertItemTemplate>
<ItemTemplate>
idxFase:
<asp:Label ID="idxFaseLabel" runat="server" Text='<%# Eval("idxFase") %>' />
<br />
AnnoCommessa:
<asp:Label ID="AnnoCommessaLabel" runat="server" Text='<%# Bind("AnnoCommessa") %>' />
<br />
NumeroCommessa:
<asp:Label ID="NumeroCommessaLabel" runat="server" Text='<%# Bind("NumeroCommessa") %>' />
<br />
nickname:
<asp:Label ID="nicknameLabel" runat="server" Text='<%# Bind("nickname") %>' />
<br />
CheckOk:
<asp:CheckBox ID="CheckOkCheckBox" runat="server" Checked='<%# Bind("CheckOk") %>' Enabled="false" />
<br />
CapoCommessa:
<asp:Label ID="CapoCommessaLabel" runat="server" Text='<%# Bind("CapoCommessa") %>' />
<br />
SQC:
<asp:CheckBox ID="SQCCheckBox" runat="server" Checked='<%# Bind("SQC") %>' Enabled="false" />
<br />
Pubblico:
<asp:CheckBox ID="PubblicoCheckBox" runat="server" Checked='<%# Bind("Pubblico") %>' Enabled="false" />
<br />
EnteProcuratore:
<asp:Label ID="EnteProcuratoreLabel" runat="server" Text='<%# Bind("EnteProcuratore") %>' />
<br />
Importo:
<asp:Label ID="ImportoLabel" runat="server" Text='<%# Bind("Importo") %>' />
<br />
DataApertura:
<asp:Label ID="DataAperturaLabel" runat="server" Text='<%# Bind("DataApertura") %>' />
<br />
rifOfferta:
<asp:Label ID="rifOffertaLabel" runat="server" Text='<%# Bind("rifOfferta") %>' />
<br />
urlOfferta:
<asp:Label ID="urlOffertaLabel" runat="server" Text='<%# Bind("urlOfferta") %>' />
<br />
rifOrdine:
<asp:Label ID="rifOrdineLabel" runat="server" Text='<%# Bind("rifOrdine") %>' />
<br />
urlOrdine:
<asp:Label ID="urlOrdineLabel" runat="server" Text='<%# Bind("urlOrdine") %>' />
<br />
Indirizzo:
<asp:Label ID="IndirizzoLabel" runat="server" Text='<%# Bind("Indirizzo") %>' />
<br />
Note:
<asp:Label ID="NoteLabel" runat="server" Text='<%# Bind("Note") %>' />
<br />
NomeComm:
<asp:Label ID="NomeCommLabel" runat="server" Text='<%# Bind("NomeComm") %>' />
<br />
ImportoIntegr:
<asp:Label ID="ImportoIntegrLabel" runat="server" Text='<%# Bind("ImportoIntegr") %>' />
<br />
ImportoFornExt:
<asp:Label ID="ImportoFornExtLabel" runat="server" Text='<%# Bind("ImportoFornExt") %>' />
<br />
BCWS:
<asp:Label ID="BCWSLabel" runat="server" Text='<%# Bind("BCWS") %>' />
<br />
<asp:LinkButton ID="EditButton" runat="server" CausesValidation="False" CommandName="Edit" Text="Edit" />
&nbsp;<asp:LinkButton ID="DeleteButton" runat="server" CausesValidation="False" CommandName="Delete" Text="Delete" />
&nbsp;<asp:LinkButton ID="NewButton" runat="server" CausesValidation="False" CommandName="New" Text="New" />
</ItemTemplate>
<EditItemTemplate>
idxFase:
<asp:Label ID="idxFaseLabel1" runat="server" Text='<%# Eval("idxFase") %>' />
<br />
AnnoCommessa:
<asp:TextBox ID="AnnoCommessaTextBox" runat="server" Text='<%# Bind("AnnoCommessa") %>' />
<br />
NumeroCommessa:
<asp:TextBox ID="NumeroCommessaTextBox" runat="server" Text='<%# Bind("NumeroCommessa") %>' />
<br />
nickname:
<asp:TextBox ID="nicknameTextBox" runat="server" Text='<%# Bind("nickname") %>' />
<br />
CheckOk:
<asp:CheckBox ID="CheckOkCheckBox" runat="server" Checked='<%# Bind("CheckOk") %>' />
<br />
CapoCommessa:
<asp:TextBox ID="CapoCommessaTextBox" runat="server" Text='<%# Bind("CapoCommessa") %>' />
<br />
SQC:
<asp:CheckBox ID="SQCCheckBox" runat="server" Checked='<%# Bind("SQC") %>' />
<br />
Pubblico:
<asp:CheckBox ID="PubblicoCheckBox" runat="server" Checked='<%# Bind("Pubblico") %>' />
<br />
EnteProcuratore:
<asp:TextBox ID="EnteProcuratoreTextBox" runat="server" Text='<%# Bind("EnteProcuratore") %>' />
<br />
Importo:
<asp:TextBox ID="ImportoTextBox" runat="server" Text='<%# Bind("Importo") %>' />
<br />
DataApertura:
<asp:TextBox ID="DataAperturaTextBox" runat="server" Text='<%# Bind("DataApertura") %>' />
<br />
rifOfferta:
<asp:TextBox ID="rifOffertaTextBox" runat="server" Text='<%# Bind("rifOfferta") %>' />
<br />
urlOfferta:
<asp:TextBox ID="urlOffertaTextBox" runat="server" Text='<%# Bind("urlOfferta") %>' />
<br />
rifOrdine:
<asp:TextBox ID="rifOrdineTextBox" runat="server" Text='<%# Bind("rifOrdine") %>' />
<br />
urlOrdine:
<asp:TextBox ID="urlOrdineTextBox" runat="server" Text='<%# Bind("urlOrdine") %>' />
<br />
Indirizzo:
<asp:TextBox ID="IndirizzoTextBox" runat="server" Text='<%# Bind("Indirizzo") %>' />
<br />
Note:
<asp:TextBox ID="NoteTextBox" runat="server" Text='<%# Bind("Note") %>' />
<br />
NomeComm:
<asp:TextBox ID="NomeCommTextBox" runat="server" Text='<%# Bind("NomeComm") %>' />
<br />
ImportoIntegr:
<asp:TextBox ID="ImportoIntegrTextBox" runat="server" Text='<%# Bind("ImportoIntegr") %>' />
<br />
ImportoFornExt:
<asp:TextBox ID="ImportoFornExtTextBox" runat="server" Text='<%# Bind("ImportoFornExt") %>' />
<br />
BCWS:
<asp:TextBox ID="BCWSTextBox" runat="server" Text='<%# Bind("BCWS") %>' />
<br />
<asp:LinkButton ID="UpdateButton" runat="server" CausesValidation="True" CommandName="Update" Text="Update" />
&nbsp;<asp:LinkButton ID="UpdateCancelButton" runat="server" CausesValidation="False" CommandName="Cancel" Text="Cancel" />
</EditItemTemplate>
</asp:FormView>
<asp:ObjectDataSource ID="ods" runat="server" DeleteMethod="Delete" InsertMethod="Insert" OldValuesParameterFormatString="original_{0}" SelectMethod="getByIdxFase" TypeName="ETS_Data.Ds_ProjEtsTableAdapters.DatiCommessaTableAdapter" UpdateMethod="Update">
<DeleteParameters>
<asp:Parameter Name="Original_idxFase" Type="Int32" />
<asp:Parameter Name="Original_AnnoCommessa" Type="Int32" />
<asp:Parameter Name="Original_NumeroCommessa" Type="Int32" />
<asp:Parameter Name="Original_nickname" Type="String" />
<asp:Parameter Name="Original_CheckOk" Type="Boolean" />
<asp:Parameter Name="Original_CapoCommessa" Type="String" />
<asp:Parameter Name="Original_SQC" Type="Boolean" />
<asp:Parameter Name="Original_Pubblico" Type="Boolean" />
<asp:Parameter Name="Original_EnteProcuratore" Type="String" />
<asp:Parameter Name="Original_Importo" Type="Decimal" />
<asp:Parameter Name="Original_DataApertura" Type="DateTime" />
<asp:Parameter Name="Original_rifOfferta" Type="String" />
<asp:Parameter Name="Original_urlOfferta" Type="String" />
<asp:Parameter Name="Original_rifOrdine" Type="String" />
<asp:Parameter Name="Original_urlOrdine" Type="String" />
<asp:Parameter Name="Original_Indirizzo" Type="String" />
<asp:Parameter Name="Original_Note" Type="String" />
<asp:Parameter Name="Original_NomeComm" Type="String" />
<asp:Parameter Name="Original_ImportoIntegr" Type="Decimal" />
<asp:Parameter Name="Original_ImportoFornExt" Type="Decimal" />
<asp:Parameter Name="Original_BCWS" Type="Decimal" />
</DeleteParameters>
<InsertParameters>
<asp:Parameter Name="idxFase" Type="Int32" />
<asp:Parameter Name="AnnoCommessa" Type="Int32" />
<asp:Parameter Name="NumeroCommessa" Type="Int32" />
<asp:Parameter Name="nickname" Type="String" />
<asp:Parameter Name="CheckOk" Type="Boolean" />
<asp:Parameter Name="CapoCommessa" Type="String" />
<asp:Parameter Name="SQC" Type="Boolean" />
<asp:Parameter Name="Pubblico" Type="Boolean" />
<asp:Parameter Name="EnteProcuratore" Type="String" />
<asp:Parameter Name="Importo" Type="Decimal" />
<asp:Parameter Name="DataApertura" Type="DateTime" />
<asp:Parameter Name="rifOfferta" Type="String" />
<asp:Parameter Name="urlOfferta" Type="String" />
<asp:Parameter Name="rifOrdine" Type="String" />
<asp:Parameter Name="urlOrdine" Type="String" />
<asp:Parameter Name="Indirizzo" Type="String" />
<asp:Parameter Name="Note" Type="String" />
</InsertParameters>
<SelectParameters>
<asp:SessionParameter Name="idxFase" Type="Int32" SessionField="idxFase_sel" />
</SelectParameters>
<UpdateParameters>
<asp:Parameter Name="AnnoCommessa" Type="Int32" />
<asp:Parameter Name="NumeroCommessa" Type="Int32" />
<asp:Parameter Name="nickname" Type="String" />
<asp:Parameter Name="CheckOk" Type="Boolean" />
<asp:Parameter Name="CapoCommessa" Type="String" />
<asp:Parameter Name="SQC" Type="Boolean" />
<asp:Parameter Name="Pubblico" Type="Boolean" />
<asp:Parameter Name="EnteProcuratore" Type="String" />
<asp:Parameter Name="Importo" Type="Decimal" />
<asp:Parameter Name="DataApertura" Type="DateTime" />
<asp:Parameter Name="rifOfferta" Type="String" />
<asp:Parameter Name="urlOfferta" Type="String" />
<asp:Parameter Name="rifOrdine" Type="String" />
<asp:Parameter Name="urlOrdine" Type="String" />
<asp:Parameter Name="Indirizzo" Type="String" />
<asp:Parameter Name="Note" Type="String" />
<asp:Parameter Name="Original_idxFase" Type="Int32" />
<asp:Parameter Name="Original_AnnoCommessa" Type="Int32" />
<asp:Parameter Name="Original_NumeroCommessa" Type="Int32" />
<asp:Parameter Name="Original_nickname" Type="String" />
<asp:Parameter Name="Original_CheckOk" Type="Boolean" />
<asp:Parameter Name="Original_CapoCommessa" Type="String" />
<asp:Parameter Name="Original_SQC" Type="Boolean" />
<asp:Parameter Name="Original_Pubblico" Type="Boolean" />
<asp:Parameter Name="Original_EnteProcuratore" Type="String" />
<asp:Parameter Name="Original_Importo" Type="Decimal" />
<asp:Parameter Name="Original_DataApertura" Type="DateTime" />
<asp:Parameter Name="Original_rifOfferta" Type="String" />
<asp:Parameter Name="Original_urlOfferta" Type="String" />
<asp:Parameter Name="Original_rifOrdine" Type="String" />
<asp:Parameter Name="Original_urlOrdine" Type="String" />
<asp:Parameter Name="Original_Indirizzo" Type="String" />
<asp:Parameter Name="Original_Note" Type="String" />
<asp:Parameter Name="Original_NomeComm" Type="String" />
<asp:Parameter Name="Original_ImportoIntegr" Type="Decimal" />
<asp:Parameter Name="Original_ImportoFornExt" Type="Decimal" />
<asp:Parameter Name="Original_BCWS" Type="Decimal" />
</UpdateParameters>
</asp:ObjectDataSource>
@@ -3,15 +3,31 @@
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace PROJ_ETS.WebUserControls
{
public partial class mod_datiComm
{
namespace PROJ_ETS.WebUserControls {
public partial class mod_datiComm {
/// <summary>
/// frmView control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.FormView frmView;
/// <summary>
/// ods control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.ObjectDataSource ods;
}
}
Binary file not shown.
Binary file not shown.
+5 -64
View File
@@ -1,64 +1,5 @@
2013-05-23 14:46:14.6537 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
2013-05-23 14:46:14.8397 [WARN] Accesso fallito: user non autorizzato e autoenroll non attivo: STEAMWAREWIN\samuele
2013-05-23 14:52:09.5068 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
2013-05-23 14:52:09.5248 [WARN] Accesso fallito: user non autorizzato e autoenroll non attivo: STEAMWAREWIN\samuele
2013-05-23 14:52:17.1219 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
2013-05-23 14:52:17.3379 [WARN] Accesso fallito: user non autorizzato e autoenroll non attivo: STEAMWAREWIN\samuele
2013-05-23 14:53:20.4073 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
2013-05-23 14:56:56.8955 [WARN] Accesso fallito: user non autorizzato e autoenroll non attivo: STEAMWAREWIN\samuele
2013-05-23 14:57:16.0214 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
2013-05-23 15:00:34.6279 [WARN] Accesso fallito: user non autorizzato e autoenroll non attivo: STEAMWAREWIN\samuele
2013-05-23 15:00:43.5693 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
2013-05-23 15:00:43.7443 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
2013-05-23 15:00:43.7513 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina menu.aspx
2013-05-23 15:00:53.2687 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
2013-05-23 15:01:15.7090 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
2013-05-23 15:01:18.3904 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina menu.aspx
2013-05-23 15:03:00.5136 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
2013-05-23 15:03:00.5246 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina Menu.aspx
2013-05-23 15:03:06.5755 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
2013-05-23 15:03:06.5755 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina Menu.aspx
2013-05-23 15:05:14.0315 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
2013-05-23 15:05:14.0315 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina Menu.aspx
2013-05-23 15:05:30.1129 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
2013-05-23 15:05:41.5706 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
2013-05-23 15:05:56.6628 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina Menu
2013-05-23 15:06:14.0824 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina Progetti
2013-05-23 15:06:58.9041 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
2013-05-23 15:06:59.3782 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
2013-05-23 15:09:04.6388 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina Menu
2013-05-23 15:12:32.0907 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
2013-05-23 15:12:32.2987 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
2013-05-23 15:12:46.2938 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina DatiCommessa
2013-05-23 15:12:46.3338 [ERROR] Errore di accesso alla pagina DatiCommessa
2013-05-23 15:13:26.5128 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina DatiCommessa
2013-05-23 15:13:26.5188 [ERROR] Errore di accesso alla pagina DatiCommessa
2013-05-23 15:13:47.7019 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina DatiCommessa
2013-05-23 15:13:47.7019 [ERROR] Errore di accesso alla pagina DatiCommessa
2013-05-23 15:13:50.2673 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
2013-05-23 15:13:54.8060 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina DatiCommessa
2013-05-23 15:13:54.8060 [ERROR] Errore di accesso alla pagina DatiCommessa
2013-05-23 15:14:45.8646 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina DatiCommessa
2013-05-23 15:14:45.8646 [ERROR] Errore di accesso alla pagina DatiCommessa
2013-05-23 15:14:53.2347 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina DatiCommessa
2013-05-23 15:14:53.2417 [ERROR] Errore di accesso alla pagina DatiCommessa
2013-05-23 15:15:00.5238 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
2013-05-23 15:15:01.2859 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
2013-05-23 15:15:09.8732 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina FasiCommessa
2013-05-23 15:15:09.8732 [ERROR] Errore di accesso alla pagina FasiCommessa
2013-05-23 15:15:30.9543 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina FornitoriCommessa
2013-05-23 15:15:30.9613 [ERROR] Errore di accesso alla pagina FornitoriCommessa
2013-05-23 15:16:02.9971 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina RiepilogoCommessa
2013-05-23 15:16:02.9971 [ERROR] Errore di accesso alla pagina RiepilogoCommessa
2013-05-23 15:16:19.3855 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
2013-05-23 15:16:22.9830 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina FasiCommessa
2013-05-23 15:16:22.9900 [ERROR] Errore di accesso alla pagina FasiCommessa
2013-05-23 15:16:30.3651 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
2013-05-23 15:16:31.0042 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
2013-05-23 15:16:36.0470 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina FasiCommessa
2013-05-23 15:16:36.0470 [ERROR] Errore di accesso alla pagina FasiCommessa
2013-05-23 15:19:08.4757 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
2013-05-23 15:19:08.7057 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
2013-05-23 15:19:21.4486 [INFO] Errore in SetUpByUserRight: utente samuele non autorizzato per la pagina FasiCommessa
2013-05-23 15:19:21.4876 [ERROR] Errore di accesso alla pagina FasiCommessa
2013-05-23 15:27:35.9792 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
2013-05-23 15:51:09.1264 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
2013-05-23 15:56:36.1321 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
2013-05-23 17:20:45.7024 [INFO] User login: Locatelli Samuele (STEAMWAREWIN\samuele)
2013-05-23 17:20:45.8824 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
2013-05-23 17:21:00.7406 [INFO] L'utente Locatelli Samuele (STEAMWAREWIN\samuele) ha effettuato il login correttamente
Binary file not shown.