C2024-002-Print-Section

This commit is contained in:
2024-01-26 09:26:42 -05:00
parent d6cb841d46
commit 9a546064cf
4 changed files with 25 additions and 21 deletions

View File

@@ -1210,7 +1210,7 @@ namespace VEPROMS
prnDlg.SelectedSlave = args.UnitIndex;
prnDlg.MySessionInfo = MySessionInfo;
prnDlg.SetupForProcedure(); // Setup filename
prnDlg.QPCreatePDF(); // Create Print report
prnDlg.ShowDialog(this); // Create Print report
si2.MyProcedure.MyDocVersion.DocVersionConfig.SelectedSlave = 0;
}