This commit is contained in:
John Jenko 2011-05-05 17:32:47 +00:00
parent 4eb9d42c42
commit e144ddc452

View File

@ -775,7 +775,7 @@ namespace Volian.Controls.Library
ProcedureConfig pc = (ProcedureConfig)prcitm.MyConfig;
int sectstartid = -1;
string ss = pc == null ? null : pc.SectionStart;
if (ss != null) sectstartid = System.Convert.ToInt32(ss);
if (ss != null && ss != "") sectstartid = System.Convert.ToInt32(ss);
return sectstartid;
}
private void cbTranProcs_SelectedIndexChanged(object sender, EventArgs e)