Interactive Menu

Discussions about CSEntry
Post Reply
Gabrang
Posts: 3
Joined: May 5th, 2015, 4:10 pm

Interactive Menu

Post 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
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Interactive Menu

Post 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.
Attachments
08 - Menu programs.zip
(1.04 MiB) Downloaded 630 times
Post Reply