Search found 632 matches

by htuser
March 20th, 2022, 4:58 pm
Forum: Other
Topic: Could not connect on sqlite csdbe (file is not a database)
Replies: 4
Views: 1830

Re: Could not connect on sqlite csdbe (file is not a database)

I don't think you'll be able to connect to the CSDBe with password outside CSPro apps and tools, such as dataview etc. It's because,the SQLite Encryption Extension (SEE) used to encrypt the CSDB is not free . This require you to buy a licence of this for any attempt to open an encrypted sqlite datab...
by htuser
March 19th, 2022, 2:41 pm
Forum: Entry
Topic: Access to MySQL from Webview/Webview 2
Replies: 5
Views: 2992

Re: Access to MySQL from Webview/Webview 2

Dear Letscape, Thanks for your support. Your comments are, at the same time, true and, for some, false. a) What you want (and I want too) is to use javascript instead of CSPro's specific purpose language I don't think it's a good idea to use Javascript instead of CSPro logic. If Javascript is far mo...
by htuser
March 19th, 2022, 12:54 am
Forum: Entry
Topic: Access to MySQL from Webview/Webview 2
Replies: 5
Views: 2992

Access to MySQL from Webview/Webview 2

Dear All, I would like to know how to access to MySQL from Webview/Webview 2? As you know it, there's a NodeJS MySQL module, but, until now, i didn't find convenient way to use it in Webview/Webview 2. Browserify should give a solution, but i didn't test it yet. Please do you have a better solution?...
by htuser
March 18th, 2022, 3:00 pm
Forum: Feature Requests
Topic: Sync, crash test log and more to paradata
Replies: 0
Views: 25754

Sync, crash test log and more to paradata

Dear CSPro Developer Team, Hope this mail find you fine and thinking how to implement innovative features to the next cut. I think it would be better for us to have a) Sync log, crash test log also the result of tracing recorded in the paradata database. We can also continue to have them in text bec...
by htuser
March 12th, 2022, 7:53 pm
Forum: Entry
Topic: HTTPS for Webview
Replies: 0
Views: 24216

HTTPS for Webview

Dear all, I'm trying to understand more JS libs, mainly theses concerning Web Bluetooth and USB API. However almost all require HTTPS. This feature is available only in secure contexts (HTTPS) Please do you have a workaround to have HTTPS in local server embedded in CSEntry apps? Why Web Bluetooth a...
by htuser
March 12th, 2022, 7:00 pm
Forum: Entry
Topic: Restricting fake GPS location application while collecting gps points
Replies: 1
Views: 1093

Re: Restricting fake GPS location application while collecting gps points

I don't think it's so difficult to be solved. 1) Activate GPS recording in paradata and query them for comparison purpose with thoses recorded inside CSEntry; 2) Since CSPro support Javascript, I would use the Geolocation API to solve this https://developer.mozilla.org/en-US/docs/Web/API/Geolocation...
by htuser
February 10th, 2022, 4:55 pm
Forum: Entry
Topic: Leaflet on Android
Replies: 2
Views: 1788

Re: Leaflet on Android

Thanks Greg. I already doing some testing on Windows. I'll try on Android... Not immediately since i'm using my forced prolongated free time to rewrite, re-organize all my olds CSPro logic codes... into some libs. It's why i'm trying to implement javascript object inside logic... Theses JS object ar...
by htuser
February 9th, 2022, 8:30 am
Forum: Entry
Topic: Logic to automatically name Data file name by enumerators code or by name
Replies: 10
Views: 69852

Re: Logic to automatically name Data file name by enumerators code or by name

Dear All, I worked, years ago for dynamic rename of Data file according to enumerator's name with CSPro Dev Team help and support. Here's the basic It was designed when CSPro version where 6.1, so, since 2015. Please compile both, menu and main application to .pen and test it. If it don't work, plea...
by htuser
February 8th, 2022, 4:50 pm
Forum: Entry
Topic: Navigation to a allocation with an Existing Latitude and Longitude
Replies: 11
Views: 7814

Re: Navigation to a allocation with an Existing Latitude and Longitude

Dear Yass, On Windows OS, it's possible to modify Leaflet,who's the mapping engine, and adding offline routing with OpenMapstreet vector tiles as basemap. This can solve your request. As you know, the CSPro-Javascript API can help us solving lot of request and issues. And implement complexe UI and o...
by htuser
February 8th, 2022, 4:40 pm
Forum: Entry
Topic: Leaflet on Android
Replies: 2
Views: 1788

Leaflet on Android

Dear CSProuser, I would like to know if the same Leaflet is used on Android and on WIndows for displaying and managing map. If yes, does the same https://www.csprousers.org/forum/viewtopic.php?f=1&t=4762 can be used to allow CSEntry Android to access to the same Map engine. I would like to modif...