Search found 1794 matches

by Gregory Martin
January 15th, 2018, 10:01 am
Forum: Android
Topic: How to Hide Applications listing on mobile device
Replies: 11
Views: 10611

Re: How to Hide Applications listing on mobile device

The ShowInApplicationListing approach should have worked. I'm surprised that it didn't. Another way to hide the PFF is to make the Description (which should come under [Run Information]) blank. Like this:

[Run Information]
Version=CSPro 7.0
AppType=Entry
Description=
by Gregory Martin
January 15th, 2018, 9:59 am
Forum: Synchronization
Topic: How to concate data files from FTP sync through SYNCDATA
Replies: 3
Views: 3790

Re: How to concate data files from FTP sync through SYNCDATA

If you want to combine each synced file, then you can use the Data Viewer tool to download the data, which will automatically merge them.

There is no way for you to combine the files on the FTP server directly, as they can only be used via Data Viewer or via the syncdata function.
by Gregory Martin
January 15th, 2018, 9:57 am
Forum: Feature Requests
Topic: Scroll To Current Position
Replies: 7
Views: 6407

Re: Scroll To Current Position

Can you provide more details on what you are asking for? Are you using Windows or Android? What does "partie navigation" mean?
by Gregory Martin
January 15th, 2018, 9:56 am
Forum: Entry
Topic: ERROR: Variable(s) length do not agree with dictionary ID length
Replies: 2
Views: 3166

Re: ERROR: Variable(s) length do not agree with dictionary ID length

What is the length of all of the IDs in DRINKSURVEY_DICT? The error is reporting that your variable CHOOSE_INSTITUTION does not have the same length as the IDs. This is a new CSPro error and it is present because a common problem was that people used loadcase without providing a complete ID, which s...
by Gregory Martin
January 8th, 2018, 8:02 am
Forum: Entry
Topic: Can't do entrty on tablet
Replies: 1
Views: 2496

Re: Can't do entrty on tablet

It is hard to know what the problem might be. Have you tried running a different application (not Simple CAPI)? Does the problem still exist? My best guess is that the your data file is on an area on the Android device that CSEntry does not have access to, but that may not be correct diagnosis. Try ...
by Gregory Martin
January 4th, 2018, 1:43 pm
Forum: Entry
Topic: block a case once completed, can it be ??
Replies: 6
Views: 5964

Re: block a case once completed, can it be ??

jfigueroa's suggestion is a good one. To extend it, and to eliminate the use of an alpha, you can: 1) In the postproc of your level (which is triggered at the end of the case), set the flag. 2) In the preproc of your level (which is triggered at the beginning of the case), check the flag. For exampl...
by Gregory Martin
January 3rd, 2018, 8:59 am
Forum: Entry
Topic: Run Data Entry on desktop without CSPro
Replies: 2
Views: 3009

Re: Run Data Entry on desktop without CSPro

There used to be but when we changed the installer for CSPro 7.0 we removed that functionality as we didn't think it was used very often. Our installer uses NSIS: http://nsis.sourceforge.net/Main_Page This is free software, so if you wanted to, you could use it to create your own installer (from the...
by Gregory Martin
January 2nd, 2018, 10:17 am
Forum: Entry
Topic: CSPro 7.0.2 Help
Replies: 4
Views: 4411

Re: CSPro 7.0.2 Help

We have not experienced or heard of such problems using CSEntry with other data entry applications. Is it possible that you are executing logic that is running long loops that result in your program hanging? If you like, you can email your application to cspro@lists.census.gov and we can try to dete...
by Gregory Martin
January 2nd, 2018, 10:13 am
Forum: Entry
Topic: how to change logo when csentry start?
Replies: 1
Views: 2564

Re: how to change logo when csentry start?

There is no easy way to change this. It is the icon associated with the CSEntry.exe executable. If you really need to do this, however, you could use software such as Resource Hacker to replace the icon of CSEntry.exe.
by Gregory Martin
January 2nd, 2018, 10:10 am
Forum: Android
Topic: How to add a userbar on android to insert automatically a line in a roster.
Replies: 10
Views: 9903

Re: How to add a userbar on android to insert automatically a line in a roster.

The helps are not always 100% correct regarding the group/record functions. That is something that we will try to fix with time. In a data entry application, most of the time you will want to work with groups. For example, if you split your record into two rosters, it would be confusing if you inser...