Search found 97 matches

by sah
April 17th, 2018, 4:35 pm
Forum: Entry
Topic: Validating Alpha Fields
Replies: 3
Views: 3737

Validating Alpha Fields

Dear Team, It was great to include the Validate alpha fields which is useful for multiple response question.However, I am experiencing a problem if you use this function it gives you a warning warning :Out of range ! Please use a valid value for Variable A . Is anyone facing same problem. Is this a ...
by sah
April 17th, 2018, 4:29 pm
Forum: Entry
Topic: ROSTER variables not showing
Replies: 2
Views: 2808

Re: ROSTER variables not showing

Thanks for the feed back
by sah
April 16th, 2018, 3:22 pm
Forum: Entry
Topic: restriction of multiple options alpha entry
Replies: 2
Views: 3101

Re: restriction of multiple options alpha entry

Better still you can use the function in global and invoke it : function cannotSelect(String varNone, string char) numeric lenSelected = length(strip(varNone)); if lenSelected >1 and pos(char,varNone)then errMsg("You cannot select 'NONE' with other options "); reenter; endIf; end;
by sah
April 14th, 2018, 12:08 am
Forum: Entry
Topic: ROSTER variables not showing
Replies: 2
Views: 2808

ROSTER variables not showing

Dear Team,
I am experiencing a bug with CSPro 7.1, where sub items and variables name not appearing in a roster when added in a later time. Is anyone facing same situation. This did not happen when the beta version was used.
by sah
March 27th, 2018, 3:53 pm
Forum: Synchronization
Topic: Creating Sync pff by script
Replies: 1
Views: 2515

Creating Sync pff by script

Dear Team, Is there any way to add the dropbox account name and password to the script below so this can be sent to other person to be able to access the data viewer tool by sync without providing ftp or dropbox detail to the third party: [Run Information] Version=CSPro 7.1 AppType=Sync [Files] [Ext...
by sah
March 19th, 2018, 11:15 am
Forum: Entry
Topic: Multiple questions in data entry on desktop
Replies: 9
Views: 6991

Re: Multiple questions in data entry on desktop

Setproperty function is new command introduced and works with CSpro 7.1 which is yet to be leased soon. If you are comfortable with the 7.1 beta then you can use it for your setup.
by sah
February 19th, 2018, 4:33 pm
Forum: Feature Requests
Topic: Tag Name in SyncData
Replies: 2
Views: 3098

Re: Tag Name in SyncData

Thanks Josh for the answer
by sah
February 19th, 2018, 10:13 am
Forum: Feature Requests
Topic: Tag Name in SyncData
Replies: 2
Views: 3098

Tag Name in SyncData

Dear Team, Is it possible to have tag name of the interviewer or that of the tablet mac address when sync data to ftp or dropbox. Currently in my dropbox or ftp i do get file name like: 1ea6a349d922401d%24139484f8-1206-470f-b5f4-217e4c050bfb. However, in the previous version we used to involve the m...
by sah
February 14th, 2018, 12:37 am
Forum: Entry
Topic: Showing Text Boxes
Replies: 3
Views: 3999

Re: Showing Text Boxes

Hello !
On the tablet the message will not show. The alternative approach is to use errmsg function.
so for instance in your situation
using

Code: Select all

 errmsg("the next 10 questions are about the services you used during your recent pregnancy") ;
by sah
January 15th, 2018, 7:27 am
Forum: Tools
Topic: join CSPRODB
Replies: 4
Views: 4778

Re: join CSPRODB

Go to tools then concatenate the files if and only if they are of same dictionary.