Hey folks...a bit of a problem here. I have a form in access, and included
is a treeview control. However, the treeview control's nodeclick event is
not responding:
Private Sub tvMain_NodeClick(ByVal Node as Object)
Msgbox "Hello"
End Sub
To work around this, I was trying to put some code under the main form's
MouseDown event as a workaround. However, this event doesn't seem to be
firing either. Has anyone run across any problems like this? Could there
be other objects in other forms overriding these types of click events?
Thanks for any info.
-Jason
Alex Dybenko - 24 Feb 2004 06:16 GMT
1. try to reinsert event using 2 top combos of forms class window
2. start access TV in load event, do not use open event
if nothing help - try to recreate form

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
> Hey folks...a bit of a problem here. I have a form in access, and included
> is a treeview control. However, the treeview control's nodeclick event is
[quoted text clipped - 12 lines]
>
> -Jason