Move from roster back to the main record
Posted: June 19th, 2015, 8:33 pm
I have a roster in the middle of the questionnaire and in my application it appears at the end. So I have a skip that go the roster form and after entering I end the group and go the main form
proc mainform
move to mainform;
skip to Q219;
But this takes me back to start of the record instead of Q219 which the entry is supposed to continue. Help will be highly appreciated
Regards
proc mainform
move to mainform;
skip to Q219;
But this takes me back to start of the record instead of Q219 which the entry is supposed to continue. Help will be highly appreciated
Regards