Search found 632 matches

by htuser
April 26th, 2024, 8:51 am
Forum: Entry
Topic: CSDB to SQL Database
Replies: 1
Views: 11

Re: CSDB to SQL Database

Hi Munirmdee1, In the past, I used several ways to perform this, among others, for CSLog: a) A direct and easy way was to use an existing GUI version of this Python package (https://github.com/techouse/sqlite3-to-mysql) that was from this user: https://github.com/ArefDev (Please see the attached PDF...
by htuser
December 18th, 2023, 8:07 am
Forum: Tools
Topic: Export into PDF ?
Replies: 2
Views: 16114

Re: Export into PDF ?

I was thinking about doing this natively in CSPro years ago. Right now, I'm waiting for CSPro 8.0 version able to support ESM module (via QuickJS integration) as Greg informed us months ago. When available, I'll try to integrate PDF libraries such as https://github.com/parallax/jsPDF for trying to s...
by htuser
December 12th, 2023, 8:42 am
Forum: Entry
Topic: How do I access a case from the non-external dictionary
Replies: 4
Views: 14761

Re: How do I access a case from the non-external dictionary

@TudorPopescu, Is there any way to access the data of case 1 from case 2? it's possible. But, the easiest way is to use SQLQuery (https://www.csprousers.org/help/CSPro/sqlquery_function.html). Actual SQLQuery function have some limitations, among others: a) Can't put the resulsets in an array having...
by htuser
November 26th, 2023, 6:51 am
Forum: Entry
Topic: draw lines with geometry
Replies: 2
Views: 12973

Re: draw lines with geometry

Hello thierryt, I put an open version of the demo application here: https://github.com/gregvolny/CSPro-Demos/tree/main/CSMapTest There's a CSPro 7.7 version who worked well (except a bug detected with CSPro map features). This version was implemented for working with the legacy .dat file (Please see...
by htuser
October 25th, 2023, 3:04 am
Forum: Entry
Topic: draw lines with geometry
Replies: 2
Views: 12973

Re: draw lines with geometry

Hello, It's impossible to draw geometries on CSEntry Windows OS. I don't see any way for tracing a line on CSEntry Android... It's why, I implemented something to overcome some CSPro map limitations. It's a " quasi ready to use CSPro user defined package" able to improve CSPro Map features...
by htuser
October 2nd, 2023, 6:28 am
Forum: Entry
Topic: Create a multi select variable from a roster column
Replies: 6
Views: 24197

Re: Create a multi select variable from a roster column

Here's a working example. And I'm almost using the same code that I previously shared with you. However, because CSPro 8.0 select dialog have different output compare to 7.7, I had to modify the function extractNumericSelect accordingly. Please play with the multi-select-from-roster-column_gv.zip us...
by htuser
October 1st, 2023, 4:55 pm
Forum: Entry
Topic: Create a multi select variable from a roster column
Replies: 6
Views: 24197

Re: Create a multi select variable from a roster column

Have you downloaded and played with this download/file.php?id=2334?
by htuser
October 1st, 2023, 8:54 am
Forum: Entry
Topic: Create a multi select variable from a roster column
Replies: 6
Views: 24197

Re: Create a multi select variable from a roster column

Hello, I solved this here: https://www.csprousers.org/forum/viewtopic.php?p=16688 If you're using CSDB/CSDBE, you can use SQL to built an array with data you want to display, for example Occ number and person names. However, to extract a list of selected index, I some situations (if numeric you want...
by htuser
August 16th, 2023, 7:28 pm
Forum: Tabulation
Topic: Tables with several rows and columns
Replies: 1
Views: 7838

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...
by htuser
August 12th, 2023, 4:32 am
Forum: Entry
Topic: Barcode reading
Replies: 2
Views: 7489

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