Page 1 of 1

ENTRY APPLICATION DOES NOT SAVE THE CASE

Posted: September 29th, 2020, 7:33 am
by munirmdee1
Hi, CSPro Users

I have a problem here and I have tried to troubleshoot but I could not find the reason.
I have an entry application, but when I enter information it does not save, after the last field/item its should as me to confirm the case as I already set it in the Data Entry Options.

I enter all the information but the cursor moves to the first field/item without deleting or clearing anything, it does not save the entered information. And also information remain on the form but the cursor moves to the begining/the first item on the form.

What could be the reason for this? and how can I solve this? Im using CSPro 7.4.

Thanks in advanced.

Re: ENTRY APPLICATION DOES NOT SAVE THE CASE

Posted: September 29th, 2020, 8:32 am
by josh
It sounds like you might have a reenter or and endlevel in your logic that is causing this. If you remove your logic does it still happen?

Re: ENTRY APPLICATION DOES NOT SAVE THE CASE

Posted: September 29th, 2020, 8:44 am
by munirmdee1
Actually I cross check all that, I dont have a reenter or endlevel anywhere, I just have Endgroup inside the roster. I just check if the last item have been antered (If curocc() = num_items then endgroup; endif;). I just put that at postproc of the last item/field in the roster. And the roster is the last in the form. Could that be the reason?

Re: ENTRY APPLICATION DOES NOT SAVE THE CASE

Posted: September 29th, 2020, 11:28 am
by josh
As long as the endgroup is in a field in the roster that should not be a problem.