Search found 631 matches

by htuser
May 7th, 2022, 2:22 pm
Forum: Entry
Topic: Logic to automatically name Data file name by enumerators code or by name
Replies: 10
Views: 69837

Re: Logic to automatically name Data file name by enumerators code or by name

Hi Sham, The errors concerned pathnames. string applicationName = "..\main_application\real_application.pen" ; string nom_menu = ".\menu.pen" ; string dataFolder = "..\main_application\data\" ; string dataMenuFolder = "..\" ; string dataFolderpff = "..\ma...
by htuser
May 1st, 2022, 1:14 pm
Forum: Feature Requests
Topic: CSPro user defined packages
Replies: 0
Views: 26272

CSPro user defined packages

Dear CSPro Developer Team, I know i'm the CSProuser who request you more ;) ... But this post doesn't have any new request... :) As already mentioned in previous posts and mails, one of my ultimate dream for CSPro is to write standard " ready to use" packages and shared some of them on the...
by htuser
April 22nd, 2022, 6:08 am
Forum: News
Topic: QR CODE
Replies: 1
Views: 1130

Re: QR CODE

Dear RAKOTOVAO , The news part of the forum is not the best place to ask support... Please remove this post and place it in specific topics. In the meantime, here's a response... Since CSPro 7.7 have an API for interacting with Javascript, you can use any Webassembly or Javascript libraries in CSEnt...
by htuser
April 6th, 2022, 5:15 pm
Forum: Other
Topic: Warning to CSProusers
Replies: 0
Views: 24052

Warning to CSProusers

Dear All, As you can see it sometimes, the CSProuser website is always targeted by hackers and other spammers. Now, they change their strategies by sending private message with links... Please don't open any link other than in open technical discussions on the forum. I experienced this today. Fortun...
by htuser
April 4th, 2022, 9:31 am
Forum: Entry
Topic: Multiple response
Replies: 2
Views: 1291

Re: Multiple response

A better way, in the postproc
if length (strip ($)) >3 then
    errmsg
(239);
    reenter $;
endif;
239 You can't select more than three crops. Please, reenter Q1.

I don't test if the reenter will work right now. Please test it.
Hope this help.
by htuser
March 30th, 2022, 11:09 am
Forum: Entry
Topic: CONVERTING CHECKBOX RESPONSES INTO YES NO ANSWERS
Replies: 2
Views: 1324

Re: CONVERTING CHECKBOX RESPONSES INTO YES NO ANSWERS

Dear Saidi, Josh helped me years ago (even before having the native isChecked function) to solve this issue. There's a sample, part from an old survey (nearly four years ago). The way is to create subitems (or Items) from the main checkbox question. In subitems (items) each question must have Yes/No...
by htuser
March 23rd, 2022, 3:31 pm
Forum: Entry
Topic: Access to MySQL from Webview/Webview 2
Replies: 5
Views: 2983

Re: Access to MySQL from Webview/Webview 2

do you honestly believe that CSPro developers added webview so their users could do something like that? The people in the link you provided also wanted to have things that was not conceived to work in that way. I don't completely know why. But, what i know, Webview and Javascript-CSPro Logic API o...
by htuser
March 23rd, 2022, 1:36 am
Forum: Entry
Topic: Access to MySQL from Webview/Webview 2
Replies: 5
Views: 2983

Re: Access to MySQL from Webview/Webview 2

@ Letscape, Please read this post: https://electerious.medium.com/from-commonjs-to-es-modules-how-to-modernize-your-node-js-app-ad8cdd4fb662 Others have tried to transform nodeJs modules to Es modules and using them in browser/webview. We can try this. But, in the near future, JS developers will out...
by htuser
March 21st, 2022, 6:22 am
Forum: Other
Topic: Could not connect on sqlite csdbe (file is not a database)
Replies: 4
Views: 1813

Re: Could not connect on sqlite csdbe (file is not a database)

Have you tried the SQLCiper? Do you happen to have a code snippet of SQLCiper connecting to SQLite of CSDb?
In my previous post, i mentioned that CSDBE use SQLite Encryption Extension (SEE), not SQLCiper.
So, SQLCiper will not work.
Best,
by htuser
March 20th, 2022, 4:58 pm
Forum: Other
Topic: Could not connect on sqlite csdbe (file is not a database)
Replies: 4
Views: 1813

Re: Could not connect on sqlite csdbe (file is not a database)

I don't think you'll be able to connect to the CSDBe with password outside CSPro apps and tools, such as dataview etc. It's because,the SQLite Encryption Extension (SEE) used to encrypt the CSDB is not free . This require you to buy a licence of this for any attempt to open an encrypted sqlite datab...