Search found 160 matches

by justinlakier
February 28th, 2024, 9:48 am
Forum: Entry
Topic: Case error
Replies: 1
Views: 1287

Re: Case error

Hello, please open your data file in the data viewer and check if the file with this ID is present. If it is not, you may be having an issue with specifying the correct file for modifying, or an issue saving files to the csdb. Then, check your pff file. You may have an issue with calling StartMode=M...
by justinlakier
February 28th, 2024, 9:30 am
Forum: Android
Topic: get value from android os data
Replies: 2
Views: 1442

Re: get value from android os data

Hello, CSPro's GetOS Function can return the name, version, and build of the OS. It does not return more detailed information such as the manufacturer. CSPro does support integration of JavaScript, and JavaScript can support finding the manufacturer of a device. This StackOverflow post contains a fe...
by justinlakier
February 21st, 2024, 6:29 pm
Forum: Entry
Topic: Format of time
Replies: 5
Views: 4567

Re: Format of time

Hello, This is a different issue. If you want the manually entered time number to fit your format, I would recommend using Hour and Minute as separate fields. You can use Subitems for this, and put the items in the same block to be concurrently displayed on Android. You can then put in your specific...
by justinlakier
February 20th, 2024, 6:23 pm
Forum: Other
Topic: CSPro 8 compile error when tr function has parentheses
Replies: 3
Views: 1104

Re: CSPro 8 compile error when tr function has parentheses

Hello,

My testing of tr() with internal parentheses did not reproduce this issue. Please attach (or email to cspro@lists.census.gov if confidential) a zip file of your application so that we can demo it and see why this compilation error is occurring.

Thank you,
Justin
by justinlakier
February 20th, 2024, 5:27 pm
Forum: Entry
Topic: Application startup error in CSEntry 8.0 android app
Replies: 10
Views: 2958

Re: Application startup error in CSEntry 8.0 android app

Hello, We did not receive Parth's files at cspro@lists.census.gov. In order to find whether these are the same error, and what is causing these errors, we need copies of your apps with test data to reproduce. Please send zipped files of your applications and all testing data files or instructions to...
by justinlakier
February 20th, 2024, 4:04 pm
Forum: Other
Topic: CAPro 8.0 TRSWin.exe missing
Replies: 3
Views: 1080

Re: CAPro 8.0 TRSWin.exe missing

Hello, The version shifter has not yet caught up to 8.0. Currently the only way to change the default version back to 8.0 after shifting down to 7.7 is to uninstall and then reinstall 8.0, which should re-set it as your default version. The version shifter should be updated to work between 8.0 and p...
by justinlakier
February 20th, 2024, 4:01 pm
Forum: Synchronization
Topic: Error downloading data with data viewer
Replies: 8
Views: 4493

Re: Error downloading data with data viewer

Hello, If everyone is running cspro 8.0 there should not be a version mismatch issue. There may still be corrupted files. Could you attach (or email to cspro@lists.census.gov if confidential) your sync.log file found in CSPro under Help -> Troubleshooting, so we can see the exact details of what is ...
by justinlakier
February 20th, 2024, 2:18 pm
Forum: Entry
Topic: Showing available mothers in same family roster
Replies: 6
Views: 1674

Re: Showing available mothers in same family roster

Hello,

Currently the capture type of this question is text. You need to go on the form, right-click on the text box, go to Field Properties and change the capture type of the question to Radio Button in order to see and select from the value set.

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

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: 3578

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 ...