/[papo]/gnue/forms/src/GFObjects/GFBlock.py
ViewVC logotype

Diff of /gnue/forms/src/GFObjects/GFBlock.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by apronotti, Tue Oct 29 18:27:24 2002 UTC revision 1.10.2.1 by apronotti, Thu Jan 30 21:14:48 2003 UTC
# Line 80  class GFBlock(GFObj, GFEventAware): Line 80  class GFBlock(GFObj, GFEventAware):
80                                            },                                            },
81                              'getRecordCount':{'function':self.getRecordCount},                              'getRecordCount':{'function':self.getRecordCount},
82                              'getCurrentRecord':{'function':self.getCurrentRecord},                              'getCurrentRecord':{'function':self.getCurrentRecord},
83                                'getCurrentRecordNumber':{'function':self.getCurrentRecordNumber},                            
84                              'isSaved':{'function':self.isSaved},                              'isSaved':{'function':self.isSaved},
85                              'deleteRecord':{'function':self.deleteRecord},                              'deleteRecord':{'function':self.deleteRecord},
86                              'isEmpty':{'function':self.isEmpty},                              'isEmpty':{'function':self.isEmpty},
# Line 168  class GFBlock(GFObj, GFEventAware): Line 169  class GFBlock(GFObj, GFEventAware):
169    def getCurrentRecord(self):    def getCurrentRecord(self):
170      return self.getResultSet().getCurrentRecord()      return self.getResultSet().getCurrentRecord()
171    
172      def getCurrentRecordNumber(self):
173        return self.getResultSet().getRecordNumber()
174    
175    def getRecordCount(self):    def getRecordCount(self):
176      return self._recordCount      return self._recordCount
177            

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26