problems saving with savetext

General TRichView support forum. Please post your questions here
Post Reply
TAG
Posts: 9
Joined: Wed Nov 02, 2005 10:12 pm

problems saving with savetext

Post by TAG »

I am using TrichViewEdit to view and edit a flat ascii file.

The file I am loading has page breaks, but when I save out the file I loose the page breaks.

Any Ideas?
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

By default, page breaks are not saved in text.
Change the value of global variable RichViewSavePageBreaksInText to True (defined in CRVData unit)
Post Reply