Search found 631 matches

by htuser
July 23rd, 2023, 11:07 pm
Forum: Entry
Topic: Geographic coordinates to utm converter
Replies: 3
Views: 3976

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...
by htuser
June 22nd, 2023, 7:44 am
Forum: Entry
Topic: SelCase Function
Replies: 2
Views: 1671

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,
by htuser
June 22nd, 2023, 7:39 am
Forum: Android
Topic: dichotomies data in multiple choice not showing when exporting.
Replies: 1
Views: 17738

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: 5821

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: 114239

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: 5867

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: 5867

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: 5938

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: 5938

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: 5938

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 <? ?> ...