Compare commits
3 Commits
B2025-048
...
Developmen
Author | SHA1 | Date | |
---|---|---|---|
04cef606fc | |||
1ef6a1d0e4 | |||
b163a3a7b9 |
@@ -1325,12 +1325,17 @@ namespace VEPROMS
|
|||||||
prnDlg.SetupForProcedure(); // Setup filename
|
prnDlg.SetupForProcedure(); // Setup filename
|
||||||
|
|
||||||
if (quickprint)
|
if (quickprint)
|
||||||
|
{
|
||||||
|
prnDlg.OverwritePDF = false; // turn off overwriting of PDFs B2025-051
|
||||||
prnDlg.QPCreatePDF(); // Create Print report
|
prnDlg.QPCreatePDF(); // Create Print report
|
||||||
else
|
}
|
||||||
prnDlg.ShowDialog(this); // Create Print report
|
else
|
||||||
|
{
|
||||||
|
prnDlg.ShowDialog(this); // Create Print report
|
||||||
|
}
|
||||||
|
|
||||||
//B2025-032 Fix Section not Printing Applicability Properly
|
//B2025-032 Fix Section not Printing Applicability Properly
|
||||||
si2.MyDocVersion.DocVersionConfig.SelectedSlave = 0;
|
si2.MyDocVersion.DocVersionConfig.SelectedSlave = 0;
|
||||||
si2.MyProcedure.MyDocVersion.DocVersionConfig.SelectedSlave = 0;
|
si2.MyProcedure.MyDocVersion.DocVersionConfig.SelectedSlave = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user