Search found 31 matches

by amari
May 18th, 2024, 1:24 am
Forum: Android
Topic: convert csdbe to csdb
Replies: 0
Views: 10

convert csdbe to csdb

Dear Dev Team, I am working on a project involving several 100 enumerators. I plan to set the data format to CSDbe for the enumerators. Once I receive the data back on my servers, I need to convert it to CSDB for easier maintenance. What is the easiest and most script-efficient approach to achieve t...
by amari
May 18th, 2024, 1:14 am
Forum: Android
Topic: secureing connection string
Replies: 0
Views: 4

secureing connection string

Hi dev Team,
I have concern on securing password connecting for csdbe in CsEntry ,I can set this using connection string in my pff file but user can read pff and get the password back, Is there a another secure method available to prevent obtaining password.
by amari
May 17th, 2024, 10:39 pm
Forum: Android
Topic: Issue on Pff behaviour
Replies: 0
Views: 5

Issue on Pff behaviour

Dear Dev team, I am experiencing issues controlling certain parameters through a PFF file in Android. I manage data entry using a menu program with the following configuration: "Version=CSPro 7.7 AppType=Entry Lock=CaseListing FullScreen=YES [Files] Application=.\menu.ent InputData=|type=None S...
by amari
May 17th, 2024, 10:09 pm
Forum: Android
Topic: Control prompt Input
Replies: 0
Views: 13

Control prompt Input

Dear Dev Team, Is it possible to control input when using the Prompt command during data entry? Specifically, I want to ensure the input meets certain criteria as the user types, such as requiring a 4-digit number or a valid mobile number. While validation after the user completes the input is strai...
by amari
May 17th, 2024, 11:36 am
Forum: Android
Topic: csv using filewrite
Replies: 3
Views: 73

Re: csv using filewrite

Thanks lot
by amari
May 16th, 2024, 12:39 pm
Forum: Android
Topic: csv using filewrite
Replies: 3
Views: 73

csv using filewrite

I am using filewrite to create csv file with encode option to generate some dashboard data,my resulted csv I need to import to mysql database,but when I try importing it's complaining about hidden character in every field and my import get failed. does filewrite add invisible character to file or ho...
by amari
May 13th, 2024, 12:13 pm
Forum: Android
Topic: Language settings on accept
Replies: 4
Views: 116

Re: Language settings on accept

thanks
by amari
May 13th, 2024, 4:35 am
Forum: Android
Topic: Language settings on accept
Replies: 4
Views: 116

Re: Language settings on accept

Dear sherrell, Thanks for helping me actually I have this example code numeric manual_choice = accept(100,101, 102); I wanna show same message in, lets say TA for that I have message file " {Application 'MENU' message file generated by CSPro} 100 Select the Menu 101 Supervisor Menu 102 Intervie...
by amari
May 10th, 2024, 4:59 am
Forum: Android
Topic: Language settings on accept
Replies: 4
Views: 116

Language settings on accept

Dear tech team,
I am unable to show messages in different languages when I use accept command, I have message file but using it make compile error,Can someone help me
by amari
April 25th, 2024, 11:00 am
Forum: Entry
Topic: Menu item without vlaue set
Replies: 1
Views: 2440

Menu item without vlaue set

Hi dev team In my menu item menu label along value is shown as follows during data entry (I have not tick option "display value set code alongside label" also) ------------------------------------ 71 Go Back 89 Exit 88 Logout 99 I just wanna show the label only not value set as follow Go B...