Page 1 of 1

Problem modifying a case in android

Posted: November 30th, 2016, 7:29 am
by tweg
Dear,
I have developed a program which runs fine but when I want to edit an item for completed case, the jumps to a different item and require I go through earlier items to get the item I want to edit. Also I need to go to the end to save the record.

Regards

Re: Problem modifying a case in android

Posted: November 30th, 2016, 8:28 am
by khurshid.arshad
Dear Tweg;

Please see your logic for this variable.

In Edit mode tap on "Three dots" right top corner and then tap on "Advance to End".

a.

Re: Problem modifying a case in android

Posted: November 30th, 2016, 1:30 pm
by josh
If you are using system controlled mode then any skips/reenters/errmsgs in earlier questions will be triggered when you to try to jump an item. Moving to an item causes all the preproc and postprocs for all the variables up to the one you are moving to be executed. Normally this should not be an issue when going back to a previously saved case since the data entered before should be valid and should not trigger any errors but in your case there may be invalid data or an invalid check being triggered.

Re: Problem modifying a case in android

Posted: November 30th, 2016, 2:32 pm
by tweg
Thanks Josh, actually the problem was on the move commands I had placed on some items. Now is working properly

Regards