Added Error Log if Word File Could not be created

Select section node after it is created
Don't allow an empty procedure to be printed
This commit is contained in:
Rich
2012-04-05 20:57:44 +00:00
parent ee66befc6a
commit 8cb0c78730
3 changed files with 7 additions and 2 deletions

View File

@@ -1175,6 +1175,7 @@ namespace Volian.Controls.Library
{
tn = new VETreeNode(_LastSectionInfo);
SelectedNode.Nodes.Add(tn); // add tree node to end of list.
OnNodeSelect(this, new vlnTreeEventArgs(tn));
}
else
{