Page 1 of 1

Stop and Resume later function

Posted: December 14th, 2015, 5:10 am
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

Re: Stop and Resume later function

Posted: December 14th, 2015, 8:52 am
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.

Re: Stop and Resume later function

Posted: March 11th, 2016, 2:08 am
by MrTaco
Hi Josh

I seem to have a problem with "Allow Partial Save" from Data Entry, it's not working

Re: Stop and Resume later function

Posted: March 11th, 2016, 7:15 am
by josh
How is it not working?

Re: Stop and Resume later function

Posted: March 11th, 2016, 8:21 am
by MrTaco
it doesn't save partially.....

Re: Stop and Resume later function

Posted: March 15th, 2016, 5:48 am
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.

Re: Stop and Resume later function

Posted: March 16th, 2016, 1:57 pm
by josh
Are those in your id-items? You can't save partial until all the id-items are filled in.