Search found 47 matches

by thierryt
July 13th, 2019, 8:52 am
Forum: Entry
Topic: Biometric capture
Replies: 4
Views: 4861

Re: Biometric capture

Thanks for your answer,
please do you know one android application to collect biometric information, so i will use execsystem to start it.
Thanks.
by thierryt
July 10th, 2019, 8:03 am
Forum: Entry
Topic: Biometric capture
Replies: 4
Views: 4861

Biometric capture

Hi all !
Please is it possible during a survey with Csentry on android device, to capture iris and fingerprint of each household member ?
Thanks !
by thierryt
June 11th, 2018, 1:55 pm
Forum: Entry
Topic: Problem with the file .log on android
Replies: 1
Views: 2073

Problem with the file .log on android

Hi,
i generated a pff, when i start it on windows, the file .log associate is automatically create, but when i execute it on android device there is no .log file.

is there something that i should add in pff file ?

Thanks
by thierryt
June 11th, 2018, 1:32 pm
Forum: Entry
Topic: How to test the exitence of a folder on a dropbox server
Replies: 3
Views: 3493

Re: How to test the exitence of a folder on a dropbox server

Hi,
i know the function Dirlist but i don't know the pathname of Dropbox server.
I created an Dropbox account where interviewers are transfering data. I want to use logic to see if some folders of interviewers exists.
Thanks
by thierryt
June 11th, 2018, 12:51 pm
Forum: Entry
Topic: How to test the exitence of a folder on a dropbox server
Replies: 3
Views: 3493

How to test the exitence of a folder on a dropbox server

Hi all,
please i want to know wich code i should write in the logic to test the existence of a folder on my Dropbox server.
Thanks.
by thierryt
June 11th, 2018, 6:24 am
Forum: Entry
Topic: how return the date of modification of a file in the logic
Replies: 2
Views: 2810

Re: how return the date of modification of a file in the logic

Hi Khurshid !
Thanks a lot !
by thierryt
June 7th, 2018, 6:14 pm
Forum: Entry
Topic: how return the date of modification of a file in the logic
Replies: 2
Views: 2810

how return the date of modification of a file in the logic

Hi all, please i want to know if there is a function who return the date of the modification of a file, like : Date("C:\test.dat") returns 07/06/2018. or how can i do if i want to use in logic the last date of modification of a file ? i want to compare two versions of a file in differents ...
by thierryt
June 7th, 2018, 7:04 am
Forum: Android
Topic: a function who return the date of modification of a file
Replies: 1
Views: 2328

a function who return the date of modification of a file

Hi all,
please i want to know if there is a function who return the date of the modification of a file, like :
Date("C:\test.dat") returns 07/06/2018.
Thanks.
by thierryt
June 6th, 2018, 11:57 am
Forum: Entry
Topic: Problem with the function compress on android
Replies: 3
Views: 2935

Re: Problem with the function compress on android

Hi Josh,
i wrote this :
compress("../BACKUP/donnees.zip","../DATA/*.dat*");
on windows it is ok, but not on android, is there a mistake ?
(The folder DATA contents the data, and i want to make a copy of theses data to another folder named BACKUP and compress that copy).
by thierryt
June 6th, 2018, 10:29 am
Forum: Entry
Topic: Problem with the function compress on android
Replies: 3
Views: 2935

Problem with the function compress on android

Hi all, i am happy to see that there is a new function (compress) to Zip files in Cspro 7.1.1. i used it on windows devices and it is functionning very well, but when i generate the .pen file and execute on android device, it just create the file .zip but the content is empty. Please is there a solu...