Page 1 of 1

Interactive Menu

Posted: May 5th, 2015, 5:00 pm
by Gabrang
Hello

I Use CSpro and CSproX for create interactive menus of control, use the function exec("_menu", "Title","String alpha") in CSprox, also use selcase in cspro with a dynamic file let me change the options in screen. that create a list of sample and select any register to open the survey, this program use the function execpff o execsystem to call the survey program, read the parameters and load data in control variables, geographic ubication, ID survey, etc.

How I can do that, I need run this kind of programs in Android, the functionality of dynamic menus is;

Pre-load the sample
Pre-load the field team, ( Supervisors - Interviewer, ID of people working data collect )
assignation of survey
transmit assignation to device of Interviewer.
receive the survey done

I read about new sync bluetooth, but I don't found information about running multi csentry in Android.

I want to go to workshop in June, but they not accept me for the training.

Somebody Know how create this control or similar?

Thanks

Re: Interactive Menu

Posted: May 19th, 2015, 1:53 pm
by josh
You can use selcase in Android just like you do on Windows.

To launch another CSEntry application from a menu program use the execpff function. On Android only one application can run at a time so pass the "stop"parameter to end the menu application and launch the entry program. I'm attaching an example.