B2025-051 - Quick Print Section is not automatically working unless the sections have applicability
This commit is contained in:
@@ -1325,9 +1325,14 @@ 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
|
else
|
||||||
|
{
|
||||||
prnDlg.ShowDialog(this); // Create Print report
|
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;
|
||||||
|
Reference in New Issue
Block a user