From cf2c344f37f059f7f2a0590327076e42b0bcfc71 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 23 Jul 2010 16:01:50 +0000 Subject: [PATCH] --- PROMS/VEPROMS/PrintMSWord/frmPrintMsWord.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROMS/VEPROMS/PrintMSWord/frmPrintMsWord.cs b/PROMS/VEPROMS/PrintMSWord/frmPrintMsWord.cs index 12be4254..242bda3e 100644 --- a/PROMS/VEPROMS/PrintMSWord/frmPrintMsWord.cs +++ b/PROMS/VEPROMS/PrintMSWord/frmPrintMsWord.cs @@ -48,7 +48,7 @@ namespace PrintMSWord this.Cursor = Cursors.WaitCursor; //ProcedureConfig.PrintWatermark pw = MyProcedure.ProcedureConfig.Print_Watermark; - PromsPrinter pp = new PromsPrinter(MyProcedure, tbRev.Text, tbRevDate.Text, cbWatermark.Text, cbDebugOutput.Checked, @"C:\TEMP\16Bit"); + PromsPrinter pp = new PromsPrinter(MyProcedure, tbRev.Text, tbRevDate.Text, cbWatermark.Text, cbDebugOutput.Checked, @"C:\TEMP\16Bit",true); pp.StatusChanged += new PromsPrinterStatusEvent(pp_StatusChanged); _ElapsedTime = new Dictionary(); DateTime tStart = DateTime.Now; @@ -91,4 +91,4 @@ namespace PrintMSWord lbProcs.DataSource = dvi.Procedures; } } -} \ No newline at end of file +}