I have a custom commandbutton class that I want to reuse. Meaning, I have several buttons created using "Mybuttons".
I want to pass a unique id to click event so that I know which button was clicked.
Something like below.
ThanksCode:define class mybuttons as commandButton proc click( param1) do case ..... endcase endproc enddefine
Herb
Bookmarks