Re: Begining questions on Forms 4.5

From: Desmond Chan <kychan_at_netvigator.com>
Date: 1997/12/04
Message-ID: <348653AD.4A960A41_at_netvigator.com>#1/1


  1. Set_Window_Property(FORMS_MDI_WINDOW, TITLE, 'YOUR APPLICATION NAME');
  2. MESSAGE('MESSAGE TEXT', ACKNOWLEDGE);
I hope it can help you.

Desmond 8-)

Osipov N.F. wrote:

> Hi!
>
> Allow to set some questions on work with Oracle Forms 4.5
>
> 1. How to change a name of the application (in heading of a window)?
> By default: Developer/2000 Forms Runtime for Windows 95/NT
> It is necessary: My Program Name
> In the documentation is specified, that is possible to change only
> one property for
> SET_APPLICATION_PROPERTY (property, value)
> CURSOR_STYLE = BUSY, CROSSHAIR, DEFAULT, HELP, INSERTION
>
> 2. The messages from the stored proc in SQL*PLUS are shown on the screen
> with the help DBMS_OUTPUT.PUT_LINE ('my message').
>
> As similar to make in Forms:
>
> Trigger WHEN-BUTTON-PRESSED
> BEGIN
> MY_PROC; - contains DBMS_OUTPUT.PUT_LINE ('my message ').
> ???
> ???
> ???
> END;
>
> Regards
> Nikolai Osipov
>
> Yamburg Tyumen Russia
Received on Thu Dec 04 1997 - 00:00:00 CET

Original text of this message