Gossamer Forum
Home : Products : DBMan : Customization :

Keeping CR's in view

Quote Reply
Keeping CR's in view
When I view a record, the carriage returns in memo fields are lost. How could I allow carriage returns to show when viewing info in a memo field?
Quote Reply
Re: Keeping CR's in view In reply to
Ugh.. never mind.. I tried searching under "CR" and "carriage return" but never thought to look under "hard return" where I found the answer:

$rec{'FieldName'} =~ s/\n/<BR>/g;