Page 1 of 1

PreviousField

Posted: May 22nd, 2020, 6:20 am
by jiofack
Dear all,

Is there a mean to program a "PreviousField" in such a way we move to the previous "available" field?

My problem is that, when testing my application, I saw some errors (with the tablet) but when moving backward, I couldn't because of a noinput. So is there a loop I can write so that it moves backward except at the first question?

Thhank in advance

Re: PreviousField

Posted: May 22nd, 2020, 12:59 pm
by aaronw
Try putting your noinputs in the preprocs. This will allow you to move backwards, because logic in the preproc will not execute when moving backwards.

Re: PreviousField

Posted: May 23rd, 2020, 12:50 am
by jiofack
Thank you.

I will do so and set protected those fields I don't want modification on.