Search found 2399 matches

by josh
August 21st, 2017, 6:26 am
Forum: Synchronization
Topic: Syncdata()
Replies: 14
Views: 12155

Re: Syncdata()

Yes, you can add the unique id or each device using getdeviceid() and add that to the filename by modifying the logic that writes out the pff file in your menu program. Not that the device id is fairly long. It might look something like: 1f06127c-267c-43a6-9f2f-4d55d28e030c. If you configure each de...
by josh
August 20th, 2017, 8:02 pm
Forum: Entry
Topic: orthographic accent
Replies: 5
Views: 5171

Re: orthographic accent

Is this what you see in CSEntry itself when you modify the case or is it what you see when you open the file in a text editor? Which version of CSPro are you using?
by josh
August 20th, 2017, 11:08 am
Forum: Synchronization
Topic: Syncdata()
Replies: 14
Views: 12155

Re: Syncdata()

Do you mean the case listing? The case tree is the list of fields on the left of the screen that you see while entering data. You can modify its visibility both on the tablet (from the menu during data entry) or when designing the application in the Data Entry Options dialog. The case listing is the...
by josh
August 18th, 2017, 3:36 pm
Forum: Entry
Topic: problema al exportar una data de la tablet
Replies: 3
Views: 3435

Re: problema al exportar una data de la tablet

We recently identified a problem in CSPro where if you have duplicate cases in your data file, the data from the duplicate cases is not exported. We will have a fix for this in the next release. Please check to see if there are duplicates in your data file. If there are, please eliminate the duplica...
by josh
August 18th, 2017, 3:30 pm
Forum: Synchronization
Topic: Editing Data Dictionary in FTP
Replies: 2
Views: 3205

Re: Editing Data Dictionary in FTP

With FTP we do not track which device sent which file. You could add a variable to your dictionary to capture the device id and use the getdeviceid() function in your application to fill in the field. Then once you downloaded the data from the FTP server you could see which case came from which devi...
by josh
August 18th, 2017, 7:39 am
Forum: Editing
Topic: Check if the age of the child is atleast 12 years younger than the head
Replies: 1
Views: 4020

Re: Check if the age of the child is atleast 12 years younger than the head

This is one of the more complicated checks to implement. If you look on page 7 of the attached there is a similar example:

http://teleyah.com/cspro/SouthAfricaOct ... osters.pdf
by josh
August 17th, 2017, 6:46 pm
Forum: Entry
Topic: Handling image
Replies: 6
Views: 4772

Re: Handling image

We haven't gotten that far in our thought process but probably.
by josh
August 17th, 2017, 8:30 am
Forum: Synchronization
Topic: Syncdata()
Replies: 14
Views: 12155

Re: Syncdata()

Yes, that is correct. Create a new CSPro application for the menu, create a new dictionary for the menu (this can be as part of the application creation) and then add the original dictionary as an external dictionary to your menu program.
by josh
August 17th, 2017, 6:58 am
Forum: Synchronization
Topic: Syncdata()
Replies: 14
Views: 12155

Re: Syncdata()

In CSPro you have one main dictionary (the one you use when you create the application) and you can also have zero or more external dictionaries (which you add to the application via "Add Files" from the file menu). Cases in the main dictionary are loaded and saved automatically for you as...
by josh
August 17th, 2017, 6:52 am
Forum: Entry
Topic: Handling image
Replies: 6
Views: 4772

Re: Handling image

Thanks. We have a plan to add storage of media such as photos in the data file for a future release.