Questions tagged [lotus-notes]

Tag for programming questions related to Lotus Notes & Domino

It is appropriate to also include specific language tags when asking questions about communicating with Lotus Notes from those languages, for example using .NET or VBA to send an email, or to pull data from SQL into Notes.

3497 questions
1
vote
1 answer

Lotus @command scripts for Reply/Reply All without attachment(s)

I frequently use the "Reply with History without Attachment(s)" and "Reply to All with History without Attachment(s)" in Lotus Notes, and want to create buttons on the toolbar for these. Can anybody help with the @Command script for this? I have…
lost_cause
  • 23
  • 5
1
vote
1 answer

connecting to Lotus notes through C#

I am trying to connect to Lotus notes through C#. For this i am using below code NotesSession ns = new Domino.NotesSession(); ns.Initialize(); i am getting "The system cannot find the file specified." error while initializing session, if i have…
Jayakishor
  • 15
  • 1
  • 5
1
vote
3 answers

Open a new email windows containing an attachment

In our app we want the user to be able to send an email containing a PDF-attachment to a client. However, our users use both Notes and Outlook (and probably other clients as well), so we don't want to use any internal mailing libraries. What would…
Christian Wattengård
  • 5,543
  • 5
  • 30
  • 43
1
vote
3 answers

How to import two cc both contain compositeData?

I do not know that the question is right? Please do not take it your mind if it is crazy. Actually I am working on xpages application. There I need to do two things, that I want to add the picklist functionality and binding the dynamic data like…
Ramkumar
  • 874
  • 11
  • 27
1
vote
3 answers

Using Lotus from VBA, how to import rich text items to a new session?

I have a VBA function that initializes a lotus notes session, creates a document and mails it. It also accepts as an optional parameter a NotesRichTextItem which I append to the body of the email. However, I am getting the error message "All…
PowerUser
  • 11,583
  • 20
  • 64
  • 98
1
vote
1 answer

Why is my php mail not being received?

I have a simple form and I'm attempting to have an email sent upon submission. I'm running XP Pro (this is a side project at work, not my pc) so I have IIS up and running, I have Lotus Notes client 6.5 installed. I've configured my php.ini files as…
user1722138
1
vote
2 answers

Convert PDF OLE objects back to file (attachments) in Lotus Notes?

I have a database with tons of PDF documents embedded as OLE objects in Notes RichText fields. Those are not compatible with XPages, so I need to convert the OLE objects into file(attachment)s. How can I do that in an automatic fashion (I know that…
stwissel
  • 20,110
  • 6
  • 54
  • 101
1
vote
4 answers

VB, VB.NET, Lotus Script: Script to copy address entries

I am looking for the possibility to copy all (backup) my address book entries into plain text, or CSV, or XLS from Lotus Notes mail client. My aim is to later copy these details into Outlook. Is it possible. I haven't done lotus scripting before.…
Guru
  • 2,331
  • 6
  • 31
  • 48
1
vote
1 answer

How to open 2 instances of Lotus Notes using a VB Script

I am having to connect to 1 mail server via LAN for my internal work and to a second mail server outside of my LAN but through a VPN connection in order to do my work as well as both sides of this has information that I cannot access from my LAN. I…
Doug Sans
1
vote
2 answers

Set Default Directory for Lotus Notes File Upload Control

I have a lotus notes web form in which computer-illiterate customers will use to attach Excel files and submit them to our company. I am using a Lotus Notes File Upload Control to allow them to do this, however, I need to default this File Upload…
user1546315
  • 683
  • 5
  • 16
  • 27
1
vote
1 answer

How do I refresh a webpage widget

I have created a webpage widget from an external website in Lotus Notes and added it to a composite application. this works great. but how do I refresh the page to see new content. there is not options menu choice for refresh and the widget…
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62
1
vote
1 answer

Managed browser in Lotus Notes 8.5.3 is IE7?

I am using the managed browser in Lotus Notes in a composite application. Even though I have IE 9 installed on my machine it looks like the default webbrowser used by the managed browser is Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64;…
1
vote
0 answers

Dragging from one view to another in a frameset does not execute PostDragDrop

I have two side-by-side views in a frameset, one outline view and one calendar view. On the calendar view, I can drag between dates, my code perfectly executing. However, when I try to drag from my outline view onto a date on the calendar view, the…
1
vote
5 answers

How do I delete the 32k errored document?

I am having some documents. If I try to open the document then it shows error like "field is too large 32k or view's column & selection formulas are too large" Whenever I try to delete the document, I am getting the same error. I am not able to…
Ramkumar
  • 874
  • 11
  • 27
1
vote
1 answer

How can I get first entry from a view using LotusNotes formula?

I have a view containing 2 columns: Name and Phone. The view name is vwOrder. Using Lotus @Formulas, how can I get the first entry ( first value for Phone ) that exists in this view?