LotusScript to C API Programming Guide

rtLib Domino Rich Text Management template
Home
Show details for ContentContent
Purchase
Ready-to-use samples
Show details for Online resourcesOnline resources
Forum
Links
Happy readers

Anonymous

login


 

Hosted by Prominic.NET, Inc.
Main topic: Error in trying to copy design elements from one database to another

Error in trying to copy design elements from one database to another (by Kenneth Haggman, 12/30/2006 05:12:46 AM)

I am doing this sort of thing myself in the NotesHound tools.

I don't see the reason to use the C API to delete the design elements.

After all, they are only documents, and you can use db.GetDocumentByID to get the design element and then simply doc.Remove to delete it.