C2018-035 Added error Handling to provide more useful information when a plot fails
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user