Just a little update here. There was no problem with the NonUpdateableFields, the problem was elsewhere.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: 19. juni 2006 22:50 To: Dabo Users list Subject: Re: [dabo-users] Adding new rows when you have a field that does notexist in the database On Jun 19, 2006, at 7:10 AM, Simen Haugen wrote: > I have a problem adding new records to my dataset. I have a field that > is a subquery and set as nonupdatefields, but when I try to add a new > record I get an exception: (the field 'sum_antatt_tid') This field > does > not exist in the table. > > How can I fix this problem so I can add new rows? How are you setting the non-updatable fields? The proper way is to call: bizobj.NonUpdatableFields = ["field1", "field2", ...] -- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
