Search found 629 matches

by htuser
June 22nd, 2023, 7:39 am
Forum: Android
Topic: dichotomies data in multiple choice not showing when exporting.
Replies: 1
Views: 16354

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
by htuser
May 20th, 2023, 1:11 am
Forum: Synchronization
Topic: How to use POWER BI to extract data on CSWeb?
Replies: 5
Views: 1760

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...
by htuser
May 12th, 2023, 12:46 am
Forum: Feature Requests
Topic: CSPro embedded cpp-httplib server: minimum configuration
Replies: 0
Views: 15323

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...
by htuser
May 3rd, 2023, 8:11 pm
Forum: Entry
Topic: Multiple polygons in map viewer
Replies: 3
Views: 2906

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/gregvolny/CSPro-Demos/tree/main/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/for...
by htuser
April 29th, 2023, 6:37 am
Forum: Entry
Topic: Multiple polygons in map viewer
Replies: 3
Views: 2906

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...
by htuser
April 24th, 2023, 9:31 am
Forum: Entry
Topic: CSPro logic in CAPI text issue
Replies: 4
Views: 4328

Re: CSPro logic in CAPI text issue

Thanks a lot Greg for this very clear explanation and the logic you posted. This will simplify lot of things I wrote before to deal with HTML tables in CSPro logic. However, I made basic corrections to have it working well. function string CreateHtmlTable() string html; do numeric i = 1 while i <= t...
by htuser
April 23rd, 2023, 2:23 pm
Forum: Entry
Topic: CSPro logic in CAPI text issue
Replies: 4
Views: 4328

Re: CSPro logic in CAPI text issue

Thanks Greg for your support. However, I spent some times trying to transform explanations you provided in results. But, I failed. I never used and until now I'm not sure I have a good understanding of the encode function. create HTML table in CSPro logic I always created HTML table in CSPro logic u...
by htuser
April 9th, 2023, 5:49 pm
Forum: Entry
Topic: CSPro logic in CAPI text issue
Replies: 4
Views: 4328

CSPro logic in CAPI text issue

Dear CSPro Developer Team, I was trying to display an already filled roster in the CAPI text part. It's because I would like to visualize rosters on Android devices during data entry. However, I failed. In the CAPI text part, CSPro automatically deactivate any CSPro logic codes written inside <? ?> ...
by htuser
April 4th, 2023, 7:09 pm
Forum: News
Topic: Is there light at the end of the tunnel with CSPro 8.0?
Replies: 10
Views: 6248

Re: Is there light at the end of the tunnel with CSPro 8.0?

Thanks a lot Greg! The CSPro JavaScript interface is changing to a much more robust system that allows the same set of functions to be run in CSPro logic as well as in the web view JavaScript environment [/b][/color] The bidirectional CSPro-JS API is a game changer in the CAPI world. With this revol...
by htuser
March 27th, 2023, 7:54 am
Forum: Entry
Topic: Calculate is not working in android
Replies: 3
Views: 1195

Re: Calculate is not working in android

Because of the Google security restriction, it's a better approach to use the CSPro-JS API to enhance CSEntry apps. For the calculator, there's lot of Javascript examples on the web: https://www.google.com/search?q=javascript+calculator&rlz=1C1VDKB_enHT948HT948&sxsrf=APwXEddO3zKIIrEgMuo7qn1d...