From 846f9a142d32ff09b4ce955c099ea5d3e0633277 Mon Sep 17 00:00:00 2001 From: Kathy Date: Thu, 22 Jul 2010 14:20:32 +0000 Subject: [PATCH] --- PROMS/VEPROMS/PrintMSWord/frmPrintMsWord.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PROMS/VEPROMS/PrintMSWord/frmPrintMsWord.cs b/PROMS/VEPROMS/PrintMSWord/frmPrintMsWord.cs index 7db0eab7..12be4254 100644 --- a/PROMS/VEPROMS/PrintMSWord/frmPrintMsWord.cs +++ b/PROMS/VEPROMS/PrintMSWord/frmPrintMsWord.cs @@ -46,8 +46,9 @@ namespace PrintMSWord tbTimings.Text = ""; Cursor saveCursor = this.Cursor; this.Cursor = Cursors.WaitCursor; - ProcedureConfig.PrintWatermark pw = MyProcedure.ProcedureConfig.Print_Watermark; - PromsPrinter pp = new PromsPrinter(MyProcedure, tbRev.Text, tbRevDate.Text, pw.ToString(),cbDebugOutput.Checked, @"C:\TEMP\16Bit"); + //ProcedureConfig.PrintWatermark pw = MyProcedure.ProcedureConfig.Print_Watermark; + + PromsPrinter pp = new PromsPrinter(MyProcedure, tbRev.Text, tbRevDate.Text, cbWatermark.Text, cbDebugOutput.Checked, @"C:\TEMP\16Bit"); pp.StatusChanged += new PromsPrinterStatusEvent(pp_StatusChanged); _ElapsedTime = new Dictionary(); DateTime tStart = DateTime.Now;