Search found 43 matches
- February 15th, 2024, 12:35 pm
- Forum: Synchronization
- Topic: Automatically clear credentials on first use
- Replies: 2
- Views: 5376
Re: Automatically clear credentials on first use
The Saved Credentials, including access tokens to CSWeb/Dropbox and passwords, cannot be automatically cleared from logic. This is what is need, so nothing else you said help unfortunate. However Interviewer nickname, which you mentioned, would be a setting or a variable rather than a Saved Credent...
- February 15th, 2024, 12:13 pm
- Forum: Feature Requests
- Topic: Linux version of CSPro
- Replies: 6
- Views: 9270
Re: Linux version of CSPro
Yes well. One limitation to do that is the CSPro language of the logic. The language should be replacement by a more universal language. One can be for example javascript. Then we will not need to contact the CSPro developers to create our own version of the CSEntry for Linux. Also to create a fork ...
- February 15th, 2024, 11:54 am
- Forum: Feature Requests
- Topic: More universal programming language
- Replies: 2
- Views: 3559
More universal programming language
Once CSPro have a lot of API in javascript should have sense also provide one of the follow: A way to translate CSPro logic language to javascript. Can be provide the tokens and the gramatic of the language or better directly something functional: https://peggyjs.org/. A way of write the logic in ja...
- September 15th, 2023, 12:35 pm
- Forum: Synchronization
- Topic: Automatically clear credentials on first use
- Replies: 2
- Views: 5376
Automatically clear credentials on first use
We conduct surveys that have more than 500 interviewers and the devices we use are sometimes arbitrarily reused, so many times the credentials saved from the previous time are still valid, but they are not the ones that correspond to the new owners of the device. Erasing the devices credencials one ...
- March 23rd, 2022, 12:51 pm
- Forum: Entry
- Topic: How to stop the automatically update of the CSEntry apk.
- Replies: 5
- Views: 1942
Re: How to stop the automatically update of the CSEntry apk.
@sherrell thanks, that answer my question. Not as I would have liked, as you are really not providing a solution, but good, things are as they are.
- March 23rd, 2022, 11:48 am
- Forum: Entry
- Topic: Access to MySQL from Webview/Webview 2
- Replies: 5
- Views: 3620
Re: Access to MySQL from Webview/Webview 2
@htuser Suppose what you want can be done, do you honestly believe that CSPro developers added webview so their users could do something like that? Good luck trying to reinvent the wheel, because this is more less what you trying to do. The people in the link you provided also wanted to have things ...
- March 23rd, 2022, 10:55 am
- Forum: Entry
- Topic: How to stop the automatically update of the CSEntry apk.
- Replies: 5
- Views: 1942
Re: How to stop the automatically update of the CSEntry apk.
Thanks, we already are disabling automatically updates for all apps, but this not work well, because once the survey start, we have not control of the device, how i already said and the people that have it re-enabled the updates. Our survey are massive and then it's difficult control exhaustive all ...
- March 19th, 2022, 10:20 am
- Forum: Entry
- Topic: Access to MySQL from Webview/Webview 2
- Replies: 5
- Views: 3620
Re: Access to MySQL from Webview/Webview 2
Hi htuser. I think that what happens is that you have not fully understood how webview works and you think it is one thing when it is really another. What you want (and I want too) is to use javascript instead of CSPro's specific purpose language. However, to do that, CSPro developers need to embed ...
- March 18th, 2022, 6:08 pm
- Forum: Entry
- Topic: How to stop the automatically update of the CSEntry apk.
- Replies: 5
- Views: 1942
How to stop the automatically update of the CSEntry apk.
We have a question about the release process that CSPro developers are carry out. We do surveys that can last more than 6 months, so inevitably in the middle of our survey they may release new versions of the server, CSPro or CSEntry. We don't have time to test everything they have released and swap...
- September 21st, 2020, 1:36 pm
- Forum: Synchronization
- Topic: An inconvenient implementation of GetDeviceId
- Replies: 4
- Views: 2821
Re: An inconvenient implementation of GetDeviceId
Thanks. I think you are right. I suspect that some of my clients have an older version that used GetUserName() instead of GetDeviceId(), while most of them have the GetDeviceId(). I'm trying to localize a tablet code to be sure this is what occurs, but most of signals point to that. Sorry for the no...