Exception if compiler directive RVDONOTUSELIST is disabled

General TRichView support forum. Please post your questions here
Post Reply
BernhardRoos
Posts: 104
Joined: Mon Nov 26, 2007 1:49 pm

Exception if compiler directive RVDONOTUSELIST is disabled

Post by BernhardRoos »

I have imported a word document. If I'm showing the report with Reportbuilder I get an exception in the RichView source in TRVListInfos.GetItem.
The last call I've called was AppendFrom where I imported the content from one richview in another richview.
What can be the reason?
Best wishes
Bernhard
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Can you send me a test project?
BernhardRoos
Posts: 104
Joined: Mon Nov 26, 2007 1:49 pm

Post by BernhardRoos »

I've solved the problem. Instead of AppendFrom I'm using a stream for copying. Then it works fine.
Best wishes
Bernhard
Post Reply