Search found 152 matches

by justinlakier
February 20th, 2024, 12:03 pm
Forum: Entry
Topic: Showing available mothers in same family roster
Replies: 6
Views: 1022

Re: Showing available mothers in same family roster

Hello, First, find the current line number, such as LINE_NUMBER below. Then loop over all people at lower line numbers, checking if they are potential mothers. If they are, add them to the dynamic value set. You should use the ValueSet object with documentation found here (https://www.csprousers.org...
by justinlakier
February 7th, 2024, 4:29 pm
Forum: Tabulation
Topic: Table Compile Error
Replies: 3
Views: 2207

Re: Table Compile Error

Hello, First, test deleting one of the universes and redefining it. Start with table 1. Most likely your dictionary has changed and these arguments are no longer accurate. If this does not help, you can post your app here or send it to cspro@lists.census.gov so that we can check what is going wrong ...
by justinlakier
February 7th, 2024, 4:25 pm
Forum: Entry
Topic: Application startup error in CSEntry 8.0 android app
Replies: 10
Views: 1991

Re: Application startup error in CSEntry 8.0 android app

Hello Parth,

I do not see your message at cspro@lists.census.gov. If there was a typo in the address or other delivery issue, you can try again. You can also post your files here if unable to deliver them through email.

Thank you,
Justin
by justinlakier
February 7th, 2024, 11:03 am
Forum: Android
Topic: DISABLE ALL ERROR MESSAGES IN MODIFYING MODE
Replies: 3
Views: 3198

Re: DISABLE ALL ERROR MESSAGES IN MODIFYING MODE

Errmsg, Warning, and Accept all pause entry to require user input. As seen in the documentation for the Warning function, it is different from the other two in that it is not displayed when advancing or resuming from a partial save. The page for Warning includes an example using Select, which may al...
by justinlakier
February 6th, 2024, 10:36 am
Forum: Entry
Topic: Application startup error in CSEntry 8.0 android app
Replies: 10
Views: 1991

Re: Application startup error in CSEntry 8.0 android app

Hello,

Could you send us the apps so that we can test why this is happening? You can post the zipped files here, or send it to cspro@lists.census.gov if you do not want it publicly viewable.

Thank you,
Justin
by justinlakier
February 5th, 2024, 7:03 pm
Forum: Entry
Topic: Blank occurence in roster.
Replies: 1
Views: 865

Re: Blank occurence in roster.

Hello, These rows are not empty. You are using setocclabel() to fill values with 0. Try testing by commenting out the lines of setocclabel() in the roster's postproc for both the DEMOGRAPHICS roster and the MEMBERS roster which feeds into it. I removed the setocclabel() lines in the postproc of the ...
by justinlakier
February 2nd, 2024, 4:32 pm
Forum: News
Topic: CSPro 8.0 released
Replies: 4
Views: 3279

CSPro 8.0 released

New versions of CSPro, CSEntry, and CSWeb have been released.
by justinlakier
February 2nd, 2024, 1:07 pm
Forum: Editing
Topic: Editing of CASEID
Replies: 1
Views: 2349

Re: Editing of CASEID

Hello, This depends on how complex your edit is. It seems that the edit pattern here is that only the order is maintained when the new BSN is assigned, with the first item being assigned the ID 4001, the second being 4002, and so on. For this, you can use an incrementing global variable as in the fo...
by justinlakier
February 1st, 2024, 2:59 pm
Forum: Entry
Topic: Issue with OnStop function
Replies: 2
Views: 1169

Re: Issue with OnStop function

Hello,

This is an error when closing with the (X) button, which will be fixed in CSPro 8.0 when it releases tomorrow.

Hope this helps,
Justin
by justinlakier
January 31st, 2024, 11:22 am
Forum: Entry
Topic: Names in Case Tree
Replies: 2
Views: 1146

Re: Names in Case Tree

Hello,

The default behavior of CSEntry showing the actual names in the case tree cannot be reconfigured. You can use the option "Ctrl-T" listed to quickly switch between name and label views as needed.