Events for custom control in datarepeater??
Hello,
I've created an activex control which has an command button with a:
Event ButtonClick()
Private Sub Command1_Click()
RaiseEvent ButtonClick
End Sub
This event triggers if the custom control is placed on a form, but I don't seem to be able to get it to work if it's in a datarepeater.
Advise please?
Kind regards
Laurie Thompson
|