<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
<b>We are trying to download the first two occurrences of PERSON.ADDRESSES
for our applicants.  It works fine if we only want the first occurrence:
</b><br>
<tt>SELECT APPLICATIONS SAMPLE 2<br>
DOWNLOAD APPLICATIONS SECONDARY.FILE PERSON KEY APPL.APPLICANT ALIAS S APPL.APPL<br>
ICANT S->PERSON.ADDRESSES NUM.VALUES 1<br>
DOWNLOAD version 6.02<br>
Using input file APPLICATIONS<br>
Output to screen<br>
"0022186","PHA0022186"<br>
"0019128","PHA0019128"<br>
<br>
</tt><b>And it used to work fine when we asked for the first two occurrences,
but today we get:</b><tt><br>
SELECT APPLICATIONS SAMPLE 2<br>
DOWNLOAD APPLICATIONS SECONDARY.FILE PERSON KEY APPL.APPLICANT ALIAS S APPL.APPL<br>
ICANT S->PERSON.ADDRESSES NUM.VALUES 2<br>
DOWNLOAD version 6.02<br>
Using input file APPLICATIONS<br>
Output to screen<br>
"0022186","","PHA0022186",""<br>
"0019128","","PHA0019128",""</tt><br>
<b><br>
When we use NUM.VALUES 3, we get:</b><br>
<tt>DOWNLOAD APPLICATIONS SECONDARY.FILE PERSON KEY APPL.APPLICANT ALIAS
S APPL.APPL<br>
ICANT S->PERSON.ADDRESSES NUM.VALUES 3<br>
DOWNLOAD version 6.02<br>
Using input file APPLICATIONS<br>
Output to screen<br>
"0022186","","","PHA0022186","",""<br>
"0019128","","","PHA0019128","",""<br>
<br>
<b>The first applicant has only one occurrence of PERSON.ADDRESSES.  The
second has two occurrences</b></tt><b>:</b><br>
<tt>LIST PERSON WID 0022186 0019128 PERSON.ADDRESSES<br>
LIST PERSON WITH @ID LIKE 0022186 0019128 PERSON.ADDRESSES 15:31:02 May 12
2004 1<br>
PERSON.... PERSON.ADD<br>
   0019128 PHA0019128<br>
           POA0019128<br>
   0022186 PHA0022186<br>
2 records listed</tt><br>
<br>
We have been on version 6.02 for some time, and this has worked until today.
 Has anyone experienced this problem?  Should I load version 7.10?<br>
Thanks,<br>
Linda Jarriel<br>
Medical University of South Carolina<br>
843-792-8308<br>
<br>
</body>
</html>