Ok, here's the problem. I have a class module, and it controls a form. the form's basically an output area. I need to have my class module respond to events generated by the form. no, the class isn't contained within the form. any suggestions?
Printable View
Ok, here's the problem. I have a class module, and it controls a form. the form's basically an output area. I need to have my class module respond to events generated by the form. no, the class isn't contained within the form. any suggestions?
Well, if you want the class to respond to events generated by a form that is under the control of the class, isn't that the same as having your class functions call other class functions?