Search found 14 matches

by ABOUBALLACK
December 17th, 2018, 8:57 am
Forum: Android
Topic: Bar Code
Replies: 4
Views: 4077

Re: Bar Code

Thank you
It will be a good project because more information will be retrieved at once and in no time as some data collection applications do.

Last question about forms

how can I avoid entering the questionnaire number? I would like this to be done automatically once set Protected
by ABOUBALLACK
December 14th, 2018, 4:16 am
Forum: Android
Topic: Bar Code
Replies: 4
Views: 4077

Bar Code

Hello,
I would like to know if it is possible to scan the barcode of a card and retrieve all information at the same time behind. If yes, how?
by ABOUBALLACK
December 6th, 2018, 8:18 am
Forum: Android
Topic: Checkbox list
Replies: 2
Views: 3019

Re: Checkbox list

Thank you very much, you save me!
by ABOUBALLACK
December 6th, 2018, 6:47 am
Forum: Android
Topic: Checkbox list
Replies: 2
Views: 3019

Checkbox list

Hello, I want to create a checkbox list with 20 boxes. However at the form level this remark is displayed (see image) and I would like to work around it.
How to do? Or is there a fixed number of choices not to exceed for checkboxes?
by ABOUBALLACK
November 28th, 2018, 7:58 am
Forum: Android
Topic: sum of variables
Replies: 2
Views: 2623

Re: sum of variables

thank you
by ABOUBALLACK
November 28th, 2018, 7:55 am
Forum: Entry
Topic: count the number of digits entered in a field
Replies: 3
Views: 2620

count the number of digits entered in a field

Hello,
is it possible to check if the phone number entered is good or not?
Example: If the number has 9 digits, I want to be able to display an error when the user enters a 7-digit number.
If so, how to implement the code?
Thank you
by ABOUBALLACK
November 28th, 2018, 4:28 am
Forum: Android
Topic: sum of variables
Replies: 2
Views: 2623

sum of variables

I have three numeric variables A, B and C and I want to automatically calculate A = B + C and display a message "the total is A".
it doesn't work, please help!
PROC A
preproc
A = sum(B, C);
errmsg((" the total is : %d"), A );
by ABOUBALLACK
November 27th, 2018, 8:04 am
Forum: Android
Topic: retrieve information already entered
Replies: 8
Views: 5304

Re: retrieve information already entered

Good! thanks you very much!

A last question, is there a platform to test and view the questionnaires in real time on cspro?
by ABOUBALLACK
November 27th, 2018, 7:01 am
Forum: Android
Topic: retrieve information already entered
Replies: 8
Views: 5304

Re: retrieve information already entered

Thank it works!!! i forgeted to update my csenty...
so how can i do to have this (see attechment)?
by ABOUBALLACK
November 27th, 2018, 5:00 am
Forum: Android
Topic: retrieve information already entered
Replies: 8
Views: 5304

Re: retrieve information already entered

Hello, this is my application test. Thanks you to helping me