Previous window disappears when another one is opened. [message #265154] |
Wed, 05 September 2007 09:59 |
bobindy
Messages: 2 Registered: September 2007
|
Junior Member |
|
|
I am working with a Forms 4.5.10.22.0 application running on an HP Unix system.
When the application is launched, a window containing a Query Canvas comes up. A find key is used to launch a detail form canvas contained in a second window. The first window remains visible underneath the second window. When a key is pressed on the second canvas, a third window appears. The desire is for the second window to remain visible behind the third window, so that the third window can be moved around the screen so that the information on the second window is visible.
Each of the 3 canvases is a class Canvas and class view type of Content. Each has raise on entry set to false.
How can I make window 2 remain visible after window 3 has been launched?
Thank you.
|
|
|
|