Refer to already loaded form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This is a simple question, but I cannot find an answer... I want to reference a control on a form that I know is already loaded. How do I get a reference to that form

Any ideas

Thanks
Denise
 
* =?Utf-8?B?RGVuaXNl?= said:
This is a simple question, but I cannot find an answer... I want to
reference a control on a form that I know is already loaded. How do I
get a reference to that form?

You can store the reference in a property of a module. Set the property
when instantiating the form and get the reference later using this
property. There are many other ways to answer your question depending
on where your form is created and how it is related to the other forms.
 
Back
Top