Search found 572 matches

by khurshid.arshad
September 1st, 2016, 9:38 am
Forum: Entry
Topic: Add extra option in array
Replies: 3
Views: 3123

Add extra option in array

Dear Team I am using this code from example and i want add extra code in the end for "Do't Know" after populate the list. aDistrictCodes(i-1) = 999; aDistrictNames(i-1) = "Don't Know"; Thanks. arshad Preproc { use lookup file to load all sectors for district entered } LF_DISTRICT...
by khurshid.arshad
August 31st, 2016, 12:17 pm
Forum: Entry
Topic: CSV and KML file
Replies: 3
Views: 3505

Re: CSV and KML file

thanks.
a.
by khurshid.arshad
August 31st, 2016, 12:15 pm
Forum: Entry
Topic: Error Messages in modify mode
Replies: 3
Views: 2967

Re: Error Messages in modify mode

thanks.
a.
by khurshid.arshad
August 29th, 2016, 11:32 pm
Forum: Android
Topic: CSV and KML file
Replies: 2
Views: 3409

CSV and KML file

Dear Team

There is a way to get information in CAPI from KML and CSV files on Andriod. We are using Mapit for data collection. Mapit saves all the data in CSV and KML file.
Thanks.
A.
by khurshid.arshad
August 29th, 2016, 3:47 pm
Forum: Entry
Topic: CSV and KML file
Replies: 3
Views: 3505

CSV and KML file

Dear Team

There is a way to get information in CAPI from KML and CSV files on Andriod. We are using Mapit for data collection. Mapit save all the data in CSV and KML file.
Thanks.
A.
by khurshid.arshad
August 29th, 2016, 3:43 pm
Forum: Entry
Topic: Error Messages in modify mode
Replies: 3
Views: 2967

Error Messages in modify mode

Dear Team

How we can skip all the error messages in modify mode with one command.

Thanks.
a.
by khurshid.arshad
August 23rd, 2016, 10:49 am
Forum: Android
Topic: 2 Level Application
Replies: 3
Views: 4405

2 Level Application

Dear CSPro Team

Can we create 2 level application for Andriod.
Thanks.
a.
by khurshid.arshad
August 23rd, 2016, 5:05 am
Forum: Android
Topic: OnKey Character Map - on Andriod Tablet
Replies: 1
Views: 3126

OnKey Character Map - on Andriod Tablet

Dear CSPro Team We are using Samsung Galaxy Tab S2 for our agriculture survey. OnKey Character Map is working on desktop/latptop but not on Samsung Galaxy Tab S2. Please Advice. Regards Function OnKey(x); if getsymbol()="OP_Name" or getsymbol()="Q_2_3_1" then if x in 65:90,13, 8,...
by khurshid.arshad
January 11th, 2016, 11:35 pm
Forum: Entry
Topic: HH Roster
Replies: 3
Views: 3526

Re: HH Roster

Dear Josh

If we have 10 questions in roster and want to enter all PID first then all names and so on against each household. In this case it does not work. For this purpose we are doing programming.

a.
by khurshid.arshad
August 30th, 2015, 8:29 am
Forum: Entry
Topic: stop interview and go to question "Result of interviw"
Replies: 6
Views: 6102

Re: stop interview and go to question "Result of interviw"

Dear Thad

I have used following syntax in my one project under "Proc Global"


Function onkey (x)
if x in 2119 then //Ctrl+F8
skip to Result;
else
onkey=x;
endif;
end;

a.