portato su DB conf x righeDataGrid...
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user