Check to see that the value is not null
This commit is contained in:
@@ -467,7 +467,7 @@ namespace VEPROMS
|
||||
// for word docs, no enhanced controls should be visible:
|
||||
grpLnkEnh.Visible = false;
|
||||
}
|
||||
ppCmbxFormat.SelectedValue = _SectionConfig.FormatSelection;
|
||||
if(_SectionConfig.FormatSelection != null) ppCmbxFormat.SelectedValue = _SectionConfig.FormatSelection;
|
||||
_Initializing = false;
|
||||
//_InitialIndex = ppCmbxFormat.SelectedIndex;
|
||||
}
|
||||
@@ -1168,4 +1168,4 @@ namespace VEPROMS
|
||||
// tcpFormat.Focus();
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user