Re: Help !! Multi Row Text Items

From: Steve Johnson <robertoc_at_fyiowa.infi.net>
Date: 1997/05/28
Message-ID: <338C4404.5289_at_fyiowa.infi.net>#1/1


[Quoted] Try declaring:

  lf VARCHAR2(1) := chr(10);

then put it where you want the linefeed to occur. Chr(10) is the ascii linefeed character.

SJ.

Mark wrote:
>
> Hi there....
>
> Im using Forms 4.5 and we have a requirement to place some
> text into a multirow text item. This text needs to be formatted which
> occasionally means we have to force a new line into the text.
>
> Does anyone know of a way of programatically placing a carriage
> return/newline into a multi row text item ??
>
> Cheers
> Mark
Received on Wed May 28 1997 - 00:00:00 CEST

Original text of this message