Re: Begining questions on Forms 4.5

From: Gerard H. Pille <ghp_at_santens.be>
Date: 1997/12/04
Message-ID: <01bd0095$f41fe520$7b1340c0_at_pcghp.santens.be>#1/1


If MY_PROC sends messages with dbms_output.put_line, forms could retrieve them with dbms_output.get_line and use message() to display them.

-- 
------------
Kind reGards
     \ /   |
      X    |
     / \   x
     Gerard

Osipov N.F. <nfo_at_yamb.ygaz.tyumen.su> schreef in artikel
<ABsMQXq8R5_at_yamb.ygaz.tyumen.su>...

> 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