Exemplo n.º 1
0
    def onSave(self, event):
        # send  db connection info to wizard
        # get site, Variable and Source from current dataset

        wiz = wizSave.wizSave(self.parent, self.parent.getServiceManager(), self.parent.getRecordService())
        wiz.Close()
        event.Skip()
Exemplo n.º 2
0
    def OnSave(self, event):
        # send  db connection inof to wizard
        # get site, Variable and Source from current dataset

        savewiz =wizSave.wizSave(self, self.parent.GetDBService(), self.parent.getRecordService())
        event.Skip()
Exemplo n.º 3
0
    def OnSave(self, event):
        # send  db connection inof to wizard
        # get site, Variable and Source from current dataset

        savewiz =wizSave.wizSave(self, self.parent.GetDBService(), self.parent.getRecordService())
        event.Skip()