NetTalk Central

Author Topic: How to put a CR LF into a Browse string column text.  (Read 3316 times)

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
How to put a CR LF into a Browse string column text.
« on: December 19, 2010, 09:21:32 PM »
Hi,

I have a browse string column that use a string variable made up of multiple other variables.  I would like these variables to show up as separate items on a list in the cell but can't get a carriage return/line feed to show up.  <13, 10> puts the CR LF in the source code, but it is ignored by the browser as expected.  <<br> and <<br /> are converted to literal text in the source code not HTML tags.  Is there anything I can concatenate the text with that will show as a CR LF in the browser?

Many thanks in advance.   

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: How to put a CR LF into a Browse string column text.
« Reply #1 on: December 19, 2010, 11:56:52 PM »
Just a thought - enable XHTML in the entry field?
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: How to put a CR LF into a Browse string column text.
« Reply #2 on: December 20, 2010, 12:05:18 AM »
you should use
<br />
not
<br>
and tick on "allow xHtml" as Terry suggests.

Cheers
Bruce