"Christoph Zwerschke" <[EMAIL PROTECTED]> schrieb: > Sibylle Koczian schrieb: > > You can set self.NonUpdateFields = ["clientname"] in > > BizHours.initProperties(). That was the answer I got to the same > > question (http://leafe.com/archives/showFullThd/395297#0), and that > > got it working. > > Thanks, that solves the problem (but it feels a bit clumsy, dabo should > be able to figure this out automatically). > > I now have another problem in the very last step of the tutorial where a > grid is displayed on the "status" tab. > > Here, the client name is always shown empty in the grid, and also, the > grid does not show all existing records. Was this working for you? >
Not from the start. I just found this in the thread mentioned above: ---------------------------------------- Something else: the "summary" page of the Hours form only shows the newly entered records and doesn't show the client name. Adding def onPageEnter(self, evt): self.Form.requery() for this page helps. ---------------------------------------- Is that the same problem you're having? HTH Sibylle -- Dr. Sibylle Koczian _______________________________________________ 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]
