Search found 25 matches

by lmangcahan
March 13th, 2022, 9:27 pm
Forum: Android
Topic: 7.7.1 with Android 11
Replies: 2
Views: 1328

7.7.1 with Android 11

Hello CSPro Team,

Where can I get sample code/functions for the below feature of 7.7.1. Thank you.
On Android, a new file sharing interface allows third-party applications to overcome security restrictions in order to access or modify files in the csentry directory.
by lmangcahan
February 15th, 2022, 2:21 am
Forum: Tabulation
Topic: Consistency Table Data Dictionary Change Directory
Replies: 1
Views: 4958

Consistency Table Data Dictionary Change Directory

Hi Team,

Good day. How do I change the directory of this data consistency table. I've been getting error pointing to a non-existent directory. Thank you in advance.
by lmangcahan
January 12th, 2022, 1:16 am
Forum: Entry
Topic: Batch modify partially saved case
Replies: 4
Views: 1315

Re: Batch modify partially saved case

Hi,
Sent an email containing the sync.log. Thank you.
by lmangcahan
January 11th, 2022, 12:40 am
Forum: Entry
Topic: Batch modify partially saved case
Replies: 4
Views: 1315

Batch modify partially saved case

Hi CSPro Geeks, Good day. Is it possible to batch modify all partially saved cases? The problem is, uploading partially saved cases to Csweb was a success, however, not all cases are getting picked up when we try downloading it from csweb server to local. As we try to investigate, it is caused by pa...
by lmangcahan
December 10th, 2021, 1:25 am
Forum: Entry
Topic: Access Case Notes in Data Entry
Replies: 2
Views: 1131

Re: Access Case Notes in Data Entry

Awesome! Thanks Sherrell.
by lmangcahan
December 4th, 2021, 7:30 pm
Forum: Entry
Topic: Access Case Notes in Data Entry
Replies: 2
Views: 1131

Access Case Notes in Data Entry

Hi Cspro IT,
How can I access the notes from CAPI then have them show in Data Entry?

This is the data from CAPI.
Untitled.png
Untitled.png (19.94 KiB) Viewed 1131 times
So I can just type it here
Screenshot 2021-12-05 082829.png
Screenshot 2021-12-05 082829.png (2.75 KiB) Viewed 1131 times
Thank you in advance.
by lmangcahan
November 23rd, 2021, 11:13 pm
Forum: Entry
Topic: Simplify Code
Replies: 3
Views: 1403

Re: Simplify Code

Hi Aaronw,

The code below actually works but I was thinking if I can simplify it in CSPRO. I have over hundred errorcodes to declare and maybe there's a shorter steps to take. Thank you.
by lmangcahan
November 23rd, 2021, 7:43 am
Forum: Entry
Topic: Simplify Code
Replies: 3
Views: 1403

Simplify Code

Hi CSPro Team, Hope all is well. Can you help me simplify my code below? I declared F2001...F2004 individually since when I try displaying their values using concat("F2",edit("999",x)) it display the value F2001 and not the value stored to this variable. Thank you in advance. Num...
by lmangcahan
November 10th, 2021, 10:49 pm
Forum: Entry
Topic: Application Startup Error
Replies: 1
Views: 2274

Application Startup Error

Hello All, Hope all is well. I've been getting this error when opening a new case id modify mode. The add mode works fine. Application Startup Error. When launching CSentry from an external application, you must specify the Startmode in either the Intent or the PFF File. My pff already has the start...
by lmangcahan
October 13th, 2021, 6:00 am
Forum: Android
Topic: Multiple Select Checkbox
Replies: 7
Views: 4098

Multiple Select Checkbox

Dear Team, Would like to seek your assistance on checkbox condition. Posted below is my code to which I have problem with. The condition wherein if poschar("23",F110) is true however, result is warning("ACCOMPLISH CAF FORM 29 – HOUSEHOLD REFERRAL FORM."); to which it turned out a...