G
Guest
I have a main application (Form1) that can among other things, display a
customers details. the customer details form is non modal, and the code that
launched the customer details form keeps a reference of all the customer
details forms being shown and then either brings the form to the front if the
customer is already being displayed, or creates a new form and displays the
customer details.
I now have a modal form (Form2) that can be launched from Form1. From Form2
I also somtimes want to display a customer details. If the customer details
are already displayed I can bring the customer details form to the front, but
the form is blocked. How can I make the Customer details forms not be
blocked by modal forms (however I do want Form 1 to be blocked by modal Form
2)
Thanks, Giles.
customers details. the customer details form is non modal, and the code that
launched the customer details form keeps a reference of all the customer
details forms being shown and then either brings the form to the front if the
customer is already being displayed, or creates a new form and displays the
customer details.
I now have a modal form (Form2) that can be launched from Form1. From Form2
I also somtimes want to display a customer details. If the customer details
are already displayed I can bring the customer details form to the front, but
the form is blocked. How can I make the Customer details forms not be
blocked by modal forms (however I do want Form 1 to be blocked by modal Form
2)
Thanks, Giles.