Search found 2399 matches

by josh
June 26th, 2017, 6:52 am
Forum: Entry
Topic: Lookup [Solved]
Replies: 27
Views: 21623

Re: Lookup

You can do data entry but most people use the Excel2CSPro tool to convert it from Excel.
by josh
June 26th, 2017, 6:52 am
Forum: Entry
Topic: How to get GPS coordinates.
Replies: 7
Views: 7092

Re: How to get GPS coordinates.

The Windows PC GPS support works with external GPS devices you plug in via USB. It does not support internal GPS. You have to make sure that the second parameter exactly matches the COM port that the GPS device is running on. You can see this port in Windows device manager. You also need to make sur...
by josh
June 26th, 2017, 6:48 am
Forum: Entry
Topic: CHANGE VARIABLE INTO CHOICE OPTION IN ANOTHER QUESTION
Replies: 14
Views: 13212

Re: CHANGE VARIABLE INTO CHOICE OPTION IN ANOTHER QUESTION

What do you mean by "open ended question"? Is it a textbox, checkboxes?
by josh
June 24th, 2017, 9:14 am
Forum: Synchronization
Topic: Data Viewer is stop working
Replies: 5
Views: 5100

Re: Data Viewer is stop working

There was a problem with DataViewer in the initial 7.0 release in certain situations. Try downloading the latest (version 7.0.1) from https://www.census.gov/population/inter ... nload.html and see if that fixes the problem.
by josh
June 23rd, 2017, 7:09 am
Forum: Entry
Topic: Sum variables in roster
Replies: 2
Views: 3371

Re: Sum variables in roster

If you have values that are blank in your calculation that could give you bad results. In CSPro arithmetic if any value is blank then the result is blank. If for example HH147_6(5) is blank then and the others are all filled in then when you add them together you will get blank. To avoid this you ca...
by josh
June 23rd, 2017, 6:57 am
Forum: Synchronization
Topic: New Sync using dropbox
Replies: 7
Views: 6583

Re: New Sync using dropbox

That works slightly differently depending on how you are doing the sync. If you set it up with the sync options dialog then you need to check the box "Download application files" and then make sure that the path in "Path to application on server" matches the folder that you put y...
by josh
June 22nd, 2017, 10:08 am
Forum: Feature Requests
Topic: Password to open app
Replies: 3
Views: 4439

Re: Password to open app

OperatorID is not a variable. You need to use the getoperatorid() function. Something like: PROC MYAPP_FF preproc if getoperatorid () <> "ABCD" and getoperatorid () <> "1234" then errmsg ( "Invalid id" ); stop ( 1 ); endif ;
by josh
June 22nd, 2017, 9:43 am
Forum: Android
Topic: CSPro 6.3.2 apk
Replies: 6
Views: 5928

Re: CSPro 6.3.2 apk

For the latest of the version we really want people to use Google Play because then we get a count of the number of downloads which we can present to our sponsors. This helps us get funding to develop CSPro.
by josh
June 22nd, 2017, 8:07 am
Forum: Feature Requests
Topic: Password to open app
Replies: 3
Views: 4439

Re: Password to open app

Some people have implemented their own password mechanism using a check on the operator id or using the prompt function. We recommend putting a password on the device in the Android settings rather than on CSEntry. On Android this not only restricts access to the device if it is lost but also encryp...