Re: removing forms runtime default title

From: <rtproffitt_at_my-deja.com>
Date: Tue, 06 Jul 1999 14:48:44 GMT
Message-ID: <7lt508$ft7$1_at_nnrp1.deja.com>


The command you are speaking of is

    SET_WINDOW_PROPERTY
and the reference used is FORMS_MDI_WINDOW.

For example:

   SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, Title, 'MyTitle');

You can also control the size of the window, as in:   set_window_property(forms_mdi_window, window_state, maximize);

Robert Proffitt
Beckman Coulter
Brea, California

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Tue Jul 06 1999 - 16:48:44 CEST

Original text of this message