Search found 15 matches

by parthsaha
June 25th, 2021, 11:02 am
Forum: Synchronization
Topic: Error connecting to sync server: javax.net.ssl.SSLHandshakeException
Replies: 4
Views: 2844

Re: Error connecting to sync server: javax.net.ssl.SSLHandshakeException

Dear aaronw, The post referred to is concerned with self signed certificates. But the certificate, I am using, has been issued by a CA named letsencrypt. And, moreover, this problem is with only particular to that mobile. So, I think, there is something else going on here, which I am unable to decip...
by parthsaha
June 24th, 2021, 4:47 am
Forum: Synchronization
Topic: Error connecting to sync server: javax.net.ssl.SSLHandshakeException
Replies: 4
Views: 2844

Error connecting to sync server: javax.net.ssl.SSLHandshakeException

Dear All, I have a CSWeb app which is working on few mobile phones without any problem. My CSWeb is hosted on godaddy with SSL (letsencrypt) properly configured. But, in one mobile "Redmi Note 4" with Android 7 version which was bought in 2017, I am getting the following error : "Erro...
by parthsaha
June 14th, 2021, 1:59 am
Forum: Entry
Topic: Login form in CSPro
Replies: 10
Views: 10835

Re: Login form in CSPro

Thanks Martin & htuser!

Really helpful!

The suggestion from htuser will be really very helpful to include in CSPro!

Thanks
Parth
by parthsaha
June 10th, 2021, 1:27 pm
Forum: Entry
Topic: Login form in CSPro
Replies: 10
Views: 10835

Re: Login form in CSPro

Hi Martin, I get a sense from the thread, that currently there is no way in CSPRO to show '**********' instead of the password. OR is there a way? Please help! Thanks Parth The CSPro data file is a text file, as you know, which makes it hard to hide data from human eyes, which can look at the file v...
by parthsaha
June 6th, 2021, 11:31 am
Forum: Synchronization
Topic: CSWEB data configuration setting : Dictionary addition throws error : integrity constant violation
Replies: 1
Views: 1545

CSWEB data configuration setting : Dictionary addition throws error : integrity constant violation

Dear All, I have added a dictionary in CSWEB data configuration setting to process data to another MySQL database. First dictionary was added and is working fine. But when I try to add another dictionary using "Add configuration", CSWEB throws error : integrity constant violation. Failed t...
by parthsaha
June 6th, 2021, 11:13 am
Forum: Synchronization
Topic: use wild card characters in syncdata function's universe parameter
Replies: 2
Views: 1761

Re: use wild card characters in syncdata function's universe parameter

It would be great addition and much awaited feature
Thanks
by parthsaha
June 4th, 2021, 7:26 am
Forum: Other
Topic: Parsing sync'd datafile
Replies: 7
Views: 8280

Re: Parsing sync'd datafile

Dear Josh, Hope you are safe & taking care of you and your family! I'm literally struggling to convert the cspro dictionary (mysql blob field) to mysql text fields using CSPro2Sql. Can you please, list out the steps to follow to convert the mysql blob data to mysql tables using CSPro2Sql ??? It ...
by parthsaha
April 20th, 2021, 4:25 am
Forum: Synchronization
Topic: use wild card characters in syncdata function's universe parameter
Replies: 2
Views: 1761

use wild card characters in syncdata function's universe parameter

Dear All,

Is there a way, we can use wild card characters in syncdata function's syncuniverse parameter?

Actually, I need to sync data based on part of one column's data value.

Thanks for any help!

Parth Saha
by parthsaha
April 19th, 2021, 1:08 pm
Forum: Android
Topic: Refer id items & record items in sqlquery function
Replies: 3
Views: 2304

Re: Refer id items & record items in sqlquery function

Hi Martin, Many thanks for the your reply & the link! I was exactly looking for this only.... My queries are now working. Coming to your question: Why I'm using sqlquery and not other logic functions. It is because of the reasons: 1. I'm more comfortable in using sql queries 2. sql queries will ...
by parthsaha
April 18th, 2021, 6:47 am
Forum: Android
Topic: Refer id items & record items in sqlquery function
Replies: 3
Views: 2304

Refer id items & record items in sqlquery function

Dear All, I want to refer ID items & record items in sqlquery function. My Current sqlquery function looks like this, which works fine. This refers to records level: string sqlQry1= "SELECT TRIM(DISTRICT), SUM(PATIENTS_REGISTERED), SUM(PATIENTS_ATTENDED) FROM MMDP_REC " "GROUP BY ...