Search found 574 matches

by khurshid.arshad
July 15th, 2012, 6:22 am
Forum: Entry
Topic: check duplicate value of data string
Replies: 9
Views: 15210

Re: check duplicate value of data string

Dear Vanndy Can you share your data entry program or follow these steps in your same program. step one >File >New >other and then select data dictionary and press ok . step two: give dictionary name like: "SYSTEM_TOTAL" in same folder where your program is save. step three: Add new item as...
by khurshid.arshad
July 10th, 2012, 5:12 pm
Forum: Entry
Topic: Displaying occurrence number on multiply occurring form
Replies: 3
Views: 8336

Re: Displaying occurrence number on multiply occurring form

Dear If you want control sequence number. numeric Currentlinenumber; if curocc(linenumber)=1 then if linenumber<>1 then errmsg("Your starting number is not 1"); reenter; else endif; else Currentlinenumber=Curocc(linenumber); if Currentlinenumber<>linenumberthen errmsg("Wrong Sequence ...
by khurshid.arshad
July 10th, 2012, 4:59 pm
Forum: Entry
Topic: Displaying occurrence number on multiply occurring form
Replies: 3
Views: 8336

Re: Displaying occurrence number on multiply occurring form

Dear You have 5 HH members in roster and you want to enter only 5 person in education form. If it is, then use this syntex. Write this syntex in the last field of each form PROC Lastfield numeric counthhh; //create dummy variable countHHH = count (SR); //variable name from roster (sr) If curocc()= c...
by khurshid.arshad
July 9th, 2012, 12:35 pm
Forum: Entry
Topic: Controlling number of occurrences in a roster
Replies: 2
Views: 6760

Re: Controlling number of occurrences in a roster

Dear

Please see attached link for CSPro data entry software.

http://www.youtube.com/watch?v=mSB29rrrbBw

arshad