Search found 513 matches
- April 26th, 2022, 5:37 pm
- Forum: Editing
- Topic: Roster coding
- Replies: 1
- Views: 322
Re: Roster coding
Not sure I understand. Maybe the keyword reenter will help you out. https://www.csprousers.org/help/CSPro/reenter_statement.html If that's not helpful can you try to clarify the intended behavior. Also, attach the application with partial data and instructions to get the the particular field of the ...
- April 26th, 2022, 5:18 pm
- Forum: Synchronization
- Topic: Error connecting to sync server:java.net.MalformedURLException
- Replies: 2
- Views: 211
Re: Error connecting to sync server:java.net.MalformedURLException
Can you post or email (cspro@lists.census.gov) the URL? If the URL is constructed try outputting the string using the errmsg function. I'm curious to see if it is double quoted, has a space, or something else funky is going on.
- April 26th, 2022, 4:51 pm
- Forum: Synchronization
- Topic: Internal server error
- Replies: 1
- Views: 97
Re: Internal server error
The HTTP 500 error just means something went wrong on the server. However, I can't say much more. Attach the sync log from the device that was synchronizing with the server. Hopefully, it will have some more details.
- April 21st, 2022, 6:44 pm
- Forum: Entry
- Topic: prepopulate IDs
- Replies: 7
- Views: 367
Re: prepopulate IDs
Typically we use a menu to do this. If we know the households in advance we'll create a dynamic value set to select them. Then using the PFF object and set the key property. As long as the key property is set the household application's ID items will be pre-filled when the PFF is executed. I recomme...
- April 21st, 2022, 1:56 pm
- Forum: Android
- Topic: data lost in modify mode
- Replies: 4
- Views: 3222
Re: data lost in modify mode
I'll take a look at it if you send the application, dummy data (before data is missing), and instructions to reproduce the issue.
- April 21st, 2022, 1:54 pm
- Forum: Entry
- Topic: Problem with row variable
- Replies: 12
- Views: 584
Re: Problem with row variable
You can change languages by select the "change language" option in CSEntry's UI. Additionally, since you can programmatically set the language you could also add a field and do this as part of the questionnaire.
setlanguage helps: https://www.csprousers.org/help/CSPro/s ... ction.html
setlanguage helps: https://www.csprousers.org/help/CSPro/s ... ction.html
- April 20th, 2022, 6:08 pm
- Forum: Entry
- Topic: verify mode
- Replies: 3
- Views: 235
Re: verify mode
I've attached an application with a single id item and a multiply-occurring record with two fields. Can you download it and let me know if you're able to reproduce the issue? If so provide instructions to reproduce and I'll take a closer look.
- April 20th, 2022, 2:00 pm
- Forum: Entry
- Topic: Problem with row variable
- Replies: 12
- Views: 584
Re: Problem with row variable
Looking at the screenshot above you would:
- Add a value set
- Add the two labels in French
- Switch the language
- Translate the two labels
- April 20th, 2022, 9:22 am
- Forum: Entry
- Topic: Problem with row variable
- Replies: 12
- Views: 584
Re: Problem with row variable
You've created two value sets with no values. Since they have no values they're removed. Try adding a value then saving.
- April 20th, 2022, 9:06 am
- Forum: News
- Topic: CSPro Tutorials: View tutorials on the pff object and the menu on the youtube channel
- Replies: 2
- Views: 167
Re: CSPro Tutorials: View tutorials on the pff object and the menu on the youtube channel
The production value on these first few videos looks great. Plus you do a great job of explaining your implementations.