Needed to add the extra four digits to the ROID when searching for an RO that had multiiple return values.
Changed color of Search button so that it stands out.
This commit is contained in:
@@ -944,6 +944,7 @@ namespace Volian.Controls.Library
|
||||
chld = ch.children;
|
||||
// build a list of ROs to search
|
||||
return _MyRODbID.ToString() + ":" + GetROsToSearch(chld);
|
||||
//return _MyRODbID.ToString() + ":" + ch.roid + "0000," + GetROsToSearch(chld);
|
||||
//if (strRtnStr.EndsWith(","))
|
||||
// strRtnStr = strRtnStr.Substring(0, strRtnStr.Length - 1);
|
||||
}
|
||||
@@ -982,6 +983,7 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
ROFSTLookup.rochild ro = (ROFSTLookup.rochild)cmboTreeROs.SelectedNode.Tag;
|
||||
rtnstr += string.Format("{0}", ro.roid);
|
||||
if (rtnstr.Length == 12) rtnstr += "0000";
|
||||
}
|
||||
else
|
||||
{ // spin through the child list and get the ROIDs.
|
||||
|
Reference in New Issue
Block a user