My app has a few modules, each modules has its own form, all can be called from main form.
The problem is: when I run a module, it flash and is hidden under main form. I used form.show method. But the modules's form is hidden under main form. Is there anyway to bring to front the form?
The problem is: when I run a module, it flash and is hidden under main form. I used form.show method. But the modules's form is hidden under main form. Is there anyway to bring to front the form?