Move backward in a field that has not yet been entered
Posted: February 21st, 2015, 6:53 am
I am in a field inside a roster and I want to go to the beginning of the roster (serial number) in the next occurrence to start entering a new occurrence and I have an error message: "Unable to reenter NUM(2,0,0)' target-item field is a never-keyed field.
if H = 1 then
move NUM(j+1)
elseif H = 2 then
endlevel;
endif;
how to go to the next occurrence by jumping in a field that has not yet been entered?
if H = 1 then
move NUM(j+1)
elseif H = 2 then
endlevel;
endif;
how to go to the next occurrence by jumping in a field that has not yet been entered?