About This Code
Brief Description:
Sign database, agents, create views, hide database, modify flags, propertys of the database, modify icon, use, about... ALL in one form NEW FEATURES IN VERSION 2.0 BETA (with Chrysalis DLLs)
Document Release:
2.0 BETA
Last Modified:
04 Feb 2006
OpenNTF Disclaimer
All of the program code and information presented in the OpenNTF.org Code Bin are provided "as-is", and should be used at your own risk. OpenNTF.org make no express or implied warranty about anything in the Code Bin, and OpenNTF.org will not be responsible or liable for any damage caused by the use or misuse of anything from this site. OpenNTF.org makes no guarantees about anything. Please thoroughly test all of the knowledge and code you find here before you attempt to use them in your production environment.
Code / Description
This API contains a form with all the C-API functions that I know.
With this form you can modify all the propertys of the database, flags, sign the database, sign agents, create views, modify the icon , the document of use, about, hide the databse, etc. ...
This version is in spanish language.
I need some colaborations to create the new functions and correct the errors of this version, and translate the form to English language. Please, contact with me: raulpelaez@walla.com.
Special thanks to the creators of the class DBPropertys and DBDesign.
Usage / Example
Code Attachments
Comments
Posted by Weber Leou on 07/12/2005 04:22:06 AMHow to remove the date time settings of Replication Setting?
Can you remove or reset the "Only replicate incoming documents saved or modified after" date time settings (the third one) in [Other section] of [Replication Setting]?
Because we found some mailboxes refuse to refresh template because of this wrong date time settings in Replication Setting! And the adminitrator said if he clear that date time stamp, then it will refresh design!
I hope you may translate it to English version soon! Thank you!
Posted by Raul Pelaez on 07/12/2005 02:19:15 PMYes, it is posible
You must do an agent with this code, to remove the date time setting:
Dim session As New NotesSession
Dim db As NotesDatabase
Dim rep As NotesReplication
Set db = session.CurrentDatabase
Set rep = db.ReplicationInfo
rep.cutoffdelete = True
rep.cutoffdelete = False
Call rep.save()
Messagebox rep.CutOffDate
Please! help me in the translation of the project!
My best thanks!
Posted by Raul Pelaez on 07/12/2005 02:19:24 PM
Posted by Weber Leou on 07/13/2005 10:54:34 PMRemove the [Only replicate incoming documents saved or modified after] date time setting
The 'rep.cutoffdelete = True' and 'rep.cutoffdelete = False' do the trick. It works!
Thank you very much for your help!
Sorry, I can'nt read the spenish.
Posted by Josep Alemany on 12/15/2005 03:10:59 AMcolaboration
Raul Pelaez, I have read you need some help. I sent you some mails but the server returns me. I think I can help you with this project. I'm spanish too. Contact me at this mail address: j.alemany@ono.com.
Best Regards.
Posted by Jerry Carter on 03/07/2006 03:06:16 PMEnglish Translation
I can work on this. I'm not fluent in Spanish but I have an understanding of the grammar and should be able to do a fair job sing free translation tools. I'll post a link if I get something respectable wrapped up.
Posted by Raul Pelaez on 03/27/2008 10:23:01 AMCongratulations to the Jerry translation of the DB
Thanks Jerry!!
The translation to English of the API is in this URL:
http://www.openntf.com/Projects/codebin/codebin.nsf/CodeBySubType/1AE433192E2B9ECE862571310007FE96?open&login
Posted by Raul Pelaez on 03/27/2008 10:26:42 AMMi new mail
To contact with me send a mail to e6967712@hotmail.com
Thanks
Raul Pelaez