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:
@@ -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];
|
||||
|
Reference in New Issue
Block a user