Search found 68 matches

by shafique arif
September 14th, 2014, 8:55 am
Forum: Entry
Topic: Use of Value label to fill another Var without input
Replies: 3
Views: 3598

Re: Use of Value label to fill another Var without input

Try this.


Option 1:

In V1 write:
Postproc
V2=getlabel (V1_VS1, V1);
skip to V3;


Option 2:
in V2 write:

preproc

$=getlabel (V1_VS1, V1);

Note: V2 must be alphnumerics with length atleast 5.
by shafique arif
July 9th, 2014, 9:22 am
Forum: Entry
Topic: LookUp File
Replies: 10
Views: 12755

Re: LookUp File

Hi Stavros http://www.csprousers.org/downloads/workshops/2011-UNC/FlightRoster.zip This is what was suggested by (our Guru) Gregory. I can even share simple example if you like via email and then happy to discuss this on Skype Apologies if Skype chat is against forum ethics but I want to share whate...
by shafique arif
July 2nd, 2014, 4:37 pm
Forum: Entry
Topic: CAPI question in Urdu with Android
Replies: 7
Views: 7139

Re: CAPI question in Urdu with Android

Dear Gregory You got it correctly. It should appear on android as below but as you observed it did not. " کس جماعت میں داخل ھے؟ %NAME% براہ کرم مجھے بتا‏ئیں " to " کس جماعت میں داخل ھے؟ GREG براہ کرم مجھے بتا‏ئیں " If I do not include %NAME% or any other English word then it disp...
by shafique arif
July 1st, 2014, 3:34 pm
Forum: Entry
Topic: CAPI question in Urdu with Android
Replies: 7
Views: 7139

Re: CAPI question in Urdu with Android

Urdu.zip
(2.78 KiB) Downloaded 387 times
Dear Gregory

I have attached a simple template. If you see this in Window ver. CAPI Q in Urdu language looks perfect but it deteriorate in ver 6.

Thanks you

Shafique
by shafique arif
July 1st, 2014, 3:34 am
Forum: Entry
Topic: CAPI question in Urdu with Android
Replies: 7
Views: 7139

CAPI question in Urdu with Android

Hi All I am using 'Urdu" for CAPI questions in Android version. CAPI Question Text displayed correctly in Android version if I "do not" use any English word or variable from Dictionary like %NAME%. But when I use any English word or variable/item from Dictionary like %NAME%, it distur...
by shafique arif
June 19th, 2014, 7:33 am
Forum: Entry
Topic: dynamically set value set in version 6.0.1
Replies: 6
Views: 6736

Re: dynamically set value set in version 6.0.1

I am happy, it worked. I am a learner and using CSPro Android version for one of our ongoing survey which is about complete.
by shafique arif
June 19th, 2014, 5:58 am
Forum: Entry
Topic: dynamically set value set in version 6.0.1
Replies: 6
Views: 6736

Re: dynamically set value set in version 6.0.1

Hi Anne Can you please check whether your variable requires 'enter key'. You can check two way: 1) For one item/variable (Q005), in Form, right click on Q005 and in "Field properties", uncheck "Use enter key" 2) For all items, click options->Data entry options->Require enter key-...
by shafique arif
June 18th, 2014, 1:29 pm
Forum: Entry
Topic: dynamically set value set in version 6.0.1
Replies: 6
Views: 6736

Re: dynamically set value set in version 6.0.1

If field is 'Text' type then ver 6 display similar thing. If you use Radio button or Dropdown type then it will be Ok.

Use follow command for radio button

setcapturetype($,1)

or for Dropdown

setcapturetype($,3)