portato su DB conf x righeDataGrid...

This commit is contained in:
Samuele E. Locatelli
2017-03-17 18:27:35 +01:00
parent e1b00a07d5
commit a7e9cd2dda
13 changed files with 8 additions and 28 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ namespace GMW
{
if (!Page.IsPostBack)
{
mod_righePag1.numRowPag = memLayer.ML.CRI("_righeDataGridShort");
mod_righePag1.numRowPag = memLayer.ML.cdvi("_righeDataGridShort");
mod_GestMatrUser.pageSize = mod_righePag1.numRowPag;
}
mod_righePag1.eh_newNum += mod_righePag1_eh_newNum;
-5
View File
@@ -52,11 +52,6 @@
<add key="defaultTitle" value="GMW_ShortWelcome" />
<add key="defaultBody" value="GMW_LongWelcome" />
<add key="intUpdatePagina_ms" value="240000" />
<add key="_righeDataGrid" value="30" />
<add key="_righeDataGridAnagr" value="30" />
<add key="_righeDataGridLong" value="40" />
<add key="_righeDataGridMed" value="20" />
<add key="_righeDataGridShort" value="10" />
<add key="_fromEmail" value="GMW@steamware.net" />
<add key="urlWebServer" value="http://SRV-PRODSP01/GMW_Test/" />
<add key="echoLemmi" value="false" />
-5
View File
@@ -52,11 +52,6 @@
<add key="defaultTitle" value="GMW_ShortWelcome" />
<add key="defaultBody" value="GMW_LongWelcome" />
<add key="intUpdatePagina_ms" value="240000" />
<add key="_righeDataGrid" value="30" />
<add key="_righeDataGridAnagr" value="30" />
<add key="_righeDataGridLong" value="40" />
<add key="_righeDataGridMed" value="20" />
<add key="_righeDataGridShort" value="10" />
<add key="_fromEmail" value="GMW@steamware.net" />
<add key="urlWebServer" value="http://SRV-PRODSP01/GMW_Test/" />
<add key="echoLemmi" value="false" />
-5
View File
@@ -52,11 +52,6 @@
<add key="defaultTitle" value="GMW_ShortWelcome" />
<add key="defaultBody" value="GMW_LongWelcome" />
<add key="intUpdatePagina_ms" value="240000" />
<add key="_righeDataGrid" value="30" />
<add key="_righeDataGridAnagr" value="30" />
<add key="_righeDataGridLong" value="40" />
<add key="_righeDataGridMed" value="20" />
<add key="_righeDataGridShort" value="10" />
<add key="_fromEmail" value="GMW@steamware.net" />
<add key="urlWebServer" value="http://SRV-PRODSP01/GMW_Test/" />
<add key="echoLemmi" value="false" />
+1 -1
View File
@@ -20,7 +20,7 @@ namespace GMW.WebUserControls
{
if (!Page.IsPostBack)
{
mod_righePag.numRowPag = memLayer.ML.CRI("_righeDataGridShort");
mod_righePag.numRowPag = memLayer.ML.cdvi("_righeDataGridShort");
grView.PageSize = mod_righePag.numRowPag;
ddlSelTipo.DataBind();
rebindPart();
@@ -17,7 +17,7 @@ namespace GMW.WebUserControls
{
if (!Page.IsPostBack)
{
mod_righePag.numRowPag = memLayer.ML.CRI("_righeDataGridShort");
mod_righePag.numRowPag = memLayer.ML.cdvi("_righeDataGridShort");
grView.PageSize = mod_righePag.numRowPag;
ddlSelTipo.DataBind();
doUpdate();
+1 -1
View File
@@ -21,7 +21,7 @@ namespace GMW.WebUserControls
{
if (!Page.IsPostBack)
{
mod_righePag.numRowPag = memLayer.ML.CRI("_righeDataGridShort");
mod_righePag.numRowPag = memLayer.ML.cdvi("_righeDataGridShort");
grView.PageSize = mod_righePag.numRowPag;
ddlSelTipo.DataBind();
doUpdate();
+1 -1
View File
@@ -30,7 +30,7 @@ namespace GMW.WebUserControls
fixVisibility();
if (!Page.IsPostBack)
{
mod_righePag.numRowPag = memLayer.ML.CRI("_righeDataGrid");
mod_righePag.numRowPag = memLayer.ML.cdvi("_righeDataGrid");
grView.PageSize = mod_righePag.numRowPag;
}
mod_righePag.eh_newNum += mod_righePag_eh_newNum;
+1 -1
View File
@@ -175,7 +175,7 @@ namespace GMW.WebUserControls
answ = Convert.ToInt32(txtNumRighe.Text.Trim());
if (answ == 0)
{
answ = memLayer.ML.confReadInt("_righeDataGridMed");
answ = memLayer.ML.cdvi("_righeDataGridMed");
txtNumRighe.Text = answ.ToString();
}
}
@@ -18,7 +18,7 @@ namespace GMW.WebUserControls
{
if (!Page.IsPostBack)
{
mod_righePag.numRowPag = memLayer.ML.CRI("_righeDataGridShort");
mod_righePag.numRowPag = memLayer.ML.cdvi("_righeDataGridShort");
grView.PageSize = mod_righePag.numRowPag;
ddlSelTipo.DataBind();
doUpdate();
-5
View File
@@ -52,11 +52,6 @@
<add key="defaultTitle" value="GMW_ShortWelcome" />
<add key="defaultBody" value="GMW_LongWelcome" />
<add key="intUpdatePagina_ms" value="240000" />
<add key="_righeDataGrid" value="30" />
<add key="_righeDataGridAnagr" value="30" />
<add key="_righeDataGridLong" value="40" />
<add key="_righeDataGridMed" value="20" />
<add key="_righeDataGridShort" value="10" />
<add key="_fromEmail" value="GMW@steamware.net" />
<add key="urlWebServer" value="http://SRV-PRODSP01/GMW_Test/" />
<add key="echoLemmi" value="false" />
+1 -1
View File
@@ -182,7 +182,7 @@
<ItemGroup>
<Compile Include="DataMatrix.cs" />
<Compile Include="DataProxy.cs" />
<Compile Include="DS_Applicazione.Designer.cs">
<Compile Include="DS_Applicazione1.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>DS_Applicazione.xsd</DependentUpon>