Search found 572 matches

by khurshid.arshad
July 25th, 2017, 6:59 am
Forum: Entry
Topic: Linking other sections of the dictionary with the roster
Replies: 8
Views: 7165

Re: Linking other sections of the dictionary with the roster

Dear Ayebian Please use this code to view the household member list. You can amend based on your requirement. You can view all male members from age 15 to 45 j = count(PID where Age >=15 and Age <=45 and Gender =1 ); do i=0 until i=j+1 numeric seekpid=seek(PID where Age >=15 and Age <=45 and Gender ...
by khurshid.arshad
July 24th, 2017, 11:37 am
Forum: Entry
Topic: filedelete function OR filerename function
Replies: 7
Views: 5017

Re: filedelete function OR filerename function

Dear Josh; Thank you for your reply and for guidance. I am using fileexist function instead empty but i will try this option as well. One more question, How we can track migrated member from one Enumeration Area to another Enumeration Area. if you can give me any guidance on this. Thanks in advance....
by khurshid.arshad
July 23rd, 2017, 11:03 am
Forum: Entry
Topic: filedelete function OR filerename function
Replies: 7
Views: 5017

Re: filedelete function OR filerename function

Dear Josh; Thank you for your reply. Actually we are doing a panel survey. We have trying to cover migrated households which have migrated from one EA to another EA. For Example. The Household ID 5 is a migrated household and this household belongs to supervisor one. Supervisor one gets all the basi...
by khurshid.arshad
July 23rd, 2017, 5:51 am
Forum: Entry
Topic: filedelete function OR filerename function
Replies: 7
Views: 5017

filedelete function OR filerename function

Dear Team
I want to use filedelete or filerename function in dropbox. Please advice.
Thanks.
a.
by khurshid.arshad
July 9th, 2017, 3:41 am
Forum: News
Topic: CSPro 7.0 is available
Replies: 4
Views: 13988

Re: CSPro 7.0 is available

Dear Szso
You can see the CSPro 7.0.2 release notes on the link below.

https://www.census.gov/population/inter ... readme.txt

a.
by khurshid.arshad
July 8th, 2017, 9:25 am
Forum: Synchronization
Topic: CSPro Data Viewer has stopped working
Replies: 2
Views: 3643

Re: CSPro Data Viewer has stopped working

Dear Komin

You can download new CSPro version 7.0.2 from the following link. In this version Data Viewer is working fine.
Thanks . CSPro team.

https://www.census.gov/population/inter ... nload.html

a.
by khurshid.arshad
July 6th, 2017, 11:37 am
Forum: Synchronization
Topic: CSPro Data Viewer has stopped working
Replies: 2
Views: 3643

Re: CSPro Data Viewer has stopped working

Please see this Reply: Re: Data Viewer is stop working Post by josh » June 27th, 2017, 1:52 am We are working on a fix for this issue. In the meantime as a workaround you can use a data entry application to download your data. Either use your existing data entry application or create a new one. In s...
by khurshid.arshad
July 6th, 2017, 11:34 am
Forum: Entry
Topic: Error message for incompatible multiple answers
Replies: 6
Views: 4737

Re: Error message for incompatible multiple answers

Dear claudia; if pos("D", $) >= 1 then errmsg (“You can not select “None” with other options.”) reenter; elseif pos("E", $) >= 1 and length(strip($)>1 then errmsg("You can not select 'DK,with other options"); reenter; endif; In this case you can not select E with other ...
by khurshid.arshad
July 4th, 2017, 12:45 pm
Forum: Entry
Topic: Error message for incompatible multiple answers
Replies: 6
Views: 4737

Re: Error message for incompatible multiple answers

Dear claudia; variablename Data type should be Alpha in Dictionary Field property will be "Check box" in the form design The syntax will be: Proc variablename If pos(“D”,$) >=1 and length (strip(($))>1 then Errmsg (“You can not select “None” with other options.”) $=””; Reenter; Else Endif;...
by khurshid.arshad
July 4th, 2017, 10:48 am
Forum: Entry
Topic: Cspro logic
Replies: 3
Views: 3816

Re: Cspro logic

Dear Tsheringcee;

Please see also this link.

http://www.csprousers.org/forum/viewtop ... umber#p835
a.