> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
> 
> By adding the child bizobj after self.creation(), the app 
> does not automagically generate the edit page.  I can then 
> add whatever pages I want.  Now on to populating the grid, 
> per your earlier email.

Just for the record, here is how I poulated the points browser:

class GrdPumpcurves(GrdBase):

        ...

        def onGridLeftClick(self, event):
                self.Form.primaryBizobj.requeryAllChildren()
                self.Form.grdPumpPoints.DataSource = "pumpPoints"


When I do this, however, the point browser now shows the pointas from
the desired curve, as I want, but it also sometimes displays rows of all
0's.  No idea why.


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to