Re: How to set a window's title text at runtime???

From: Dennis Chebotarev <tdennis_at_iname.com>
Date: Thu, 05 Nov 1998 09:22:02 -0800
Message-ID: <3641DEB9.13E4B83C_at_iname.com>


Richard Hollingsworth wrote:

> Thanx for reading this.
>
> How do you set a window's title text at runtime? I tried...
>
> WINPC17A.TITLE := 'PC17A Generator'
>
> on a Form Level tirgger, but this will not compile.
>
> The window name is WINPC17A.

   SET_WINDOW_PROPERTY('WINPC17A', TITLE, 'PC17A Generator');

>
>
> Also, do you know how to set the name of the Forms 5.0 Runtime Window at
> runtime? I need to set it to something like "TRAKER Document Management
> System".

  SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, TITLE, 'TRAKER Document Management System');

>
>
> Thanx for any advise:
>
> RH

Best regards,

Dennis. Received on Thu Nov 05 1998 - 18:22:02 CET

Original text of this message