Partial Save

Discussions about CSEntry
Post Reply
prabhustat
Posts: 72
Joined: March 17th, 2012, 10:46 am

Partial Save

Post by prabhustat »

Hi,

I have query on partial save file opening, when I am opening the partial saved file, the cursor not going to last keyed variable. It’s opening the previous rosters, also the roster auto occurs ids, how to move into the last keyed path, without asking the error message & rosters.

Thanks in advance. :|
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Partial Save

Post by josh »

When returning from partial save and going to the last keyed field all the procs are run starting from the first field so if any of those procs show an error message or change a field value this will happen unless you modify those procs not do so. One way to handle this is to add a flag variable to indicate that you are returning from partial save and then only show the error messages if that flag is set. You can use the ispartial() function to set this flag when the case starts.
prabhustat
Posts: 72
Joined: March 17th, 2012, 10:46 am

Re: Partial Save

Post by prabhustat »

Thanks Josh, If could share a example application, it would be great helpful.

Thanks in advance..

PP
Post Reply