This commit is contained in:
parent
c5b790bbb0
commit
7a2d0e9a1c
@ -66,6 +66,7 @@
|
||||
<appSettings>
|
||||
<add key="OperatingMode" value="Debug" />
|
||||
<!--"Debug" "Production" "Demo"/-->
|
||||
<add key ="OriginalPageBreak" value="False"/>
|
||||
<add key="CslaAuthentication" value="Windows" />
|
||||
<!--
|
||||
<add key="CslaDataPortalProxy"
|
||||
|
@ -86,7 +86,7 @@ namespace PrintMSWord
|
||||
changeBarData.ChangeBarMessage == "DateAndChgID" ? PrintChangeBarText.DateChgID :
|
||||
changeBarData.ChangeBarMessage == "None" ? PrintChangeBarText.None :
|
||||
changeBarData.ChangeBarMessage == "RevNum" ? PrintChangeBarText.RevNum : PrintChangeBarText.UserDef;
|
||||
PromsPrinter pp = new PromsPrinter(myProcedure, tbRev.Text, tbRevDate.Text, cbWatermark.Text, cbDebugOutput.Checked, @"C:\TEMP\32Bit\Compare", openPdf, true, cbd,
|
||||
PromsPrinter pp = new PromsPrinter(myProcedure, tbRev.Text, tbRevDate.Text, cbWatermark.Text, cbDebugOutput.Checked, false, @"C:\TEMP\32Bit\Compare", openPdf, true, cbd,
|
||||
myProcedure.DisplayNumber.Replace('/','_').Replace('\\','_'));
|
||||
pp.StatusChanged += new PromsPrinterStatusEvent(pp_StatusChanged);
|
||||
_ElapsedTime = new Dictionary<PromsPrinterStatusType, TimeSpan>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user