Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> How to Maximize a window in Oracle Forms? Please Help

How to Maximize a window in Oracle Forms? Please Help

From: Maarten Martens <maarten.martens_at_freebel.net>
Date: Sat, 10 Feb 2001 11:10:15 GMT
Message-ID: <gr498tsv621tb40an0h50q4ibb1eef6ee4@4ax.com>

Hello All,

Can anybody help me? I've created a form with one window. It's called "IngaveWindow". I've created the following procedure :

PROCEDURE ResizeWindow(Ingavewindow varchar2) IS wn_id2 Window;
BEGIN
wn_id2 := Find_Window(Ingavewindow);
set_Window_property(wn_id2,window_state,maximize); END; Is this correct? I just can't seem to call it...I tried to call the procedure in the when_new_form_instance trigger on form level...But I don't know exactly how to do it. Can somebody give me an example? I already maximized the runtime window by using the "Set_Window_Property(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE);" command...Now I would also like to maximize the Canvaswindow itself...

Thanx in advance

Sincerely,
Maarten Received on Sat Feb 10 2001 - 05:10:15 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US