KB-33155: Opening a screen in a specific splitter.

Question:

The application’s frame has been horizontally split in two, and as a result there is an upper and a bottom splitter. However, Viewer opens another window when I try to open a screen in the bottom splitter. How can I fix this?

Solution:

This can be done via scripts. To do so, you must open the screen via GetFrame() and OpenScreen() methods, and inform the name of the desired splitter and screen.

For example: Application.GetFrame(“SplitterName“).OpenScreen “ScreenName“, CLng(0)

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *