This commit is contained in:
Kathy Ruffing 2009-07-24 11:47:10 +00:00
parent e2209144a4
commit 9c82153da1
2 changed files with 4 additions and 2 deletions

View File

@ -191,7 +191,7 @@ namespace DataLoader
Item parentitem = itm;
foreach (DataRowView drw in dv)
{
SectItm = MigrateSection(parentitem, cont.Number, cn, drw, ds.Tables["Steps"], SectItm, dicSecCount.Count > 0 ? true : false, pth, docver);
SectItm = MigrateSection(parentitem, ProcNumber, cn, drw, ds.Tables["Steps"], SectItm, dicSecCount.Count > 0 ? true : false, pth, docver);
// if no children, add first child (cont)
if (addpart)

View File

@ -77,6 +77,7 @@ namespace DataLoader
{
txtdirty = true;
stptext = MigrateRos(cn, stptext, seqcvt, content, docver);
stptext = stptext.TrimEnd(" ".ToCharArray());
}
// 16-bit code has the following two defines.
@ -91,6 +92,7 @@ namespace DataLoader
{
txtdirty = true;
stptext = MigrateTrans(cn, stptext, seqcvt, content, pth);
stptext = stptext.TrimEnd(" ".ToCharArray());
}
if (txtdirty)
{
@ -196,7 +198,7 @@ namespace DataLoader
if ((nxttok = tkstring.IndexOf("\x2")) > -1) // Multiple Change Ids
{
Console.WriteLine("Multiple Change ID: {0}", tkstring.Substring(nxttok + 1));
//Console.WriteLine("Multiple Change ID: {0}", tkstring.Substring(nxttok + 1));
ci.AddItem("Step", "MultipleChangeID", tkstring.Substring(nxttok + 1));
recdirty = true;
//recdirty |= AddContentDetail(content, STP_MULT_CHGID, tkstring.Substring(nxttok + 1));