Add Hex values for Placekeepers and PhoneList checks

Logic to put Placekeeper and Phonelist info in the section config
Logic to put Placekeeper info in the step config
This commit is contained in:
2014-04-08 21:00:07 +00:00
parent 0ec1e5ca7e
commit c926ddbe60
3 changed files with 14 additions and 4 deletions

View File

@@ -59,6 +59,10 @@ namespace DataLoader
string seqcvt = stpseq;
//check for Placekeeper flag
if (Recid[0] == 9617) //(Recid[0] != '0') // placekeeper seq[8] & 0x40
ci.AddItem("Step", "Placekeeper", "True");
string newstptyp = null;
bool ManualPagebreak = false;
char cbittst = StepType.PadRight(2)[0];