Private Sub DATE_OUVER_CHANTIER_MouseUp(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
kk = 1
Calendrier.Show
End Sub
Private Sub DATE_ARRIVEE_MouseUp(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
kk = 2
Calendrier.Show
End Sub
Private Sub DATE_ENVOIE_MouseUp(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
kk = 3
Calendrier.Show
End Sub