I come from a Clipper xbase backround and am having trouble dealing with all the windows in this type of programming. I am writing a app that will manage a business. I have created forms for Customers, Invoices, Inventory. What I want to do is have one main form and then pop up these forms for entry when I need them and then close them back down. With the main form on, when I say formCust.show the customer form comes up. This seems fine but then if I take my mouse and click on the main form, the customer form looses focus and is now behind the main form. This is a problem because it is easy to forget that you have this form open. I could easily open several forms and not know that they are behind the main form. So my question is whether there is some type of standard practice that you use to manage all of these windows so the user does not think they are closed when really they are hiding behind another window. I tried a mdi form but then the customer form gets minimized on the task bar which is also no good. I hope this makes sense.
Thanks,
Dan
Thanks,
Dan