zathrus777
Programmer
I am reading data (text, several paragraphs long) over ADO into an array of textboxes. On one machine where there is a newline in the text it shows as a double pipe and wraps at the edge of the text box.
On another it wraps and starts a new line where a newline character is. Operating systems are the same win2k sp4. Same patches etc. Also does not give newlines on my xp machine at home.
e.g.
blah. blah. blah. blah.
this is wrong it should be.
blah.
blah.
blah.
blah.
As mentioned there are newline characters between all relevant places. Also it works fine in a label.
On another it wraps and starts a new line where a newline character is. Operating systems are the same win2k sp4. Same patches etc. Also does not give newlines on my xp machine at home.
e.g.
blah. blah. blah. blah.
this is wrong it should be.
blah.
blah.
blah.
blah.
As mentioned there are newline characters between all relevant places. Also it works fine in a label.