Page 1 of 1

Opened two window : can I avoid opening the same window?

Posted: Wed Jul 10, 2019 6:23 pm
by Silvio.Falconi
Nages, James,
SamplePlan with Tdatabase seems run ok only on a single Window


Image


although I don't like this solution because I like to have everything in the main application window and not have individual windows that wander around the screen. Also if the window is active and it is not closed, the user goes to load the procedure reopens another window ...

Image

how do I prevent it from reopening another window and going to reopen the previously opened window?
the Main window cannot be MDI because I use dialog nowait ( tfsdi)

Re: Opened two window : can I avoid opening the same window?

Posted: Wed Jul 10, 2019 7:14 pm
by ukoenig
Disable / enable the window action-button on dialog quit :?:
how do I prevent it from reopening another window and going to reopen the previously opened window?
the Main window cannot be MDI because I use dialog nowait ( tfsdi)
Image

regards
Uwe :?:

Re: Opened two window : can I avoid opening the same window?

Posted: Wed Jul 10, 2019 7:54 pm
by Silvio.Falconi
I allready think about ...
how i can open the Window iconized ?
And the window is not iconized and the user are working
on another procedure and that window is opened but he not see it ?

Re: Opened two window : can I avoid opening the same window?

Posted: Fri Jul 12, 2019 9:57 am
by Silvio.Falconi
Uwe,
I cannot disable a button on ribbonbar ?