Lotus Notes Diff Tool
Is there any diff tool for Lotus Notes which allows to compare scripts, design elements and documents? ...
Is there any diff tool for Lotus Notes which allows to compare scripts, design elements and documents? ...
Hi, I have a working Lotus Notes agent. Running on LN 7. My agent runs every 5 minutes, and it sends some mails whenever it finds some specific records on an Microsoft SQL (2005) table. It usually works ok, but recently it stopped working -more than once now- and won't restart again until the Notes Server is restarted or the Notes admi...
Hi, I am a newbie in lotusscript. We have a legacy lotus notes/domino system. We need to migrate the data from lotus notes to oracle. Lotus domino's data model is entirely different than that of oracle's data model. So, we are creating a relational table per Lotus notes form. I can access the views programmaticaly using lotusscript....
Possible Duplicate: How to get the underlying view of a form using lotusscript Hi, Can anyone give me a code snippet of lotusscript which can export form data with attachment? I failed to export the data to excel using ODBC connection. Thanks in advance. ...
I've got a Perl/DBI program that needs to connect to a Lotus Notes database. With NotesSQL installed, the program works, but keeps prompting me for a Notes password. Is there any way to pass the Notes ID and password programmatically? I'm using ActiveState Perl 5.8.8, Notes 8.5, and NotesSQL 8.0. ...
Hi, I was wondering if anybody knew how to send a fax programmatically using the Lotus Notes API for .NET. I have used the Domino namespace to get emails from the Lotus email server. But now I'm wondering if I can fax using the Domino namespace. This guy makes it seem possible, but does not really give me an idea how to do it. http:...
Hi Does Lotus notes client be running or opened in the background to send emails using Lotus Notes with .Net? I am working on a task where my .net application should send emails using Lotus Notes client ( NOT SMTP) with .NET using Dominos.dll. I am able to send mails also. But the problem comes when i close my Lotus Notes mail client ...
I am working on a task where my .net application should send emails using Lotus Notes client ( NOT SMTP) with .NET using Dominos.dll. I am able to send mails also. But the problem comes when i close my Lotus Notes mail client and try to run my application which does not deliver mails. Reason, i think they were being stored in "Outgoing m...
I want to send email using SMTP client uiing microsft.net with C# as programming language. But for the emails sent through SMTP client, can we add security features like "no forwarding" or "no copying" etc. I dont want recipients of the email to forward or copy the content of the email. ...
My Lotus Notes document has a rich text item that stores an attachment. I want to edit the attachment and after this to save the attachment back to the Lotus Notes document. This is the script that launches the attachment: @Command([EditGotoField];"Attachment"); @Command([EditSelectAll]); @Command([AttachmentLaunch]); @Command([EditDe...
Hi everyone, I'm attempting to automatically forward mail that lands in a mail-box. I should be able to accomplish this by setting up a rule as follows: WHEN All documents THEN send full copy to [address]. The rule is enabled but nothing sends. Mail showing as being forwarded however (and the email address is definitely correct). Doe...
Hi, Lotus notes C APIs are powerful. Is Java APIs provide the same functionality? For example if I have to create a agent using Java APIs can that be achieved? I have seen C API implementation, but I couldn't find Java APIs. Any thoughts on this will be helpful. Thanks & Regards, Srinivas ...
Hi, I'm trying to figure out how to send an email using the Lotus Notes COM object provided in .NET. It seems easy, but I keep getting the error message "NSD Is Running". I'm testing the app on the machine that has lotus notes installed on it. Lotus notes does work on that machine. I close the Lotus note client on that machine, befor...
Hi, How to create and add an Agent to an existing database using a Standalone java application. I am trying the option of importing it through DXL as mentioned in this article ,but no luck. Is there any way to achieve this? Any help or links will be very much appreciated. Code DxlImporter importer = session.createDxlImporter(); ...
Hi ! I'd like to open a new email page, in Lotus Notes (I know I know, I hate it too...) from a WinForm (.NET) application. Right now, I have found this that uses Interop.Domino.dll very useful. I adapted it a little and it works. Unfortunately, I don't want the email to be sent. I just need to open a new mail window with the body I giv...
Hi, I have some NotesDocument where some RichText fields have both text and inline images. I can get text part of that items but can't retrieve inline images using lotusscript. Could any one please suggest me a way to retrieve inline images from that documents. LotusScript code: Sub Click(Source As Button) Dim session As New NotesS...
Hi Folks, I am using unprocessed document so that it will run on selected document only , but after selection its looking for column values in a view to export document to excel . I am using the below code its working fine but my first document is always displaying in last after all other exported documents in excel sheet . Any idea wha...
Hi! I am going to take the LOT-952: IBM Lotus Notes Domino 8.5 Application Development Foundation Skills certification test. Which book should I read? URL to the certification: http://www-03.ibm.com/certify/tests/ovrL952.shtml ...
Hi All, I copy pasted some document from production server db to Dev server db , but when I tried to open any of these document then its giving error like ...The server with this database is no longer responding , should notes switch to a replica or another server ...whether old documents are opening fine in the Dev database. Any sugges...