Re: hiding windows using the control menu

From: Steve Edelstein <74160.645_at_CompuServe.COM>
Date: 13 Mar 1995 18:35:43 GMT
Message-ID: <3k239v$ja5$1_at_mhadg.production.compuserve.com>


The window id is of type WINDOW. It must be found and put into a variable using FIND_WINDOW. Then the value in find_window is passed to set_window_property. The invalid id seems to be because its getting a name not of type window instead of a window id of type window. Something like this may work:

...
id1 window;
id1 := find_window(name_in(:system.event_window) set_window_property(id1,visible,property_off); etc....

SEE: Oracle Forms Reference Manual, p. 3-272-

-- 
Steve Edelstein                      VOICE: 212-956-3670
Relational Business Systems          CompuServe: 74160,645
124 West 60th Street  Suite 47C            Author of
New York, NY 10023                    "Learning Oracle Forms"
Received on Mon Mar 13 1995 - 19:35:43 CET

Original text of this message