"cannot open clipboard" error

General TRichView support forum. Please post your questions here
Post Reply
albert

"cannot open clipboard" error

Post by albert »

Hi,

I'm geting error "cannot open clipboard" from time to time and my program stops at TCustomRichViewEdit.Paste at :

if Clipboard.HasFormat(CFRV_RVF) then
PasteRVF

this happens randomly. I'm using Delphi 6 with TRichView version 1.9.2.2. Is this a known problem ? Is there anything I can do to solve it ?

Thanks,

Albert
Sergey Tkachenko
Site Admin
Posts: 17267
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

It may be because an application opened the Clipboard and did not close it. Do your application work with the Clipboard?
Post Reply