Hello, I’ve problems when a try to copy a document to another database. I cant’t do it even when i do it manually (ctrl + c->ctrl + v) or using de LotusScript function (CopytoDatabase). I can’t understand it because i have other documents in the same database and i can copy them to another database without problems. Only I have de problems with some documents in concret.
The problematic documents has this fieds…(I don’t Know if it means something)
$HFFlags=“1”
$Anonymous=“1”
$Fonts=“”
$Revision=“CEDT 31/03/2005 13:25:04 CEDT 31/03/2005 13:25:06 CEDT”
$Updatedby=“CN=Pedro Mir/O=BDS”
Why I can’t copy this documents to another database??? Why? why…
Tkank you so much.
Subject: Copy to Databse
Pedro
Is there any code in the QueryPaste event of the view you are trying to paste into? The code Continue=False in that event will disallow pasting into that view.
Also, is the form the same on the documents you can paste?
Are you sure that the documents aren’t being pasted, or is it just the views that aren’t displaying the documents? A check would be to make a note of the number of documents shown in the database properties before and after you have pasted.
Do the documents being pasted contain a Readers field? Your rights in the database the documents are being copied to may be that you do not have the rights to see the copied document.
HTH
Julie
Subject: Copy to Databse
Pedro
Does the document that won’t keep have a $KeepPrivate field set to “1” in it?
If it does, you will need to set it to “0”.
HTH
Julie
Subject: RE: Copy to Databse
Hello Julie, thanks, but the document don’t have de field $KeepPrivate… 
Subject: What are your access rights in the target database?
Subject: RE: What are your access rights in the target database?
Thank you so much Julie Peck, the problem was de readers field… as you told me. Thank you again.