Search found 51 matches

by gbos
September 3rd, 2015, 6:25 pm
Forum: Entry
Topic: PROBLEM: TO ENTER SURVEYS IN BATCHES!!!!
Replies: 8
Views: 5847

Re: PROBLEM: TO ENTER SURVEYS IN BATCHES!!!!

Thanks once again. I tried something exactly like this. Having, tested it is working fine. All credit goes to you. Thanks for the timely support. :D
by gbos
September 1st, 2015, 5:11 pm
Forum: Entry
Topic: PROBLEM: TO ENTER SURVEYS IN BATCHES!!!!
Replies: 8
Views: 5847

Re: PROBLEM: TO ENTER SURVEYS IN BATCHES!!!!

Josh, thanks once again. I was trying to display the the label for the settlement code. This, I managed to solve after closely looking at your solution by creating an external dictionary and a loadcase. so far so good. Now, a new question, is it possible to make a sequential id to start numbering se...
by gbos
August 31st, 2015, 4:05 pm
Forum: Entry
Topic: PROBLEM: TO ENTER SURVEYS IN BATCHES!!!!
Replies: 8
Views: 5847

Re: PROBLEM: TO ENTER SURVEYS IN BATCHES!!!!

Thanks Josh once again and this time is a big big thank you. I cannot imagine a solution more than that which you presented. So thanks josh and my hug. Now, only one thing remained how to display the label for the settlement? This I have been working on with little or no success. I will keep you pos...
by gbos
August 28th, 2015, 8:54 am
Forum: Entry
Topic: PROBLEM: TO ENTER SURVEYS IN BATCHES!!!!
Replies: 8
Views: 5847

Re: PROBLEM: TO ENTER SURVEYS IN BATCHES!!!!

Thanks Josh, once again for your invaluable suggestion. I found it handy and the problem is almost solved. However, there still remain some issues which I will need you to clarify: Having implemented the suggestions, now I can get variables, lga, district, settlement , Area automatically filled by e...
by gbos
August 21st, 2015, 5:09 pm
Forum: Entry
Topic: PROBLEM: TO ENTER SURVEYS IN BATCHES!!!!
Replies: 8
Views: 5847

PROBLEM: TO ENTER SURVEYS IN BATCHES!!!!

I wish to enter my data in batches. Each Batch has 20 Household Surveys. What is common to each of the batches of survey are: LGA, District, Settlement, Area and EaNum. These variables remain Constant for each Survey of Batches. My problem: 1.) Is to write a logic that will check for values entered ...
by gbos
August 12th, 2015, 7:50 pm
Forum: Entry
Topic: Problems with SEEK AND SELECT ERROR MSG FUNCTIONS!! Urgent
Replies: 3
Views: 4173

Re: Problems with SEEK AND SELECT ERROR MSG FUNCTIONS!! Urg

Thanks, Josh. I am sorry. It worked. pls ignore my first reply. initially, I did not specify the correct variable s7aq3_hhids. that was the the problem. thanks once again and apology. :D
by gbos
August 12th, 2015, 6:58 pm
Forum: Entry
Topic: Problems with SEEK AND SELECT ERROR MSG FUNCTIONS!! Urgent
Replies: 3
Views: 4173

Re: Problems with SEEK AND SELECT ERROR MSG FUNCTIONS!! Urg

I amended my coding as follows: numeric lineNumberMemberObtainedLoan=seek(s1q1_IDNO=s7aq3); if s1q4a(lineNumberMemberObtainedLoan)<18 then errmsg(..........); endif; I tested it for ids in the roster corresponding to the ages below and above 18 and got an error msg below lnvalid subscript : S1Q4A(0)...
by gbos
August 10th, 2015, 1:45 pm
Forum: Entry
Topic: Problems with SEEK AND SELECT ERROR MSG FUNCTIONS!! Urgent
Replies: 3
Views: 4173

Problems with SEEK AND SELECT ERROR MSG FUNCTIONS!! Urgent

Attached is the survey am working on. I have a household roster with Household IDs and Age. In my case HHold ID is s1q1_idno and age is s1q4a. I have another record type where I have a question s7aq3 which asks for a random ID Number to be inserted from the roster provided the age corresponding to t...
by gbos
July 3rd, 2015, 3:24 am
Forum: Entry
Topic: Calculating Age
Replies: 6
Views: 6177

Re: Calculating Age

Thanks Josh: I don't know how many times I have to. Finally,it worked!!! :D . Like I said, in my first post am new to CSPRO. I shall be posting other difficulties whilst I continue to build my application, if the need arises. However, so far so good. Bravo!!!

My warm Regards,

Lamin Janneh (gbos) :D
by gbos
July 2nd, 2015, 12:45 pm
Forum: Entry
Topic: Calculating Age
Replies: 6
Views: 6177

Re: Calculating Age

Thanks Josh for the prompt reply to my issue. Just to clarify, s1q4a is the Age am trying to compare calculated Age to. I corrected s1q4b to s1q4a in the error message still i don't seem to get the desired result. For instance if some one was born 2014 and I enter 20 years for his age, the input is ...