Lines wrapping in win2000
Posted: Wed Nov 02, 2005 10:32 pm
The code I am working on is using loadfromfile to load a data file for viewing. The lines are very long ( 8000 chars ). I have noticed that on Win98 machines the lines are displayed correctly, but on a Win2000 machine the lines wrap at aprox 3072 chars. ( not a good thing)
Is there a setting that may have changed?
Here is the offending line in the code.
RichEdit1->Lines->LoadFromFile(FileNameD);
RichEdit1 is defined as
TRichEdit *RichEdit1;
We use Builder6. I am new here and just really learning how this all works together.
I believe that we are running trichview version 1.8.1
Anyway, any thoughts or ideas may save me some time.
Thanks
Is there a setting that may have changed?
Here is the offending line in the code.
RichEdit1->Lines->LoadFromFile(FileNameD);
RichEdit1 is defined as
TRichEdit *RichEdit1;
We use Builder6. I am new here and just really learning how this all works together.
I believe that we are running trichview version 1.8.1
Anyway, any thoughts or ideas may save me some time.
Thanks