Forms Window problem [message #148324] |
Wed, 23 November 2005 11:04 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
SaraC
Messages: 81 Registered: August 2005
|
Member |
|
|
Hi
I have a Form with a Main Window (Window type is Document) - I have created a new window in the same form for a pop up message required for input from the user. I have created this with Window Type Dialog and set Modal to Yes. The problem is that when I open the form at runtime, the second window (the popup I created) flashes on the screen for a second before the main window. It is activated correctly at all other times i.e. when I call it - it is a dialog box which should stay on top until I have entered some text. Everything works fine except the appearance of the popup on running the form.
Is it something to do with the way I have set the properties of the window?
Any help is appreciated
Thanks
Sara
|
|
|
Re: Forms Window problem [message #148571 is a reply to message #148324] |
Fri, 25 November 2005 02:00 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
pallavig
Messages: 18 Registered: November 2005
|
Junior Member |
|
|
Hi,
When you set the properties not for window,but at the module level (top most in object navigator) you need to tell which window should appear first in the properties (set the First Navigation Data Block to the window which you want to display at runtime).
This will work.
Pal.
|
|
|
|
|
|
|
|
|
|
|
|