M
MJ
I have an application with 2 forms (formMain and formTools)
formMain contains a button which if clicked opens formTools using
..show(this)
This works fine as when open formTools is over FormMain and you can still
select both forms.
My problem is that I want o prevent the used opening the formTools form more
than once.
I cannot use a modal form as I still want to be able to use both forms when
they are open.
Thanks in advance.
MJ
formMain contains a button which if clicked opens formTools using
..show(this)
This works fine as when open formTools is over FormMain and you can still
select both forms.
My problem is that I want o prevent the used opening the formTools form more
than once.
I cannot use a modal form as I still want to be able to use both forms when
they are open.
Thanks in advance.
MJ