Page 1 of 1

Exception if compiler directive RVDONOTUSELIST is disabled

Posted: Mon Dec 10, 2007 10:31 am
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

Posted: Mon Dec 10, 2007 1:43 pm
by Sergey Tkachenko
Can you send me a test project?

Posted: Mon Dec 10, 2007 2:45 pm
by BernhardRoos
I've solved the problem. Instead of AppendFrom I'm using a stream for copying. Then it works fine.
Best wishes
Bernhard