diff --git a/GMW/Web.SP_prod.config b/GMW/Web.SP_prod.config index 39d90227..61281973 100644 --- a/GMW/Web.SP_prod.config +++ b/GMW/Web.SP_prod.config @@ -44,8 +44,6 @@ - - diff --git a/GMW/Web.SP_test.config b/GMW/Web.SP_test.config index f04602f0..38000626 100644 --- a/GMW/Web.SP_test.config +++ b/GMW/Web.SP_test.config @@ -43,8 +43,6 @@ - - diff --git a/GMW/Web.TK_prod.config b/GMW/Web.TK_prod.config index abbcdbbd..03f6da72 100644 --- a/GMW/Web.TK_prod.config +++ b/GMW/Web.TK_prod.config @@ -43,8 +43,6 @@ - - diff --git a/GMW/Web.TK_test.config b/GMW/Web.TK_test.config index 3b278a18..0b7ebf30 100644 --- a/GMW/Web.TK_test.config +++ b/GMW/Web.TK_test.config @@ -42,8 +42,6 @@ - - diff --git a/GMW/Web.config b/GMW/Web.config index 2a23d28d..a357b487 100644 --- a/GMW/Web.config +++ b/GMW/Web.config @@ -173,18 +173,6 @@ - - - - - - - - - - - - diff --git a/GMW/Web.config.devSP b/GMW/Web.config.devSP index 2cd09f75..59f91fd6 100644 --- a/GMW/Web.config.devSP +++ b/GMW/Web.config.devSP @@ -174,18 +174,6 @@ - - - - - - - - - - - - diff --git a/GMW/Web.config.devTK b/GMW/Web.config.devTK index 01f875ec..2301a87d 100644 --- a/GMW/Web.config.devTK +++ b/GMW/Web.config.devTK @@ -174,18 +174,6 @@ - - - - - - - - - - - - diff --git a/GMW_data/reportPrinter.cs b/GMW_data/reportPrinter.cs index 340da41e..d7ce0c6b 100644 --- a/GMW_data/reportPrinter.cs +++ b/GMW_data/reportPrinter.cs @@ -437,12 +437,12 @@ public class reportPrinter // carico di dati con lettura da web.config parametrica if (printerName == "") { - printerName = memLayer.ML.confReadString(string.Format("printer{0}", tipo)); + printerName = memLayer.ML.cdv(string.Format("printer{0}", tipo)); } outForm = "EMF"; - pagWidth = memLayer.ML.confReadString(string.Format("PageWidth{0}", tipo)); - pagHeigth = memLayer.ML.confReadString(string.Format("PageHeight{0}", tipo)); - margin = memLayer.ML.confReadString(string.Format("Margin{0}", tipo)); + pagWidth = memLayer.ML.cdv(string.Format("PageWidth{0}", tipo)); + pagHeigth = memLayer.ML.cdv(string.Format("PageHeight{0}", tipo)); + margin = memLayer.ML.cdv(string.Format("Margin{0}", tipo)); // compongo parametri stampa devInfoParam deviceInfo = new devInfoParam(outForm, pagHeigth, pagWidth, margin, margin, margin, margin); answ = printAndLog(UDC, printerName, answ, report, deviceInfo);