Search found 566 matches

by aaronw
July 18th, 2022, 11:55 am
Forum: Android
Topic: Capi Text Table Formatting
Replies: 3
Views: 2492

Re: Capi Text Table Formatting

I was able to highlight the cells and change the formatting. See the screenshot for how I did it.
bold-cells.PNG
bold-cells.PNG (14.27 KiB) Viewed 2448 times
by aaronw
June 2nd, 2022, 6:49 pm
Forum: Entry
Topic: Create Conditional Questions
Replies: 4
Views: 1540

Re: Create Conditional Questions

I've added a simple application using curocc() as an example. Run the application and pay attention to the CAPI text for the NAME field. It will display the current row number. Then drop into the designer and inspect the CAPI text for NAME. Select each condition and notice the CAPI text changes.
by aaronw
June 2nd, 2022, 8:51 am
Forum: Entry
Topic: Dictionary
Replies: 11
Views: 14049

Re: Dictionary

We refer to this as a dynamic value set. You can loop through a dictionary and create a dynamic value set like this: preproc valueset vs; forcase STAFF_DICT do vs.add( strip (STAFF_NAME), STAFF_CODE); enddo ; setvalueset (SELECT_STAFF_NAME, vs); Check out this blog too. It goes into more depth: http...
by aaronw
April 26th, 2022, 5:37 pm
Forum: Editing
Topic: Roster coding
Replies: 1
Views: 2694

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 ...
by aaronw
April 26th, 2022, 5:18 pm
Forum: Synchronization
Topic: Error connecting to sync server:java.net.MalformedURLException
Replies: 2
Views: 1220

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.
by aaronw
April 26th, 2022, 4:51 pm
Forum: Synchronization
Topic: Internal server error
Replies: 1
Views: 1370

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.
by aaronw
April 21st, 2022, 6:44 pm
Forum: Entry
Topic: prepopulate IDs
Replies: 7
Views: 1960

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...
by aaronw
April 21st, 2022, 1:56 pm
Forum: Android
Topic: data lost in modify mode
Replies: 4
Views: 5196

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.
by aaronw
April 21st, 2022, 1:54 pm
Forum: Entry
Topic: Problem with row variable
Replies: 12
Views: 2800

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/setlanguage_function....
by aaronw
April 20th, 2022, 6:08 pm
Forum: Entry
Topic: verify mode
Replies: 3
Views: 1162

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.
verify.zip
(5.68 KiB) Downloaded 110 times