Question:
How can I open the same screen several times at the same moment?
Solution:
To do so, on the command that opens the screen, you must set the name of a virtual Frame, that is, the name of a Frame that does not exist in the application. Therefore, the screen will open on a new window. For example:
Application.GetFrame(“test”).OpenScreen(“Screen1”), 0