Comment faire Refresh au Form
Bonsoir Forum
Bonsoir tout le monde
SVP si vous pouvez m'aider a faire refresh au Form1 .
Dans mon projet j'ai Form1 et plusieurs Text et plusieurs Combo et Command1.
Lorsque je click sur Command1 alors ces Text et Combo seront vides.
J'ai essaye avec :
Code:
1 2 3 4 5 6
| Private Sub Command1_Click()
Form1.Hide
Form1.Show
End Sub |
J'ai essaye aussi avec :
Code:
1 2 3 4 5 6
| Private Sub Command1_Click()
Unload Me
Form1.Show
End Sub |
Mais malheureusement pas de solution
Merci beaucoup d"avance pour l'aide
Cordialement
MADA