Ed, Using the latest files, we are still having issues adding records to a child table using the bizobj with a parent, child and grandchild setup.
Pkid's are integers. The Postgres log reports the following error.... 2007-04-03 20:28:23 ERROR: column "dabotmp" does not exist at character 87 2007-04-03 20:28:23 STATEMENT: select * from public.agvarieties where varnum = 81 and fk_species = 10 and pkid <> -1-dabotmp 2007-04-03 20:28:23 ERROR: current transaction is aborted, commands ignored until end of transaction block If the pkid were a character, I would expect it to be pkid <> "-1-dabotmp". Apparently something is stripping the quotes and the system is assuming that dabotmp is a variable value and erroring when trying to resolve it. Thanks, Larry Long -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.25/744 - Release Date: 03-Apr-2007 5:32 AM _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/!&[EMAIL PROTECTED]
