Search found 641 matches
- January 6th, 2025, 6:57 am
- Forum: Entry
- Topic: Decoding BLOB Data Stored as Binary in MySQL (CSENTRY Application)
- Replies: 4
- Views: 2810
Re: Decoding BLOB Data Stored as Binary in MySQL (CSENTRY Application)
@Justin. When parsing data to MySQL relational schema, there's an issue: https://www.csprousers.org/forum/viewtopic.php?p=18147#p18147 I think the Developer team should give a way to choose between storing data as longtext or originally as it is on device (sqlite). Storing data as longtext is an iss...
- January 6th, 2025, 6:48 am
- Forum: Entry
- Topic: Partialsave from JS
- Replies: 1
- Views: 413
Re: Partialsave from JS
Hello, It's possible and I did something similar a few years ago, when first I tested CSPro 7.7 Alpha versions. Among other ways, you can use writecase to save each form input in specific external dict item trough user defined functions. Then, you can call this user defined function in JS. If you ha...
- November 22nd, 2024, 8:32 pm
- Forum: Android
- Topic: Using TFLite models with CAPI forms
- Replies: 1
- Views: 3802
Re: Using TFLite models with CAPI forms
It's possible to use any browser compatible JS libraries with a CSPro App. Take a look on specific browser ready TF JS libs here: https://github.com/tensorflow/tfjs, https://www.npmjs.com/package/@tensorflow/tfjs-tflite. Here: https://www.csprousers.org/help/CSPro/action_invoker_execution_javascript...
- August 24th, 2024, 1:13 pm
- Forum: Feature Requests
- Topic: Standalone CSPro powered applications and PWA
- Replies: 0
- Views: 18936
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: 7000
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: 7849
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: 7849
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: 24338
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: 7000
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: 6311
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...