J
James
Hello,
I am using A2K and I have a sub that accepts a Textbox control as a
parameter, e.g.,
sub DoSomething(aTextboxCtl as textbox)
I would like to invoke the AfterUpdate method of that control from
within the sub but I do not know how to refer to the methods of that
control. Properties are easy (aTextboxCtl.backcolor, etc). If I was
referring to the textbox directly I could use
<textboxname>_AfterUpdate() to invoke its afterupdate.
Can anyone tell me the proper syntax to do such an indirect reference
to a method of a textbox (or if it is even possible)?
TIA,
James
I am using A2K and I have a sub that accepts a Textbox control as a
parameter, e.g.,
sub DoSomething(aTextboxCtl as textbox)
I would like to invoke the AfterUpdate method of that control from
within the sub but I do not know how to refer to the methods of that
control. Properties are easy (aTextboxCtl.backcolor, etc). If I was
referring to the textbox directly I could use
<textboxname>_AfterUpdate() to invoke its afterupdate.
Can anyone tell me the proper syntax to do such an indirect reference
to a method of a textbox (or if it is even possible)?
TIA,
James