Stop and Resume later function

Other discussions about CSPro
Forum rules
New release: CSPro 8.0
Post Reply
MrTaco
Posts: 128
Joined: November 18th, 2014, 1:55 am

Stop and Resume later function

Post by MrTaco »

Hi Guys

I have been using this code in the past and now is not working, is there any alternative?
PROC GLOBAL
set implicit;
function OnStop();

r = accept( "Do you want to?",
"Stop and continue later",
"Stop and save. No more data" );
if r = 1 then
savepartial();
elseif r = 2 then
skip to NMESUP;
endif;
end;

Thanks
Thabiso
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Stop and Resume later function

Post by josh »

There was a bug with stop in version 6.2 on Android. We recently published version 6.2.1 to Google Play. Please update to that version and see if it works. If not, please let us know how it is failing.
MrTaco
Posts: 128
Joined: November 18th, 2014, 1:55 am

Re: Stop and Resume later function

Post by MrTaco »

Hi Josh

I seem to have a problem with "Allow Partial Save" from Data Entry, it's not working
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Stop and Resume later function

Post by josh »

How is it not working?
MrTaco
Posts: 128
Joined: November 18th, 2014, 1:55 am

Re: Stop and Resume later function

Post by MrTaco »

it doesn't save partially.....
Attachments
112.png
112.png (33.35 KiB) Viewed 8043 times
111.png
111.png (54.69 KiB) Viewed 8043 times
MrTaco
Posts: 128
Joined: November 18th, 2014, 1:55 am

Re: Stop and Resume later function

Post by MrTaco »

I have just discovered that by setting you systime and sysdate then i wasnt able to save partially on Data Entry... unless there's another solution to that.
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Stop and Resume later function

Post by josh »

Are those in your id-items? You can't save partial until all the id-items are filled in.
Post Reply