Copy all fields from Library Document when converting a Library Document to a Stand-alone Document
Added code to update the Procedure Panel when a Word Section is added. Created a method to find a ProcedureDisplayTabItem for a specific item Added code to Reset the Tab when a Section's Number is changed. Added code to Reset a Procedures Parts when a Panel is Reset Added an event for a Node being added.
This commit is contained in:
@@ -321,6 +321,7 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
ItemInfo parent = SelectedItemInfo.ActiveParent as ItemInfo;
|
||||
if (parent != null) ItemInfo.ResetParts(parent.ItemID); // Force data to reload
|
||||
else ItemInfo.ResetParts(SelectedItemInfo.ItemID);
|
||||
// The following line actually reloads the procedure item
|
||||
MyProcedureItemInfo = MyProcedureItemInfo; // see get/set above. - Load Procedure and Sections
|
||||
// The following line expands the items needed to display SelectedItemInfo
|
||||
|
Reference in New Issue
Block a user