Search found 36 matches

by amari
March 23rd, 2024, 11:23 am
Forum: Android
Topic: Exit CAPI data entry without saving data
Replies: 1
Views: 10721

Exit CAPI data entry without saving data

Hi..
I need to know whether it is possible to exit data entry after running function used for ftp file upload.
I call dummy data entry for upload data file to FTP server it contain code and after that code runs I need to close data entry without user interaction. I tried endlevel which save data to ...
by amari
March 13th, 2024, 11:22 am
Forum: Android
Topic: pass value via intent
Replies: 2
Views: 6857

Re: pass value via intent

Hi..
If someone kindly could guide me to resolve this issue, Its a great help as I stuck at this point
I am opening a specific case in modify mode via android app (using intent)
by amari
March 11th, 2024, 12:29 pm
Forum: Android
Topic: pass value via intent
Replies: 2
Views: 6857

pass value via intent

I am passing Start Mode param via intent and I need to start app in Modify mode
when I pass caseId along StartMode as "intent.putExtra("StartMode","Modify;"+caseId);"
but this is not recognizing when I try to specify caseId using "Key" cspro app is loading but "case Could not found" error appears ...
by amari
February 27th, 2024, 8:59 am
Forum: Android
Topic: Partial save in Roster
Replies: 1
Views: 3049

Partial save in Roster

I am experiencing an issue with partial save functionality in the roster. My goal is to gather approximately 20 questions from each household members. In cases where a respondent needs to delay data collection due to the unavailability of information at the moment, I provide the option to proceed to ...
by amari
February 25th, 2024, 1:30 am
Forum: Android
Topic: Passing Values to Roster via pff
Replies: 1
Views: 3063

Passing Values to Roster via pff

I need to pass list of names to CSEntry,via pff I wanna pass the number of items in the roster and names too,
How can assign names inside CSEntry, when I pass array to CSEntry It capture it as array, so how to split it in to array
by amari
February 24th, 2024, 11:38 am
Forum: Android
Topic: stuck CSEntry app with intent
Replies: 1
Views: 3422

stuck CSEntry app with intent

When dynamically passing keys via an intent from an Android app to CSEntry in Android, I encounter an issue when attempting to open the CSEntry app repeatedly for different cases. After each attempt, without accepting the case (uncompleted data entry. user just close app by using android keys), I ...