Move command error
Posted: July 2nd, 2015, 3:48 pm
I keep getting this error Entry Message E91188 Unable to 'reenter DOC' -target-item-field is a skipped field {in var COV post proc}
I am designing a CAPI data entry application, that asks the if there is any insurance Q2. If there is the program skips to an insurance form to question COV further down . After the insurance form is complete it tries to go back up to DOC. This is when I'm getting the error.
My code is
PROC COV
move DOC;
I am designing a CAPI data entry application, that asks the if there is any insurance Q2. If there is the program skips to an insurance form to question COV further down . After the insurance form is complete it tries to go back up to DOC. This is when I'm getting the error.
My code is
PROC COV
move DOC;