|
-
September 17th, 2001, 07:59 AM
#1
MS Access: Event ItemChecked for ListView doesnt work
Hi!
I'm working with MS Access and VBA and have included a MS ListView Control into my form. When I add the following event to the class module
Private Sub ListView1_ItemCheck(ByVal Item As MSComctlLib.ListItem)
...
End Sub
the compiler says that the syntax of the event (parameters) is not correct. But in the object catalouge it's the syntax as above.
Does anyone know about this? I'm very grateful if you do.
Thanx,
kitty
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|