コード例 #1
0
 def OnBoutonTraiter(self, event=None):
     from Dlg import DLG_Portail_demandes
     dlg = DLG_Portail_demandes.Dialog(self)
     dlg.ShowModal()
     dlg.Destroy()
     self.MAJ()
     pass
コード例 #2
0
 def OnBoutonTraiter(self, event=None):
     from Dlg import DLG_Portail_demandes
     dlg = DLG_Portail_demandes.Dialog(self)
     dlg.ShowModal()
     dlg.Destroy()
     self.MAJ()
     try :
         self.parent.ctrl_remplissage.MAJ()
     except :
         pass
コード例 #3
0
 def OnBoutonHistorique(self, event):
     from Dlg import DLG_Portail_demandes
     dlg = DLG_Portail_demandes.Dialog(self, IDfamille=self.IDfamille)
     dlg.ShowModal()
     dlg.Destroy()