Re: Help !! Multi Row Text Items

From: QuadTwin <quadtwin_at_aol.com>
Date: 1997/05/29
Message-ID: <19970529004700.UAA06779_at_ladder02.news.aol.com>#1/1


SmithM_at_logica.com (Mark) worte:

> 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 ??

I believe all you have to do is catenate chr(10) which is a linefeed:

        text := this_line_text || chr(10) || next_line_text;

Al Lawson
Interactive Group, Inc.
www.interactive-group.com
lawsona_at_interactive-group.com Received on Thu May 29 1997 - 00:00:00 CEST

Original text of this message