Can't make Monthview visible

Joined
Dec 22, 2014
Messages
3
Reaction score
0
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!
 
Back
Top