Re: Dialogue boxes in Oracle Forms
Date: Tue, 16 Mar 1999 14:54:55 -0000
Message-ID: <36ee6f69.0_at_145.227.194.253>
Try moving to the block inside the other window afterwards.
Show_Window('dialogue_window');
go_block('dialogue_block');
show_view('dialogue_canvas');
Depending on your application, you may not need the show_view line.
Mark
kevinr75_at_my-dejanews.com wrote in message
<7cloca$46r$1_at_nnrp1.dejanews.com>...
>Hello, This is a pretty simple question. Im trying to create a dialogue box
>to prompt the user for a single piece of input using Oracle Forms 5. I have
a
>window created and call it via Show_Window, however it goes behind the
>primary window. How can I promote this smaller window to the front? (so it
is
>on top of the main window)
>
>Thanks
>Kevin Rose
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Tue Mar 16 1999 - 15:54:55 CET