CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 Line Break.

Print topic Send  topic

Author Message
Marcus Chen
Posted: 07/22/2001, 5:47 PM

Hi there!

Does anyone know if it is possible to do a line break in Text Area (lablel).
As when it is viewed, it appears in one long single continous sentence/line.

Thanks.

David A. Lee
Posted: 07/22/2001, 5:59 PM

If you use type Lable (not Text Area) then check the HTML box ...
Its pure HTML. You can put <BR> any place you want a line break
> Hi there!
>
> Does anyone know if it is possible to do a line break in Text Area
(lablel).
> As when it is viewed, it appears in one long single continous
sentence/line.
>
> Thanks.
>
>

Michael A. Weaver
Posted: 07/22/2001, 6:21 PM

If you're using Unix/PHP, you can do what David said while adding something
like the following to Form Properties > Events > Before Show:

$fldyour_field = str_replace("\n", "<br>", $fldyour_field);

m



"Marcus Chen" <nikonboy@removethis.mbox.com.au> wrote in message
news:9jfs7s$34c$1@news.codecharge.com...
> Hi there!
>
> Does anyone know if it is possible to do a line break in Text Area
(lablel).
> As when it is viewed, it appears in one long single continous
sentence/line.
>
> Thanks.
>
>

Marcus Chen
Posted: 07/22/2001, 6:28 PM

What if your using ASP?


"Michael A. Weaver" <michael@tminuszero.com> wrote in message
news:9jfu6f$6l8$1@news.codecharge.com...
> If you're using Unix/PHP, you can do what David said while adding
something
> like the following to Form Properties > Events > Before Show:
>
> $fldyour_field = str_replace("\n", "<br>", $fldyour_field);
>
> m
>
>
>
> "Marcus Chen" <nikonboy@removethis.mbox.com.au> wrote in message
>news:9jfs7s$34c$1@news.codecharge.com...
> > Hi there!
> >
> > Does anyone know if it is possible to do a line break in Text Area
> (lablel).
> > As when it is viewed, it appears in one long single continous
> sentence/line.
> >
> > Thanks.
> >
> >
>
>

Allen
Posted: 07/22/2001, 7:51 PM

fldvch_Content=Replace(fldvch_Content,vbcrlf,"<BR>")

> What if your using ASP?



   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.