Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

'Line-feed' character cannot be replaced in IE / webview

I have a field which contain the description line.

However, in the database, the field store some 'line-feed' character.

In fact, I can replace it with a space in the loading script successfully.

But, when I change to web view or using IE to browser the dashboard.

The 'line-feed' character return in my dashboard.

it is just simply using the following script to replace the 'line-feed' character:

replace (Description , chr(10), ' ')

Anyone has similar problem?

0 Replies