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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top