Search found 595 matches

by AriSilva
December 10th, 2020, 6:28 am
Forum: Other
Topic: concatenate tool
Replies: 1
Views: 1629

Re: concatenate tool

My fault, In order to "facilitate" my work, I have installed all cspro versions starting from 7.3. That batch program was published using 7.3, so, it did not recognize the csdb file created under 7.5, thus the message "unable to open file..." to execute the concatenation. When do...
by AriSilva
December 9th, 2020, 3:06 pm
Forum: Other
Topic: Encrypting databases
Replies: 2
Views: 1860

Re: Encrypting databases

Thanks, Greg.
I will consider those options you´ve mentioned.
by AriSilva
December 9th, 2020, 3:02 pm
Forum: Other
Topic: concatenate tool
Replies: 1
Views: 1629

concatenate tool

Hi folks, I have a concatenate pff that executes well if double clicked directly from the windows explorer. It finds all input files. But if I call this pff from a cspro program it says that it is unable to find one of the input files. It was working perfectly until I add a new input file, and that ...
by AriSilva
December 8th, 2020, 4:47 pm
Forum: Other
Topic: Encrypting databases
Replies: 2
Views: 1860

Encrypting databases

Hi folks, I´m starting to consider using csdbe files on our surveys, so, I do not have a clear idea on how to do that. The main purpose is, of course, to protect confidentiality, etc. I have so many questions that I really do not know how to start with. For example: 1. What happens if we forget the ...
by AriSilva
December 8th, 2020, 3:20 pm
Forum: Android
Topic: using qrcode to install the application
Replies: 2
Views: 2281

using qrcode to install the application

Hi folks, I did not understand how to use the qrcode to install an application in the tablets, in spite of all the explanation in the help. Starting with the deploy, I´ve clicked in the qrcode, it showed the qrcode, and then it says to scan the qrcode or to save or print it. I´ve saved it to a file ...
by AriSilva
December 3rd, 2020, 3:05 pm
Forum: Android
Topic: deploying with an external app
Replies: 11
Views: 6042

Re: deploying with an external app

The program is a little bit huge but the code snipet is string dummy = pathconcat(Application, "..\..\..\Producao\30_Apoio\VACINAL_00_Dummy.zzz"); if fileexist(dummy) then string apk = pathconcat(Application, "..\..\..\foto.apk"); ret = execsystem(maketext("view:%s", ap...
by AriSilva
December 1st, 2020, 10:02 am
Forum: Android
Topic: installing csentry in a different folder
Replies: 3
Views: 2410

installing csentry in a different folder

csentry was supposed to be installed in a folder at the same level of the android folder, under the Internal Storage folder. But some of my interviewers had csentry installed in a folder named DATA below the Android folder, as in the attached picture. Under these folders, apparently, csentry works w...
by AriSilva
November 30th, 2020, 4:20 pm
Forum: Android
Topic: difference between reinstalling and installing a csentry application
Replies: 1
Views: 1235

difference between reinstalling and installing a csentry application

The scenario is the following: 1. The application is already in the tablet. 2. When using the Update option to reinstall the application, there is one file in the deploy that it is not downloaded to the tablet. 3. When using the Add option the system says that it will reinstall and in this case it e...
by AriSilva
November 30th, 2020, 4:12 pm
Forum: Android
Topic: deploying with an external app
Replies: 11
Views: 6042

Re: deploying with an external app

The program is very big, but you see a snipet below. string dummy = pathconcat(Application, "..\..\..\Producao\30_Apoio\VACINAL_00_Dummy.zzz"); if fileexist(dummy) then string apk = pathconcat(Application, "..\..\..\foto.apk"); ret = execsystem(maketext("view:%s", apk),...
by AriSilva
November 26th, 2020, 4:38 pm
Forum: Editing
Topic: getting the decimal part of a number
Replies: 2
Views: 2737

Re: getting the decimal part of a number

Gee,
I swear I´ve went down all over the alphabetical list of functions and did not see it.
Thanks Greg