Search found 2399 matches

by josh
November 15th, 2017, 7:09 am
Forum: Synchronization
Topic: Probleme avec la synchronisation
Replies: 6
Views: 6189

Re: Probleme avec la synchronisation

Please post the sync.log from the device and also the api.log from the csweb server.
by josh
November 14th, 2017, 7:50 am
Forum: Entry
Topic: Code works on 6.3 but does not work on 7.02
Replies: 5
Views: 4887

Re: Code works on 6.3 but does not work on 7.02

I'm still not sure what are you trying to do exactly. I understand that you want to create a dynamic value set for CLUSTER based on the INTERVIEWER_ID and the lookup file. I don't understand the criteria you want to use to determine which clusters are to be put in the dynamic value set. Specifically...
by josh
November 14th, 2017, 6:12 am
Forum: Entry
Topic: Code works on 6.3 but does not work on 7.02
Replies: 5
Views: 4887

Re: Code works on 6.3 but does not work on 7.02

The test application you sent is working fine for me with version 7.0.2. It doesn't give an error message for ids that are not in the lookup file. To fill in the fields from the lookup file you just need to assign them from the lookup file dictionary to the main dictionary after the loadcase. For ex...
by josh
November 13th, 2017, 12:41 pm
Forum: Synchronization
Topic: CSPro (1) in dropbox folder
Replies: 2
Views: 3323

Re: CSPro (1) in dropbox folder

You should be able to copy the contents of the CSPro(1) folder into the CSPro folder and download everything with DataViewer.
by josh
November 13th, 2017, 6:14 am
Forum: Feature Requests
Topic: Viewing GPS data (Lat, Long) on Google Map
Replies: 5
Views: 5916

Re: Viewing GPS data (Lat, Long) on Google Map

That MAY come in a future release. No specific date in mind.
by josh
November 13th, 2017, 6:13 am
Forum: Tabulation
Topic: unique data file creation
Replies: 3
Views: 7206

Re: unique data file creation

As of version 7.0 you can use the setfile function to change the name of the data file from program logic. See the help for setfile for more info http://www.csprousers.org/help/CSPro/se ... ction.html
by josh
November 13th, 2017, 6:06 am
Forum: Android
Topic: LOOKUP VALUESETS
Replies: 2
Views: 3488

Re: LOOKUP VALUESETS

Since the only id-item is WARD and there are only 11 unique WARDS in your Excel file you are only getting 11 cases in the result. In a CSPro data file the id-item needs to be unique so cases with the same id as previous cases overwrite the previous case. If you add the COM_CODE as a second id item t...
by josh
November 13th, 2017, 5:57 am
Forum: Android
Topic: gps(open) function is not working android v5.5 and v6.0
Replies: 7
Views: 7520

Re: gps(open) function is not working android v5.5 and v6.0

GPS is working fine for me in CSPro 7 on Android 6. Are you sure the device you are testing on has a working GPS?
by josh
November 11th, 2017, 2:28 am
Forum: Tabulation
Topic: unique data file creation
Replies: 3
Views: 7206

Re: unique data file creation

During data entry? After data entry? During tabulation?

Why do you want a different file for each household?
by josh
November 11th, 2017, 2:27 am
Forum: Entry
Topic: Code works on 6.3 but does not work on 7.02
Replies: 5
Views: 4887

Re: Code works on 6.3 but does not work on 7.02

Make sure you are not calling close() on the external dictionary (INTERW) in your application. In 6.3 loadcase would automatically reopen the file after a call to close but in 7.0 it does not. Other than that the behavior should be the same.