Search found 19 matches

by pcpak
May 18th, 2017, 9:21 am
Forum: Entry
Topic: Restrict alpha/string field
Replies: 4
Views: 5035

Re: Restrict alpha/string field

Hi Josh,
Can this be done on numeric field?
Suppose I have a numeric field of 5 digits and I want to populate a message when user enter less than 5 digits.
thanks
by pcpak
March 22nd, 2017, 8:11 am
Forum: Entry
Topic: setvalueSet, extracting from multiple choice question
Replies: 39
Views: 28664

Re: setvalueSet, extracting from multiple choice question

I did try after deleting old data files but no success...Anyways, our data entry has started from today, so I had to give up on this. I will keep on trying and can implement in the future projects.

Thank you so much for your time. I really appreciate it very much!
by pcpak
March 21st, 2017, 12:00 pm
Forum: Entry
Topic: setvalueSet, extracting from multiple choice question
Replies: 39
Views: 28664

Re: setvalueSet, extracting from multiple choice question

my data file is also same as yours but it is still not working. When i am entering the tehsil code within range, it says "did not match" but when i enter tehsil code out of range (for example 99) then it says "out of range".
by pcpak
March 21st, 2017, 11:32 am
Forum: Entry
Topic: setvalueSet, extracting from multiple choice question
Replies: 39
Views: 28664

Re: setvalueSet, extracting from multiple choice question

here is the zip file...
by pcpak
March 21st, 2017, 11:01 am
Forum: Entry
Topic: setvalueSet, extracting from multiple choice question
Replies: 39
Views: 28664

Re: setvalueSet, extracting from multiple choice question

OK I did that and now there is 0 instead of 1 for each line. After this, when i ran the application, it says did not find the match in the lookup...
by pcpak
March 21st, 2017, 10:09 am
Forum: Entry
Topic: setvalueSet, extracting from multiple choice question
Replies: 39
Views: 28664

Re: setvalueSet, extracting from multiple choice question

Sorry, i have found the issue related with data file. Both lookup and main dictionaries were using one data file. I have created another one for lookup dictionary. Do we really need a data file for lookup dictionary? After this, when i ran the application, it did not accept the valid tehsil code wit...
by pcpak
March 21st, 2017, 9:30 am
Forum: Entry
Topic: setvalueSet, extracting from multiple choice question
Replies: 39
Views: 28664

Re: setvalueSet, extracting from multiple choice question

I only have one data file within the folder. I have restarted the computer as well but still getting the message that data file is used by another run. Secondly, when I am running form or running pff file, it does not ask me which data file to open. My Tehsils_Dict is also opened with the main dicti...
by pcpak
March 21st, 2017, 8:31 am
Forum: Entry
Topic: setvalueSet, extracting from multiple choice question
Replies: 39
Views: 28664

Re: setvalueSet, extracting from multiple choice question

Below is the code for Tehsil proc. Could you please see if this is OK. It does not give any error but when I run form and enter Tehsil code, it says that "Data file is already used by another run". DISTRICT_ID = District; TEHSIL_ID = Tehsil; numeric flgFOUND = loadcase(TEHSILS_DICT, DISTRI...
by pcpak
March 21st, 2017, 8:20 am
Forum: Entry
Topic: setvalueSet, extracting from multiple choice question
Replies: 39
Views: 28664

Re: setvalueSet, extracting from multiple choice question

Thank you Josh. I would prefer to have Tehsil as 2 digit because it is mentioned on the questionnaire like that, so i do not want to create confusion for the data entry operators. Here is how I will make the excel file: District_ID Tehsil_ID Tehsil_Name 1 11 first tehsil name in first district 1 12 ...
by pcpak
March 21st, 2017, 7:43 am
Forum: Entry
Topic: setvalueSet, extracting from multiple choice question
Replies: 39
Views: 28664

Re: setvalueSet, extracting from multiple choice question

Thank you so much. Sounds like i am more closer to the solution. One thing i wanted to clarify in Excel template you sent. You recommended Tehsil_ID as 1,2,3,4 and with Tehsil name you mentioned 11,12,13 etc. In my questionnaire the IDs for tehsil are two digit and starts from 11,12,13,14 etc. Shoul...