Dear Romij Chowdhury
I've shared a tutorial on 'Multi Languages for CAPI and Valuesets.' I hope you find it useful.
https://www.youtube.com/watch?v=dlCWPRnsl5I
Best.
.a
Search found 561 matches
- September 21st, 2023, 6:55 am
- Forum: Entry
- Topic: Language Change
- Replies: 5
- Views: 82
- September 21st, 2023, 6:49 am
- Forum: News
- Topic: Tutorial on: Data Reformatting
- Replies: 0
- Views: 35
Tutorial on: Data Reformatting
Dear CSPro Users Reformat Data is a CSPro tool that allows you to reformat data from one CSPro data file into a new CSPro data file; that is, it will copy data from a file defined by one data dictionary and output it to a new file in a format defined by a second data dictionary. Data is moved from f...
- September 19th, 2023, 11:36 am
- Forum: News
- Topic: Tutorial on trace function
- Replies: 0
- Views: 42
Tutorial on trace function
Dear CSPro Users; I like to share some experience with the trace functionality within CSPro, which serves two primary objectives: logging user-generated information and tracking executed statements. With this feature, you can choose to display tracing messages in a window or save them to a file. To ...
- September 18th, 2023, 9:15 am
- Forum: News
- Topic: Tutorial on How to use Valuset.sort Function
- Replies: 0
- Views: 49
Tutorial on How to use Valuset.sort Function
Dear CSPro Users
In this tutorial, we will explore how to use ValueSet Object sort, clear, and remove.
https://youtu.be/yX4Gcq4XWYs
I will be keenly looking forward to your suggestions and feedback in the comments section.
Best regards.
a.
In this tutorial, we will explore how to use ValueSet Object sort, clear, and remove.
https://youtu.be/yX4Gcq4XWYs
I will be keenly looking forward to your suggestions and feedback in the comments section.
Best regards.
a.
- September 12th, 2023, 6:32 am
- Forum: News
- Topic: Tutorial on : How to Use the Linked Value Sets
- Replies: 0
- Views: 289
Tutorial on : How to Use the Linked Value Sets
Dear CSPro Users
In this tutorial, we will explore into the concept of the Linked Value Sets.
https://youtu.be/5WYOu1J9uz0
I will be keenly looking forward to your suggestions and feedback in the comments section.
Best regards.
a.
In this tutorial, we will explore into the concept of the Linked Value Sets.
https://youtu.be/5WYOu1J9uz0
I will be keenly looking forward to your suggestions and feedback in the comments section.
Best regards.
a.
- September 9th, 2023, 7:13 am
- Forum: News
- Topic: Tutorial on: Obtain GPs in the Background
- Replies: 0
- Views: 242
Tutorial on: Obtain GPs in the Background
Dear CSPro Users,
In this tutorial, we'll delve into the process of acquiring GPS data in the background while simultaneously conducting an interview.
https://youtu.be/jtbb0DnoagA
I will be keenly looking forward to your suggestions and feedback in the comments section.
Best regards.
a.
In this tutorial, we'll delve into the process of acquiring GPS data in the background while simultaneously conducting an interview.
https://youtu.be/jtbb0DnoagA
I will be keenly looking forward to your suggestions and feedback in the comments section.
Best regards.
a.
- August 30th, 2023, 11:59 pm
- Forum: Entry
- Topic: Merging of CAPI application
- Replies: 3
- Views: 285
Re: Merging of CAPI application
You can start all your applications through the menu in the CAPI. I have a tutorial that how to create a menu. https://youtu.be/CknS2q5Z_6s.
I hope it works for you.
Best.
a.
I hope it works for you.
Best.
a.
- August 24th, 2023, 6:08 am
- Forum: Synchronization
- Topic: Sync Report
- Replies: 3
- Views: 411
Re: Sync Report
Dear Sami;
I have a tutorial on How to Sync Report, Sync Files, Add Users and Define Roles
https://youtu.be/QU-XNX8_Aqc.
a.
I have a tutorial on How to Sync Report, Sync Files, Add Users and Define Roles
https://youtu.be/QU-XNX8_Aqc.
a.
- May 18th, 2023, 11:58 am
- Forum: News
- Topic: How to Harness the Power of HashMaps: A Beginners Guide
- Replies: 0
- Views: 1231
How to Harness the Power of HashMaps: A Beginners Guide
Dear CSPro Users: HashMap is a dynamic data structure that enables flexible storage of data, both single and multi-dimensional. Its unique feature is the ability to resize dynamically based on the addition or removal of values from the structure. https://youtu.be/i6Wr5GnvXQQ I will be keenly looking...
- April 18th, 2023, 8:47 pm
- Forum: Android
- Topic: Audio save path
- Replies: 2
- Views: 648
Re: Audio save path
Suppose your application is stored in the directory "file explorer\Android\data\gov.census.cspro.csentry\files\csentry\applicationname\". If you intend to save audio in a different folder named "file explorer\Android\data\newfolderaudio\", you can implement the following logic. I...