Hi
I wanted to add a monthview in my form and I tryed to test the ctrl of the visibility
it's seems simple but that doesn't work.
Private Sub CommandButton1_Click()
MonthView1.Visible = False
End Sub
Private Sub CommandButton2_Click()
MonthView1.Visible = True
End Sub
I can't make the ctrl Monthview visible with the cmdbutt2
What's wrong?
Thanks for help!
I wanted to add a monthview in my form and I tryed to test the ctrl of the visibility
it's seems simple but that doesn't work.
Private Sub CommandButton1_Click()
MonthView1.Visible = False
End Sub
Private Sub CommandButton2_Click()
MonthView1.Visible = True
End Sub
I can't make the ctrl Monthview visible with the cmdbutt2
What's wrong?
Thanks for help!