Search found 1794 matches

by Gregory Martin
October 17th, 2013, 4:48 pm
Forum: Entry
Topic: using_occurence
Replies: 2
Views: 3888

Re: using_occurence

Vanndy,

Look at my response to a similar question here:

http://csprousers.org/forum/viewtopic.php?f=1&t=461
by Gregory Martin
October 17th, 2013, 4:33 pm
Forum: Entry
Topic: Pff files
Replies: 2
Views: 3049

Re: Pff files

You can only pass in one parameter, which will follow the Parameter= statement. What most people do is pass in multiple parameters on the one line, using a delimiter to separate each parameter. For example: Parameter=4;2;1 If the parameters are of fixed width, you don't even need the delimiter, and ...
by Gregory Martin
October 17th, 2013, 3:51 pm
Forum: Tabulation
Topic: Universe and value sets
Replies: 3
Views: 6538

Re: Universe and value sets

Couldn't you write as your universe:
invalueset(VALUE,VALUE_VS2)
by Gregory Martin
October 7th, 2013, 10:15 pm
Forum: Editing
Topic: CSpro text viewer has stopped working
Replies: 12
Views: 40025

Re: CSpro text viewer has stopped working

Pierre, We have noticed a problem with Text Viewer crashing in certain circumstances when invoked by CSPro tools. As you noted, opening Text Viewer directly will clear out the "recent opened file" cache and fix the opening problem. We haven't been able to consistently recreate this problem...
by Gregory Martin
September 30th, 2013, 6:45 pm
Forum: Entry
Topic: Copy running entry file to another location
Replies: 1
Views: 2303

Re: Copy running entry file to another location

Can you explain your problem in more detail? Here is information about the filecopy function: http://www.csprousers.org/help/html/fil ... nction.htm
by Gregory Martin
September 30th, 2013, 6:44 pm
Forum: Entry
Topic: Error while entering partially saved cases
Replies: 7
Views: 43882

Re: Error while entering partially saved cases

Are you assigning values to all of your ID items? Are any of them blank, perhaps because of logic that was executed that made them blank?
by Gregory Martin
September 24th, 2013, 9:05 am
Forum: Entry
Topic: Full Screen is not coming
Replies: 2
Views: 3091

Re: Full Screen is not coming

You have this line in your PFF file?

[DataEntryInit]
FullScreen=Yes

I've tested this on 5.0.3 and it works for me on both .ent and .enc files.

Perhaps you can send your application to me and I can take a look at it: gregory.martin@census.gov.
by Gregory Martin
September 17th, 2013, 6:05 pm
Forum: Other
Topic: Error in Forms Editor
Replies: 5
Views: 5885

Re: Error in Forms Editor

I suggest that you build your applications in 4.1. CSPro 5.0 will have no problem reading those files, so you can run your 4.1 applications on the Windows 8 tablets running 5.0. However, the files created in 5.0 will be UTF-8, while the 4.1 files will be ANSI. As long as you use 5.0 to do any proces...
by Gregory Martin
September 17th, 2013, 9:20 am
Forum: Other
Topic: Error in Forms Editor
Replies: 5
Views: 5885

Re: Error in Forms Editor

Tiago,

What version are you using? Have you downloaded the most recent one, 5.0.3, released a couple weeks ago?

We've fixed a lot of problems related to Windows 8. Let me know if this version still causes you problems.
by Gregory Martin
September 11th, 2013, 12:35 pm
Forum: Entry
Topic: Modifying [data].dat.not
Replies: 3
Views: 4079

Re: Modifying [data].dat.not

What is the help file that you're referencing? Are you talking about the CSPro system messages file, located at C:\Program Files\CSPro 5.0\CSPro.mgf? Or the CSEntry help file, located at C:\Program Files\CSPro 5.0\Csentry.chm? Or the CAPI help files (help related to each field on your form), which i...