Search found 41 matches

by lestcape
February 15th, 2024, 11:54 am
Forum: Feature Requests
Topic: More universal programming language
Replies: 2
Views: 1255

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...
by lestcape
September 15th, 2023, 12:35 pm
Forum: Synchronization
Topic: Automatically clear credentials on first use
Replies: 2
Views: 3872

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 ...
by lestcape
March 23rd, 2022, 12:51 pm
Forum: Entry
Topic: How to stop the automatically update of the CSEntry apk.
Replies: 5
Views: 1376

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.
by lestcape
March 23rd, 2022, 11:48 am
Forum: Entry
Topic: Access to MySQL from Webview/Webview 2
Replies: 5
Views: 3053

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 ...
by lestcape
March 23rd, 2022, 10:55 am
Forum: Entry
Topic: How to stop the automatically update of the CSEntry apk.
Replies: 5
Views: 1376

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 ...
by lestcape
March 19th, 2022, 10:20 am
Forum: Entry
Topic: Access to MySQL from Webview/Webview 2
Replies: 5
Views: 3053

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 ...
by lestcape
March 18th, 2022, 6:08 pm
Forum: Entry
Topic: How to stop the automatically update of the CSEntry apk.
Replies: 5
Views: 1376

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...
by lestcape
September 21st, 2020, 1:36 pm
Forum: Synchronization
Topic: An inconvenient implementation of GetDeviceId
Replies: 4
Views: 2412

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...
by lestcape
September 21st, 2020, 7:54 am
Forum: Synchronization
Topic: An inconvenient implementation of GetDeviceId
Replies: 4
Views: 2412

Re: An inconvenient implementation of GetDeviceId

I don't think they are different, instead to us they are in fact different. We create a survey column and store the result of the GetDeviceID in it. We also store the device id that send the data from CSWeb in a table when we recive the data. Then we compare both values form the same cases and we ge...
by lestcape
September 20th, 2020, 5:06 pm
Forum: Synchronization
Topic: An inconvenient implementation of GetDeviceId
Replies: 4
Views: 2412

An inconvenient implementation of GetDeviceId

The GetDeviceID function (https://www.csprousers.org/help/CSPro/getdeviceid_function.html) doesn't return the device id. Instead and how is described in the documentation it return an android id. So, the device ID that is received in CSWeb does not match with the device id that we can retrieve in th...