Search found 18 matches

by copernix2
April 7th, 2016, 3:50 am
Forum: Entry
Topic: Error W 32001
Replies: 1
Views: 2547

Re: Error W 32001

Can you post your programm
by copernix2
April 5th, 2016, 2:42 pm
Forum: Entry
Topic: Concatenate files in andriod device
Replies: 8
Views: 6613

Re: Concatenate files in andriod device

try with the fileconcat function.
by copernix2
March 30th, 2016, 11:26 am
Forum: Entry
Topic: Programatically close application and open the other
Replies: 6
Views: 5830

Re: Programatically close application and open the other

Try this code

Code: Select all

DISTRICT PROC
execPFF(".\Main.pff");
stop(1);
by copernix2
March 18th, 2016, 12:11 pm
Forum: Entry
Topic: Enregistrer audio ou video avec android CSentry
Replies: 5
Views: 4720

Re: Enregistrer audio ou video avec android CSentry

J'ai essayer avec mon smartphone avec le code ci-dessous et ça marche. Tu dois trouver le package name du recorder sur ton phone pour mon cas c'est "com.android.soundrecorder". tu peux installer ceci pour voir le package name https://play.google.com/store/apps/details?id=com.gijoon.pkgname...
by copernix2
March 18th, 2016, 12:08 pm
Forum: Entry
Topic: Combining Pictures and text in CSPro
Replies: 6
Views: 5233

Re: Combining Pictures and text in CSPro

Try to update CSEntry at google play.
by copernix2
March 18th, 2016, 11:40 am
Forum: Entry
Topic: Combining Pictures and text in CSPro
Replies: 6
Views: 5233

Re: Combining Pictures and text in CSPro

it works perfectly at my tablet. try again in another phone
by copernix2
March 17th, 2016, 7:24 am
Forum: Entry
Topic: multiple check in the checkbox with multiple specify
Replies: 6
Views: 5085

Re: multiple check in the checkbox with multiple specify

Try this code. if pos("G",B22) > 0 then skip to B22A else if pos("H",B22) > 0 then skip to B22B else if pos("I",B22)> 0then skip to B22C else if pos("J",B22) > 0 then skip to B22D else if pos("K",B22) > 0 then skip to B22E else if pos("L",B...
by copernix2
March 17th, 2016, 7:23 am
Forum: Entry
Topic: Enregistrer audio ou video avec android CSentry
Replies: 5
Views: 4720

Re: Enregistrer audio ou video avec android CSentry

Regarde sur ta tablette si tu as une application d'enregistrement. Ensuite regarde le package name. et exécute le code suivant execsystem("app:le_package_name"); C'est de la forme com.quelquechose.quelquechose. Pour voir le package name télécharge l'appli package name vewier sur gogle play...