Page 1 of 1

execpff without WAIT

Posted: April 10th, 2018, 6:53 am
by leulae
Dear All,

I am developing an Android application, When I call execpff function to call another cspro application, it does not run the application (???),

But it work with Windows.

I examine and place errmsg ("B4 run pff); to make delay, it works then.
setfile(pffFile,pffFilename,create);

filewrite(pffFile,"[Run Information]");
filewrite(pffFile,"Version=CSPro 7.0");
filewrite(pffFile,"AppType=Entry");
….
….
close(pffFile);
[b]errmsg ("B4 run pff);[/b]
execpff(filename(pffFile),stop);
I have already developed same kind of solutions early and did not get these kind of error, I used to test same device, my Early programs work fine on the device.

Any hint please

Leulae

Re: execpff without WAIT

Posted: April 11th, 2018, 8:20 am
by aaronw
Your code snippet looks fine and I am not able to replicate the issue. If you send your application to cspro@lists.census.gov I will take a look at it and run it on my Android device.