Search found 49 matches

by Arjun Brti
June 14th, 2023, 6:21 am
Forum: Entry
Topic: Auto mathematical calculations using numeric items
Replies: 5
Views: 2415

Re: Auto mathematical calculations using numeric items

Do following like this:

B19
Preproc
$ = B12/B18;
setproperty($,"Protected","Yes");

You can calculate the other values using the "-" and "+" operators like this.
Remember, the B19 variable should be 2 decimal place or as your need.

Thanks.
by Arjun Brti
June 5th, 2023, 12:14 am
Forum: Entry
Topic: Updating app deletes cases on tablet
Replies: 12
Views: 5121

Re: Updating app deletes cases on tablet

Generally, there are two types of data files in cspro ie MyData_file.TEXT and MyData_file.CSDB. CSBD file format is a special data file format of CSPro app. Both .TEXT and .CSBD data file holds your data. If you click on Remove it delete/removed your attached file under deploy box. If you check on t...
by Arjun Brti
June 2nd, 2023, 12:45 am
Forum: Entry
Topic: Updating app deletes cases on tablet
Replies: 12
Views: 5121

Re: Updating app deletes cases on tablet

If you updating the app using "Deploy application", then followed the attached image steps and deploy the app and update the app on android.

Thank you.
by Arjun Brti
November 18th, 2022, 6:30 am
Forum: Android
Topic: Connect to dropbox on Huawai tablet
Replies: 3
Views: 2134

Re: Connect to dropbox on Huawai tablet

Dear Sherrel

I am using CSEntry 7.7.2. But I also tried 7.2.1 too. I have attached the system details of tabled. Please have a look.
Thank you.
by Arjun Brti
November 17th, 2022, 10:30 am
Forum: Android
Topic: Connect to dropbox on Huawai tablet
Replies: 3
Views: 2134

Connect to dropbox on Huawai tablet

Dear team

We were using Huawai tablet for 5 years. But we could not connect the CSEntry to the dropbox suddenly now. Is there any reason for that?

Thank you.

Brti
by Arjun Brti
November 14th, 2022, 12:00 pm
Forum: Entry
Topic: Copy names and label from excel
Replies: 1
Views: 3374

Copy names and label from excel

Dear team, I copied the name and label of dictionary form dictionary macro. I paste into the excel and I did not add or delete items names in excel (I am familiar in this tools before). I changed only Item label in the excel. I copied the data form excel and paste into the dictionary macro, but it s...
by Arjun Brti
July 11th, 2022, 12:17 am
Forum: Entry
Topic: Set the font size for CAPI text for all questions
Replies: 3
Views: 1052

Re: Set the font size for CAPI text for all questions

Hi Pina

I used to following logic to set the font size.

PROC MYAPP_FF
preproc
setfont( All, "Arial", 27, bold );

Thanks.
by Arjun Brti
July 5th, 2022, 1:40 am
Forum: Other
Topic: Export note
Replies: 1
Views: 924

Export note

Dear team When I tried to export .csnot file, I got the following message. See attached. I have 9 ID variables for data Identification. What can I do now? Similarly, We have the some notes around 4000 characters (with space) but its exports only around 1000 characters with space. How can I export al...
by Arjun Brti
June 15th, 2022, 4:03 am
Forum: Entry
Topic: Check length of text with space
Replies: 1
Views: 682

Check length of text with space

Dear team

How can I write the logic to check the space in a string field. For example if name of a person is John Deli, the enumerators must write the first name and last name like John<space> Deli, not JohnDeli with min length 5.

Thank you.

Regards,
Brti
by Arjun Brti
May 8th, 2022, 12:52 am
Forum: Entry
Topic: Date of Interview refuse to show in data view
Replies: 2
Views: 790

Re: Date of Interview refuse to show in data view

Hi Sham

To view the subitems in the data viewer- Open the data viewer> Click on "Case" > Click on "Dictionary display" and Click/check "Items and Subitems".

Thanks.

-Brti