PDA

Click to See Complete Forum and Search --> : OCX Help


Turin
Jan 6th, 2000, 08:45 PM
I have created an OCX with a method that accepts a Class module (collection) as an input parameter and binds some of its properties to a few consituent controls. I want to be able to use the Data repeater to display all items in the Collection. The problem I am having is that once I place the ocx in the data repeater, none of the properties or events of the ocx are exposed, so I can't pass the collection object to the control. How do I handle this?

JeffSM
Jan 11th, 2000, 11:05 AM
Please let me know HOW you 'll use this OCX, show the piece of code related.

Jefferson

Turin
Jan 11th, 2000, 08:02 PM
Thanks for responding.

I figured out, just the other day, how to do this.