C2018-035 Added error Handling to provide more useful information when a plot fails

This commit is contained in:
Rich
2019-08-22 15:26:51 +00:00
parent 17f24b7100
commit ee241103c6
3 changed files with 94 additions and 29 deletions

View File

@@ -2412,6 +2412,7 @@ namespace VEPROMS
{
if(parameter.StartsWith("/P="))
{
MSWordToPDF.Automatic = true;
PromsPrinter.BaselineTesting = true;// Set Baseline Testing property for PROMsPrinter
string[] dvstrs = parameter.Substring(3).Split(",".ToCharArray());
foreach (string dvstr in dvstrs)