Problem modifying a case in android

Discussions about CSEntry
Post Reply
tweg
Posts: 29
Joined: June 16th, 2015, 2:41 am

Problem modifying a case in android

Post 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
khurshid.arshad
Posts: 572
Joined: July 9th, 2012, 11:32 am
Location: Islamabad, Pakistan

Re: Problem modifying a case in android

Post 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.
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Problem modifying a case in android

Post 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.
tweg
Posts: 29
Joined: June 16th, 2015, 2:41 am

Re: Problem modifying a case in android

Post by tweg »

Thanks Josh, actually the problem was on the move commands I had placed on some items. Now is working properly

Regards
Post Reply