Merge pull request 'B2023-120 If the path to the ROMaster DB contains spaces the copy process fails when transfer RO data to SQL along the some house keeping chech ins.' (#164) from B2023-120 into Development
Reviewed. Check-in looks good.
This commit is contained in:
@@ -442,7 +442,7 @@ namespace Volian.Controls.Library
|
||||
|
||||
chld = ch.children;
|
||||
|
||||
rtnStr = _MyRODbID.ToString() + ":" + GetROChildren(rolkup).TrimEnd(',');
|
||||
rtnStr = _MyRODbID.ToString() + ":" + GetROChildren(rolkup).TrimEnd(','); // GetROChildren(rolkup).TrimEnd(',') grabs the children of the selected item
|
||||
}
|
||||
|
||||
ROList.Add(rtnStr);
|
||||
|
Reference in New Issue
Block a user