Application Error: Protected Filed Respondent ID is out Range

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
prabhustat
Posts: 72
Joined: March 17th, 2012, 10:46 am

Application Error: Protected Filed Respondent ID is out Range

Post by prabhustat »

Hi,

I am getting Application Error: Protected Filed Respondent ID is out Range any one have idea what is reason for the error. I have enclosed screen short for the refences.

Thanks in advance

PP
Attachments
WhatsApp Image 2022-07-06 at 10.45.50 AM.jpeg
WhatsApp Image 2022-07-06 at 10.45.50 AM.jpeg (28.64 KiB) Viewed 951 times
Gregory Martin
Posts: 1777
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: Application Error: Protected Filed Respondent ID is out Range

Post by Gregory Martin »

Protected fields have to be filled by the programmer. If they are blank, the program will close. That message gives the number as -922..., but that number is probably NOTAPPL, meaning blank. Make sure that RESPONDENT_ID is filled at some point in the program, either prior to PROC RESPONDENT_ID, or in the preproc of that PROC. Alternatively, you can turn off the protected flag and have the enumerator enter the value of that field.
Post Reply