Added DROUsages table to capture ROUsages in Documents
Changed lookup to use ROID rather than id when expanding the tree to show the selected RO. Previously used GetRoChildFromID which was not working
This commit is contained in:
@@ -401,7 +401,9 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
path.Insert(0, myid);
|
||||
myid = rochld.ParentID;
|
||||
rochld = MyROFST.ROFSTLookup.GetRoChildFromID(myid);
|
||||
String pROID = string.Format("{0}{1:X08}",db,myid);
|
||||
rochld = MyROFST.ROFSTLookup.GetRoChild(pROID);
|
||||
//rochld = MyROFST.ROFSTLookup.GetRoChildFromID(myid); Did not include db
|
||||
if (rochld.ID == -1) myid = -1;
|
||||
}
|
||||
TreeNode tnExpand = null;
|
||||
|
Reference in New Issue
Block a user