-- F. Edward Barrett, Network Specialist Traverse Area District Library -- <http://tadl.tcnet.org> "Technology is a word that describes something that doesn't work yet." -- Douglas Adams
>>> [email protected] 1/21/2009 5:02 PM >>> Ed, I'm concerned about this diff. In your copy of the IDL, are there two <field> elements with name="credit_payment" attributes within that same <fields> section? Constrictor will certainly stop with an error if the data within the IDL is inconsistent, which would be the case with duplicate fields. Yes, the class id="mp" includes two fields with the name "credit_payment": <field reporter:label="Credit Payment Detail" name="credit_payment" oils_obj:array_position="12" oils_persist:virtual="true" reporter:datatype="link"/> <field reporter:label="Credit Payment Detail" name="credit_payment" oils_obj:array_position="13" oils_persist:virtual="true" reporter:datatype="link"/> Directly below the fields section, there are two identical credit_payment entries in the links section: <link field="credit_payment" reltype="might_have" key="id" map="" class="mcrp"/> Thanks, Ed
