RichTextBox Processing

Output Config Info for Steps
This commit is contained in:
Rich
2012-08-07 17:44:03 +00:00
parent 187f98807d
commit 0e66393289
4 changed files with 186 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ namespace DataLoader
//content = Content.MakeContent(null, stptext, 20000 + int.Parse(newstptyp!=null?newstptyp:StepType),null, ManualPagebreak?ci.ToString():null, dts, userid);
// 20000 flags step type item & 1 adjusts for 'base' in format files.
int contenttype = (structtype == "R") ? 20040 : 20001 + int.Parse(newstptyp != null ? newstptyp : StepType);
content = Content.New(null, stptext, contenttype, null, ManualPagebreak ? ci.ToString() : null, dts, userid);
content = Content.New(null, stptext, contenttype, null, ci.ToString(), dts, userid);
content.MyZContent.OldStepSequence = ProcNumber + "|" + stpseq;
// Before we save it, handle RO & Transitions tokens.