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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top