Reading GPS after ending a case

Discussions about CSEntry
Post Reply
Jay
Posts: 8
Joined: February 16th, 2024, 11:26 am

Reading GPS after ending a case

Post by Jay »

Hello

Please is it possible to read gps after ending a case or after an endlevel procedure.

Thank you
justinlakier
Posts: 160
Joined: November 21st, 2022, 4:41 pm

Re: Reading GPS after ending a case

Post by justinlakier »

Hello,

There is a difference between endlevel and the end of a case. Using endlevel, control passes to the postproc of the current level or form above it. You can read the gps in the logic of a postproc so long as the case has not ended. So yes, it is possible to read GPS after and endlevel procedure. If it is after the ending of the case however, then entry is completed, and you would need logic to edit that specific case case from the csdb.

Hope this helps,
Justin
Jay
Posts: 8
Joined: February 16th, 2024, 11:26 am

Re: Reading GPS after ending a case

Post by Jay »

Thank you very much Justin
Post Reply