Search found 218 matches

by justinlakier
October 25th, 2024, 11:59 am
Forum: Synchronization
Topic: Synctime Function with Bluetooth
Replies: 3
Views: 5242

Re: Synctime Function with Bluetooth

Hello,

Try using SyncData(PUT, HHINTERVIEW_DICT) instead of SyncFile. SyncData should be used for CSPro data files. This way cases of the dictionary will be synced and the dictionary's synctime will be updated, rather than a new file being uploaded.

Hope this helps,
Justin
by justinlakier
October 24th, 2024, 10:55 am
Forum: Synchronization
Topic: Synctime Function with Bluetooth
Replies: 3
Views: 5242

Re: Synctime Function with Bluetooth

Hello, See the SyncTime documentation . This should be returning the last sync with any BlueTooth device, giving notappl if there was no synchronization. Have you had any BlueTooth synchronizations with this device? If not, then notappl is the expected return value. You can test this by doing a Blue...
by justinlakier
October 23rd, 2024, 3:39 pm
Forum: Entry
Topic: Recording an interview
Replies: 1
Views: 3504

Re: Recording an interview

Hello, As mentioned in the documentation on the Audio Object , record() and stop() manage background recordings. These do not give a user interface like recordInteractive(). However, note that Android 12 will still show the user a green microphone icon in the top-right corner of the screen when the ...
by justinlakier
October 3rd, 2024, 4:24 pm
Forum: Entry
Topic: Index File
Replies: 8
Views: 10689

Re: Index File

Hello, Having tested it, I can now see why the attempt to use a .csidx index file is causing a problem. After I commented out the line setfile (External_Dictionary, "..\file.csidx",create); it worked fine. In order to loop over the file.csdb with all of your cases, you need to use setfile ...
by justinlakier
October 3rd, 2024, 2:27 pm
Forum: Synchronization
Topic: Access to a csweb server
Replies: 3
Views: 5730

Re: Access to a csweb server

Hello,

Please see this post viewtopic.php?t=4550, and the posts that it links to, for more details on issues with your SSL certificate.

Hope this helps,
Justin
by justinlakier
October 3rd, 2024, 2:22 pm
Forum: Entry
Topic: INSERT AND DELETE LINE LIST IN A ROSTER
Replies: 2
Views: 3330

Re: INSERT AND DELETE LINE LIST IN A ROSTER

Hello, For deleting a row during entry, you can look in the Examples folder that comes with CSPro, at \1 - Data Entry\CAPI Census\Household. The basic roster of the household app has a control column to skip over rows you want deleted, removing them from the path. You can also check the delete funct...
by justinlakier
October 3rd, 2024, 1:27 am
Forum: Entry
Topic: Index File
Replies: 8
Views: 10689

Re: Index File

Hello, The example you gave was of the working code with the forcase, so it's not clear why the version implemented with an index isn't working. However, looking at the use of " setfile " in the snippet you provided raises some questions, as you may be looping over the wrong External_Dicti...
by justinlakier
October 1st, 2024, 9:14 pm
Forum: Tools
Topic: export cspro data to csv with dcf values
Replies: 1
Views: 5600

Re: export cspro data to csv with dcf values

Hello, For this, it is recommended in this post (https://www.csprousers.org/forum/viewtopic.php?t=5509) that you use a CSPro Batch Application to output exported data with labels. The linked post includes links to the CSPro documentation on data sources, and a video including a guide to this Batch A...
by justinlakier
September 26th, 2024, 2:25 pm
Forum: Entry
Topic: Errmsg ISSUES
Replies: 3
Views: 4186

Re: Errmsg ISSUES

Hello,

Try turning off HTML Dialogs from the Advanced Features.

Hope this helps,
Justin
by justinlakier
September 25th, 2024, 1:42 pm
Forum: Entry
Topic: Errmsg ISSUES
Replies: 3
Views: 4186

Re: Errmsg ISSUES

Hello, If you were trying to print a variable, that variable may not be printable. You can test with other error messages before and after this statement to find out why this line in particular is not working. The information provided does not provide enough details. Please attach your zipped applic...