micjohnson
Programmer
I have a TEXTAREA field called "Address" on my form.
The user can type an address and stored it on the SQL Server DB.
Eg,
[highlight]Address1[/highlight]
[highlight]Address2[/highlight]
[highlight]City [/highlight]
[highlight]State [/highlight]
When i return this address and display it (as HTML), its showing me like
[highlight]Address1 Address2 City State[/highlight]
How to i display this as
[highlight]Address1[/highlight]
[highlight]Address2[/highlight]
[highlight]City [/highlight]
[highlight]State [/highlight]
I tried with CF "Replace" function but no use.
Appreciate your help.
Regards
micJ
The user can type an address and stored it on the SQL Server DB.
Eg,
[highlight]Address1[/highlight]
[highlight]Address2[/highlight]
[highlight]City [/highlight]
[highlight]State [/highlight]
When i return this address and display it (as HTML), its showing me like
[highlight]Address1 Address2 City State[/highlight]
How to i display this as
[highlight]Address1[/highlight]
[highlight]Address2[/highlight]
[highlight]City [/highlight]
[highlight]State [/highlight]
I tried with CF "Replace" function but no use.
Appreciate your help.
Regards
micJ