trichview.support
Re: Error in TRVPrint.FormatPages(rvdoALL) (with Footer & Header) |
Author |
Message |
Sergey Tkachenko |
Posted: 10/29/2002 20:07:08 If text is displayed as in red, there is not enough styles. Probably they were deleted? If you use RichViewActions to load header and footers, they delete styles which is not used in the document (if TRVAControlPanel.AutoDeleteUnusedStyles = True) after loading documents. If it is so, you need either use different RVStyles for all documents (recommended), or set TRVAControlPanel.AutoDeleteUnusedStyles = False. > > Probably you are right, Sergey, and is something badly in the generation > of the document, but I do not know what is. > > Then, I'be modified my application so that it works with a TRvStyle by > each document. > > Thanks for the help. > Tavo. > |
Powered by ABC Amber Outlook Express Converter