> 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.
I've had this problem a while ago. Put your call to self.requery() in the afterInitAll method of the form and remove it everywhere else. That way the data gets 'loaded' into the when it's up and running. IIRC that solved the problem for me. I have no access to my own computer so I can't verify it though. Regards Peter -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger _______________________________________________ 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]
