Re: Q: Determine the screen dimensions under Forms 4.5

From: Chris Kasten <kasten_at_brookings.net>
Date: 1996/01/04
Message-ID: <30ec0bce.1700642_at_news.brookings.net>#1/1


tom_at_toppoint.de (Thomas Goepfert) wrote:

> Is there a way to determine the screen dimensions under Forms
> 4.5, something like a PL/SQL function that returns the width and
> height. I want to create a form that covers the whole screen for some
> sort of slide show. Maybe someone can give me a hint.
>

How about:

   Set_Window_Property(win_id, WINDOW_STATE, MAXIMIZE);

If you're in Windoze you can maximize the MDI window by using FORMS_MDI_WINDOW for win_id.

HTH, -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Chris Kasten
Programmer/Analyst (among others...)

#include <sys/std_disclaimer.h>
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Received on Thu Jan 04 1996 - 00:00:00 CET

Original text of this message