The only thing I can think of is that in my form for entering new transactions in the AfterInit() I do a self.requery() after adding the bizobj and then a self.new() later - could that cause it?
-------------------------------------------------- From: "Ed Leafe" <[email protected]> Sent: Wednesday, May 27, 2009 8:54 AM To: "Dabo Users list" <[email protected]> Subject: Re: [dabo-users] SQLite Problem > On May 26, 2009, at 5:26 PM, Roger Lovelock wrote: > >> Am I doing anything wrong here? > > > You are repeating several settings unnecessarily, but that shouldn't > hurt anything. > > Do you have any other code in which you are either setting the values > of the affected fields, or moving the record pointer programmatically? > > > -- Ed Leafe > > > > _______________________________________________ > 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/[email protected] > _______________________________________________ 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/[email protected]
