ListView and checkbox (Refresh problem)

G

Guest

Hi,
I have a listview inside a multipage. At the opening, the listview display
is ok. If I change to page 2 and return to page 1, the checkboxs of the
ListView are hidden. I tried SetFocus but doesn't work. Is there an other way
to say Refresh the ListView?
Thanks a lot!
Private Sub MultiPage1_Change()
If Me.MultiPage1.Pages = 1 Then
Me.Create_ListView.SetFocus 'This line doesn't work
End If
End Sub
 

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

Similar Threads


Top