DataLoader changes during development
This commit is contained in:
@@ -139,7 +139,8 @@ namespace DataLoader
|
||||
tmp.children = tmpg.children;
|
||||
tmp.value = tmpg.value;
|
||||
tmp.appid = tmpg.appid;
|
||||
tmp.roid = TableID.ToString("X4") + tmp.ID.ToString("X8");
|
||||
string tmpstr = TableID.ToString("X4") + tmp.ID.ToString("X8");
|
||||
tmp.roid = tmpstr.ToUpper();
|
||||
dicRos.Add(tmp.roid, tmp);
|
||||
int j;
|
||||
for (j = i - 1; j >= 0 && tmp.ID < myGrp.children[j].ID; j--)
|
||||
|
Reference in New Issue
Block a user