Example #1
0
 def __init__(self,rpt,**kw):
     Form.__init__(self,**kw)
     self.rpt=rpt
     self.rpt.beginReport()
     self.currentRow=None
Example #2
0
 def __init__(self,dbcontext,**kw):
     self.dbsess=dbcontext
     Form.__init__(self,**kw)