Search found 624 matches
- August 16th, 2023, 7:28 pm
- Forum: Tabulation
- Topic: Tables with several rows and columns
- Replies: 1
- Views: 584
Re: Tables with several rows and columns
There's lot of examples of complicated questionnaires programming with CSPro. You can see one example of complicated application and related questionnaire on the following links: https://agrilinks.org/post/feed-future-zoi-survey-methods https://agrilinks.org/post/feed-future-zoi-survey-methods-toolk...
- August 12th, 2023, 4:32 am
- Forum: Entry
- Topic: Barcode reading
- Replies: 2
- Views: 296
Re: Barcode reading
This could be because CSPro barcode scanner function depend on Google Play libraries who're based on Google Machine Learning (ML)API (formerly Google Vision API) https://developers.google.com/ml-kit/vision/barcode-scanning https://developers.google.com/ml-kit/vision/barcode-scanning/android And, imp...
- August 3rd, 2023, 6:01 am
- Forum: Android
- Topic: APK Download Link
- Replies: 4
- Views: 1793
Re: APK Download Link
@CarollSantiago, if there's any reason for using an older APK, please take a look on: https://www.csprousers.org/apk/
Best
Best
- July 23rd, 2023, 11:07 pm
- Forum: Entry
- Topic: Geographic coordinates to utm converter
- Replies: 3
- Views: 707
Re: Geographic coordinates to utm converter
Thanks Greg for helping us in having trigonometric functions in CSPro logic. More than 4 years ago, I requested this: https://www.csprousers.org/forum/viewtopic.php?p=10688 so right now, I'll be able to perform some calculations directly in CSPro logic. However, I would also like to know if the JS-C...
- June 22nd, 2023, 7:44 am
- Forum: Entry
- Topic: SelCase Function
- Replies: 2
- Views: 783
Re: SelCase Function
Hi Nikola,
Greg helped me years ago with autocompletion using selcase: viewtopic.php?p=2197
It was also the only time I was reading about and using selcase.
Please take a look and try to see if this help you.
Best,
Greg helped me years ago with autocompletion using selcase: viewtopic.php?p=2197
It was also the only time I was reading about and using selcase.
Please take a look and try to see if this help you.
Best,
- June 22nd, 2023, 7:39 am
- Forum: Android
- Topic: dichotomies data in multiple choice not showing when exporting.
- Replies: 1
- Views: 13693
Re: dichotomies data in multiple choice not showing when exporting.
Hi Thierry,
Reading this post should solve your issue.
viewtopic.php?p=15487
Please let me if know if this work you.
Best
Reading this post should solve your issue.
viewtopic.php?p=15487
Please let me if know if this work you.
Best
- May 20th, 2023, 1:11 am
- Forum: Synchronization
- Topic: How to use POWER BI to extract data on CSWeb?
- Replies: 5
- Views: 1258
Re: How to use POWER BI to extract data on CSWeb?
See my response for this topic, more than two years ago. https://www.csprousers.org/forum/viewtopic.php?p=12819 As you will see it, there's an issue when using any data analytics/dashboarding tools with CSPro-MySQL parsed databases... value sets are not integrated in the database where processing ca...
- May 12th, 2023, 12:46 am
- Forum: Feature Requests
- Topic: CSPro embedded cpp-httplib server: minimum configuration
- Replies: 0
- Views: 13489
CSPro embedded cpp-httplib server: minimum configuration
Dear CSPro Developer Team I already asked a minimum control over the cpp-httplib CSPro embedded server. 1) CSProusers need to access to it via a defined external local IP (not randomly as it is right now and only the default locahost 127.0.0.1); Why? Among others, It will be easier for devices to sh...
- May 3rd, 2023, 8:11 pm
- Forum: Entry
- Topic: Multiple polygons in map viewer
- Replies: 3
- Views: 2165
Re: Multiple polygons in map viewer
Hello VGonzalez, I was able to launch multiple polygons using CSPro. Here's a working demo: https://github.com/HTUser-1/LoadMultiPolygons Hope the CSPro Developer Team will help us in having code colorizer for Github (as I requested it years ago: https://www.csprousers.org/forum/viewtopic.php?t=3612...
- April 29th, 2023, 6:37 am
- Forum: Entry
- Topic: Multiple polygons in map viewer
- Replies: 3
- Views: 2165
Re: Multiple polygons in map viewer
Hello VGonzalez, I the past, I was able to load group of polygons in a CSPro map view and zoom on the last using the following functions: Function string MapStore() string mapFolder= pathname (Application) + "MapVector/" ; exit mapFolder; end ; Function loadAllSavedPolygons() listingMap.se...