Okay, I've got a workaround for this, but I'm not sure if it's the best way to do it. In the afterInitAll method of the form, I'm calling self.cancel() and self.refresh(). This does the trick, but like I said, I wonder if there's a better way to accomplish the same effect.
If anyone has an idea, please share. Thanks, Mike M. On Wed, Jul 9, 2008 at 2:49 PM, Mike Mabey <[EMAIL PROTECTED]> wrote: > I've done some more testing and this is what I've figured out. This > problem only effects the first entry of the database. Once the app is up > and running, if I cancel all changes, navigate to another entry, then go > back, the original value is displayed in the first entry. > > I've tried adding a self.cancel() call to the createBizobjs code just after > self.requery() and just before a self.refresh(), but the same thing happens. > > Any thoughts? > > Mike M. > --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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]
