When sending email to multiple addressees and receiving answers which are again sent to many users, this creates a large amount of redundant information. Is there any LotusScript code that I could use to compare a number of marked messages with a defined "master message" (usually the newest) and...
We have a Lotus Notes database where the documents have doclinks for the archive database. I've converted Lotus wordpro attachments to Microsoft Word and placed them back in the new archive database. Can any one help me in writing some LotusScript which will re-establish the doclinks in the new...
Is there any LotusScript I can use to select a document from a Lotus Notes Domino database?
What is the best way to retrieve attached files within a rich-text field from a Lotus Notes document and subsequentlymove it to a rich-text field in another document?
I apologize for this question but I'm relatively new to Lotus Notes Domino. My question is this: I want to modify the WPDefaultBasic.form but I dont know where I should start. Where should I go to get the information to learn how to modify these forms? Or does anyone have any suggestions as to what...
Anyone have a lotusscript to copy attachments to a folder? Also need to extract to excel a view but right now i think i can handle that with NotesSQL ODBC. The attachments part is buging me the most. This is not a mail system.... We have a database setup for document approvals. Lotus Domino 6.5
How to monitor the following task using lotusscript/formula language. 1. Availability Index 2. Router Task Status 3. SMTP Task status 4. IMAP Task Status 5. POP3 Task Status 6. HTTP Task Status 7. LDAP Task Status 8. Cluster Replicator Status 9. Mail Queue Length 10. Mail Services Status 11. Mail...
I am having to restore data (alot of it!). I am doing this in stages due to the volume of data I'm dealing with. I'd like to copy the docs from the backup copy (made via replica) to the production database while retaining the unique document id. I know I've seen code for this, and relatively...
I am building a web page where a user enters a network Drive letter (i.e. C: or D: or H:) and path, and when that user "Submits," I want the Domino agent to mimic the following client LotusScript code: '***Begin Code**************** fileName$ = Dir$(pathName$, 0) Do While fileName$ <> "" ...
When a user tires to access his mailfile he get the following error "lotus script error - out of memory"..But mailfile is working fine on server copy..Please any one assist for this erro
Greetings! I am brand new as a Notes Domino developer with very little programming background. That said, I have a customer that has asked me to create an agent to check the claim forms submitted in the past 24 hours (date Range). If a claim form is found to have no action taken in that 24 hour...
Hi, Can you please provide me with the exact code to get the client version.
HI, I am running an agent that updates my RSS feeds. When I run it locally it runs fine but when I schedule it to run on our server it doesn't retrueve anything from the Web, help! CODE Sub GetnUpdateFeed(Document As NotesDocument) On Error Goto errGetnUpdateFeed Dim strtext As String Dim...
We have Bookmark set as the default opening page in Notes. What I'm trying to do is redirect the embedded frameset -Welcome- frameset depending on the users current location. So in the db opening script I am writing to the registery the users current location. If the location is not Office I am...
If I use the normal search bar in a database, the search terms are highlighted in the returned documents. When I use the FTSearch method in an agent, returned documents do not have highlighted search terms, even if I check off the setting in the Agent properties to "Store highlights in documents."...
I'm building an application (-agent actually-) which should take the attachment of the received mail document and create a new document holding this attachment (usually pdf file) as OLE object. I have all bits and pieces ready except taking the attachment from inbound maildoc and attaching it to...
Hi! Idea is very simple, click on Action Button (code must be in LotusScript) when opened LN document, and then by clicking this Action Button all LN document data exports/converts/migrates on OpenOffice Writer document. Can anyone know how to do that? Tnx ;)
1)What is the difference between Lotus Notes Classes and Lotus Notes Scriptting?? 2)how to create connection button on local domino server so that other Lotus Clietn may be able to access the particular form on the local server??


