Search found 1880 matches
- April 21st, 2025, 9:43 am
- Forum: Entry
- Topic: Help Manual for a specific Question
- Replies: 6
- Views: 6788
Re: Help Manual for a specific Question
I'm personally still confused about what you're trying to do. You mention using OnKey, but the default "help text" functionality already basically handles this, though linked to the F2 shortcut. If you want to connect this with F1 instead (as you mentioned in the initial post), you can remap the ...
- April 21st, 2025, 9:27 am
- Forum: Feature Requests
- Topic: Limiting the number of interviews per day in CSPro
- Replies: 2
- Views: 1269
Re: Limiting the number of interviews per day in CSPro
You don't show where you increment ENTREVUES_AUJOURDUI, but assuming that you do this at the end of the case, I would just like to point out a couple things:
- Your code will not allow for someone to add a case and then modify it, as that modification will (presumably) be counted as a new case ...
- Your code will not allow for someone to add a case and then modify it, as that modification will (presumably) be counted as a new case ...
- April 21st, 2025, 8:46 am
- Forum: Tools
- Topic: Deploying on dropbox
- Replies: 3
- Views: 1901
Re: Deploying on dropbox
So is it working for you now with the other Dropbox account? In case you are not aware, you can clear your synchronization credentials:
https://www.csprousers.org/help/CSPro/c ... tings.html
https://www.csprousers.org/help/CSPro/c ... tings.html
- March 31st, 2025, 9:09 am
- Forum: Entry
- Topic: Help Manual for a specific Question
- Replies: 6
- Views: 6788
Re: Help Manual for a specific Question
To learn more about question text, I suggest that you look at the workshop materials, specifically the CAPI Features section:
https://csprousers.org/mobile-workshop/05-capi.html
Note that the workshop materials are a bit old and fills now use ~~ instead of %. For example, where it says:
Est-ce ...
https://csprousers.org/mobile-workshop/05-capi.html
Note that the workshop materials are a bit old and fills now use ~~ instead of %. For example, where it says:
Est-ce ...
- March 28th, 2025, 11:16 am
- Forum: Entry
- Topic: Issue using function LN, EXP, Power in sql query
- Replies: 3
- Views: 3391
Re: Issue using function LN, EXP, Power in sql query
SQLite has a variety of functions that you can use in queries: https://www.sqlite.org/lang_mathfunc.html
However, they are not enabled in the current version of CSPro. I will enable them for CSPro 8.1.
For now, you can mark a CSPro function as usable in a SQLite query: https://www.csprousers.org ...
However, they are not enabled in the current version of CSPro. I will enable them for CSPro 8.1.
For now, you can mark a CSPro function as usable in a SQLite query: https://www.csprousers.org ...
- March 26th, 2025, 10:55 am
- Forum: Entry
- Topic: Help Manual for a specific Question
- Replies: 6
- Views: 6788
Re: Help Manual for a specific Question
Are you wanting to add help text that is different from the question text? If so, this is a feature that exists:
https://www.csprousers.org/help/CSPro/capi_features.html
Help text: A help shortcut (F2 on desktop or the ? button on mobile) can bring up customized help information for each field ...
https://www.csprousers.org/help/CSPro/capi_features.html
Help text: A help shortcut (F2 on desktop or the ? button on mobile) can bring up customized help information for each field ...
- March 17th, 2025, 7:54 am
- Forum: Tools
- Topic: Excel to Cspro automatique
- Replies: 2
- Views: 8426
Re: Excel to Cspro automatique
Regarding approach #1, you could:
1) Create the single CSPro DB file from Excel to CSPro.
2) Create a CSPro batch application that splits this file into multiple output files. For this you can use the setoutput function:
https://www.csprousers.org/help/CSPro/setoutput_function.html
The example ...
1) Create the single CSPro DB file from Excel to CSPro.
2) Create a CSPro batch application that splits this file into multiple output files. For this you can use the setoutput function:
https://www.csprousers.org/help/CSPro/setoutput_function.html
The example ...
- March 5th, 2025, 3:51 pm
- Forum: Other
- Topic: Batch Editing is still useful to clean a Census :?:
- Replies: 1
- Views: 37825
Re: Batch Editing is still useful to clean a Census :?:
I think people generally pick tools that they are familiar with. A lot of people study languages like R or Stata while getting statistics degrees, or Python for data science. If I didn't know CSPro and I knew one of those languages, I would probably edit data using the tool with which I'm familiar ...
- February 27th, 2025, 7:34 am
- Forum: Synchronization
- Topic: A propros du CSWeb
- Replies: 3
- Views: 49263
Re: A propros du CSWeb
Malheureusement, le Census Bureau ne dispose pas d'un serveur de test CSWeb. Si vous effectuez des tests en local, vous pouvez essayer de configurer WampServer sur votre machine Windows pour effectuer le test:
https://www.csprousers.org/help/CSWeb/a ... setup.html
https://www.csprousers.org/help/CSWeb/a ... setup.html
- February 25th, 2025, 11:35 am
- Forum: Other
- Topic: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.
- Replies: 8
- Views: 61996
Re: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.
You'll have to have your IT person modify the data.twig file that I've attached. Unzip that file and put the file here: templates/data.twig
Then clear the var/cache directory and it should work.
Then clear the var/cache directory and it should work.