Hello,
If I have a form open in an MDI form how can I access its textboxes and other objects?
If I have a company ACME form open, when an user double clicks the grid of another form, then double click again that same row rather than opening another instance of that form I want to put focus on the form by calling Activate().
What property should I use to check if the form has the same company? How to access its object (such as txtComanyName for example)?
Thanks,
Yama
If I have a form open in an MDI form how can I access its textboxes and other objects?
If I have a company ACME form open, when an user double clicks the grid of another form, then double click again that same row rather than opening another instance of that form I want to put focus on the form by calling Activate().
What property should I use to check if the form has the same company? How to access its object (such as txtComanyName for example)?
Thanks,
Yama