by Kevin R. Luck >> Wed, 13 Oct 1999 3:26:48 GMT
I have a subclassed control that has reimplemented the table control's click method. What should occur if I invoke the method using <controlname>.click rather than <controlname>_click ?
The subclassed control includes inheritMethod() in its click method.
I am trying to fathom out why I appear to be getting 'double executions' of clicks