B2025-042 RO Editor FST Export ParentChild whitespace
This commit is contained in:
@@ -735,10 +735,13 @@ namespace RODBInterface
|
||||
else
|
||||
parentValue = nd.InnerText;
|
||||
|
||||
if (parentName != "#whitespace")
|
||||
{
|
||||
//applicValues = "";
|
||||
applicValues = string.Format("<APL DefaultVal={0}", parentValue);
|
||||
int pcChildIdx = 0;
|
||||
//C2022-001 only save the child ro value in the RO.FST if it is different than the parent (default) value
|
||||
|
||||
foreach (string c in pcChildern)
|
||||
{
|
||||
//string csufx = CvtUserFldToFld(c);
|
||||
@@ -754,6 +757,7 @@ namespace RODBInterface
|
||||
applicValues += string.Format(",UnitIdx={0} Value={1}", pcChildIdx, cn.InnerText);
|
||||
}
|
||||
}
|
||||
}
|
||||
applicValues += " /APL>";
|
||||
}
|
||||
return applicValues;
|
||||
|
Reference in New Issue
Block a user