M
Michael
Hi there,
I have created a subform SFTest with a custom event:
Public Event MyFunction()
How do I sink the event in the main form? I would expect to find something
like: FTest_MyFunction.
Anyone can help?
My subform also have a Sub
Public Sub DoThis()
How do I call this Sub for a particular instance of the subform in the main
form?
Thank you very much for any help.
Michael
I have created a subform SFTest with a custom event:
Public Event MyFunction()
How do I sink the event in the main form? I would expect to find something
like: FTest_MyFunction.
Anyone can help?
My subform also have a Sub
Public Sub DoThis()
How do I call this Sub for a particular instance of the subform in the main
form?
Thank you very much for any help.
Michael