Search found 638 matches
- August 24th, 2024, 1:13 pm
- Forum: Feature Requests
- Topic: Standalone CSPro powered applications and PWA
- Replies: 0
- Views: 3195
Standalone CSPro powered applications and PWA
Dear CSPro Developer Team, This is my ultimate request/wish for CSPro... But not so new, since I have been advocating years ago for an open (source) CSPro and standalone apps https://www.csprousers.org/forum/search.php?st=0&sk=t&sd=d&sr=posts&keywords=standalone&start=10. And one...
- July 13th, 2024, 4:58 pm
- Forum: Entry
- Topic: Issues when passing Key to modify in the pff
- Replies: 2
- Views: 3045
Re: Issues when passing Key to modify in the pff
Thanks Greg for your response. 1) What do you mean by case viewer? https://www.csprousers.org/help/cspro/Case_view_function.html or questionnaire viewer. 2) On Windows, the web view uses Microsoft's WebView2 control, and on Android we use the WebView control. What are trying to do in the web view? W...
- July 13th, 2024, 9:17 am
- Forum: Feature Requests
- Topic: CSPro logic interpreter as ESM6 and fetch CSWeb package.json files
- Replies: 2
- Views: 3099
Re: CSPro logic interpreter as ESM6 and fetch CSWeb package.json files
Thanks Greg for reply. As you know, on Android devices, there's a package.json file containing signatures of pen and pff files. You also have this file on CSWeb. What I thought was to use JS to fetch the CSWeb's package.json then read the signature and compare it with the local one before launching ...
- June 10th, 2024, 6:26 am
- Forum: Feature Requests
- Topic: CSPro logic interpreter as ESM6 and fetch CSWeb package.json files
- Replies: 2
- Views: 3099
CSPro logic interpreter as ESM6 and fetch CSWeb package.json files
Dear CSPro Developer Team, a) I'm agree with this CSProuser https://www.csprousers.org/forum/viewtopic.php?t=5675 that we need an open CSPro. It's possible if you give us a way to integrate CSPro in any JS framework (such as React) and allow us to design standalone apps. An ESM6 module of the CSPro ...
- June 10th, 2024, 6:15 am
- Forum: Feature Requests
- Topic: Relational dictionary and multiple levels
- Replies: 0
- Views: 7627
Relational dictionary and multiple levels
Dear CSPro Developer Team, The multiple level dictionary is a very important feature, but not widely used. However, it may be very useful to CSPro users like me who don't like to deal with a lot a data files... and external dictionaries... a) If you give an option to design more than three level dic...
- June 10th, 2024, 6:05 am
- Forum: Entry
- Topic: Issues when passing Key to modify in the pff
- Replies: 2
- Views: 3045
Issues when passing Key to modify in the pff
Dear CSPro Developer Team, Thanks a lot for adding advanced and innovative features in CSPro, mainly anticipating thanks :D for the next CSPro CAWI feature. I'm playing with the new CSPro 8.01 features (who almost fulfilled all the request that I posted). However, I find an issue when passing a key ...
- April 26th, 2024, 8:51 am
- Forum: Entry
- Topic: CSDB to SQL Database
- Replies: 4
- Views: 2987
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...
- December 18th, 2023, 8:07 am
- Forum: Tools
- Topic: Export into PDF ?
- Replies: 2
- Views: 18473
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...
- December 12th, 2023, 8:42 am
- Forum: Entry
- Topic: How do I access a case from the non-external dictionary
- Replies: 4
- Views: 16361
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...
- November 26th, 2023, 6:51 am
- Forum: Entry
- Topic: draw lines with geometry
- Replies: 2
- Views: 14419
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...