Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OCX control on a form

Status
Not open for further replies.

rvBasic

Programmer
Oct 22, 2000
414
BE
I put a Listview control on an access form. I had to address it as a CustomControl while passing it to a subroutine. I was able to put the ListItems/subItems on the Listview control. So far, so good.

But the control does not respond to any click event (e.g. column headers or scrollbars).

Any help is wellcome.

_________________________________
In theory, there is no difference between theory and practice. In practice, there is. [attributed to Yogi Berra]
 
can you post the code for your "columnClick" event. Are you trapping the event on the form or are you trying to trap it in another class module?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top