Est-ce que vous pouvez me l'envoyer via un message prive sur ce forum?
Merci d'avance,
Search found 657 matches
- April 17th, 2025, 9:33 am
- Forum: Entry
- Topic: Perte de données dans un rooster
- Replies: 3
- Views: 3704
- April 17th, 2025, 9:32 am
- Forum: Synchronization
- Topic: Survey Management system
- Replies: 1
- Views: 1385
Re: Survey Management system
There is lot of CSPro friendly dashboard:
a) https://github.com/IstatCooperation/CSProDashboard
b) https://github.com/billyws/cspro-dashboard
c) https://github.com/tech-acs/chimera-starter-kit
You can take a look and develop or customize yours.
Best
a) https://github.com/IstatCooperation/CSProDashboard
b) https://github.com/billyws/cspro-dashboard
c) https://github.com/tech-acs/chimera-starter-kit
You can take a look and develop or customize yours.
Best
- April 17th, 2025, 9:26 am
- Forum: Feature Requests
- Topic: Audio recording in background with CSPro
- Replies: 2
- Views: 327
Re: Audio recording in background with CSPro
It's possible in CSPro powered applications. Please take a look here: https://www.csprousers.org/help/CSPro/A ... ction.html
Hope this help!
Hope this help!
- March 28th, 2025, 10:35 am
- Forum: Synchronization
- Topic: Apparition des coordonnées GPS au niveau du Csweb
- Replies: 2
- Views: 3757
Re: Apparition des coordonnées GPS au niveau du Csweb
Pour faire apparaitre le coordonnees dans le tableau de bord de CSWeb, il faut suivre les etapes suivantes, ce apres avoir effectue les etapes visant a stocker les donnees dans MySQL (https://www.csprousers.org/help/CSWeb/data_settings.html) .
a) Cliquer sur Settings ensuite Cliquer sur add ...
a) Cliquer sur Settings ensuite Cliquer sur add ...
- March 28th, 2025, 10:23 am
- Forum: Entry
- Topic: Perte de données dans un rooster
- Replies: 3
- Views: 3704
Re: Perte de données dans un rooster
Est-ce que tu peux essayer de creer une petite application pouvant repliquer ce probleme? Si tu le fais, je pourrai voir comment t'aider a resoudre le probleme.
- March 28th, 2025, 10:21 am
- Forum: Entry
- Topic: Issue using function LN, EXP, Power in sql query
- Replies: 3
- Views: 2622
Re: Issue using function LN, EXP, Power in sql query
CSPro Logic support all the sql supported by Sqlite. However sometimes, you could need to use some workarounds when writing sql strings in CSPro logic. If you share a small example (demo app) of what you need to do, I'll try to help you writing this query.
Best,
Best,
- February 12th, 2025, 11:48 am
- Forum: Tools
- Topic: Stata do file, Exported.do file variable in lower case
- Replies: 1
- Views: 33707
Re: Stata do file, Exported.do file variable in lower case
I never export CSPro data to stata. However, if Exported.do file is human readable (as for txt or csv etc), you use CSPro file.read/fileread function, file.readlines action (https://www.csprousers.org/help/CSPro/CS_File_readLines.html) to read the lower case Stata do file and write it to a new UPPER ...
- February 12th, 2025, 11:37 am
- Forum: Entry
- Topic: Protect field after passing over
- Replies: 4
- Views: 17960
Re: Protect field after passing over
It is possible to implement this using https://www.csprousers.org/help/cspro/setproperty_function.html, --Field Properties--Protected--Yes.
However, you will have to think about data entry flow. For example, when you are back to an already entered field, the postproc statements are not executed and ...
However, you will have to think about data entry flow. For example, when you are back to an already entered field, the postproc statements are not executed and ...
- February 3rd, 2025, 4:22 pm
- Forum: Editing
- Topic: Deleting multiple cases from CSDB file
- Replies: 5
- Views: 147513
Re: Deleting multiple cases from CSDB file
You should replace case key or uuid, dictionary and item names with your own and test it.
- February 2nd, 2025, 7:57 pm
- Forum: Android
- Topic: Automatic skip after time limit on field
- Replies: 12
- Views: 221599
Re: Automatic skip after time limit on field
There's at least two ways for override this messagge:
a) Using access tokens: https://www.csprousers.org/help/cspro/CS_registerAccessToken.html;
b) Using Menu Options --- Applications Properties---Action Invoker---From external callers---Always Allow(Without access tokens). Please see the attached ...
a) Using access tokens: https://www.csprousers.org/help/cspro/CS_registerAccessToken.html;
b) Using Menu Options --- Applications Properties---Action Invoker---From external callers---Always Allow(Without access tokens). Please see the attached ...