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
2 answers

XPages - displaying attachments in read mode

I have an XPage with a File Upload control and a Rich Text control. After I upload an attachment and save the document, I am unable to see the attachment after the document has been opened in read mode.
user1358852
1
vote
2 answers

Lotus Notes: Public symbol is declared in another module:

I was gonna transfer my code from button to agent, but when I put this on my declarations: Dim s As NotesSession Dim db As NotesDatabase Dim doc As NotesDocument Dim view As NotesView Dim coll As NotesDocumentCollection Dim item As NotesItem Dim…
drayl
  • 261
  • 2
  • 8
  • 21
1
vote
2 answers

upgrade Lotus notes to IBM Notes 8.0 or 8.5

We are having Lotus notes 4.5 database. We want to upgrade it to IBM Notes 8.0 or 8.5. Is it possible ? if yes, can you give the link or reference.
1
vote
1 answer

How do I get an attachment from a Lotus Notes email using VB.NET?

Is there something like doc.GETITEMVALUE("Attachment")(0)? Also, I can't find any documentation for the Domino API. Does anyone have a good resource for this?
Lee Warner
  • 2,543
  • 4
  • 30
  • 45
1
vote
2 answers

Closing a web page after submit

I want to close a document after someone has updated it. I tried the following javascript in the submit button: document.forms[0].submit(); window.close() But the web-query-save agent doesn't fire then. But if I comment out the 'close', the WQS…
Clem
  • 395
  • 1
  • 13
1
vote
1 answer

Lotus Notes, button click attach file instead attach file from menu

How to call attach file with button click instead of attach via File-> Attach? I had search through google and can't seen to find a way to make it, is it possible to attach via button click?
Se0ng11
  • 2,303
  • 2
  • 26
  • 45
1
vote
1 answer

Xpage doesn't load dijit.Dialog css

In Lotus Notes Designer 8.5.2, When creating a new xpage with a dijit dialog, the css doesn't show up. How would I fix this? Here's the code:
rfk
  • 123
  • 6
1
vote
1 answer

How to modify the webservice provider output format from xml to JSON in Lotus notes 8.5?

Greetings! I am writing a provider webservice (using WS provider designelements) in lotus notes 8.5. Presently it outputs the data in xml format. But the Webservice consuming system is accessible through mobile browser and needs the output in JSON…
1
vote
1 answer

Lotus NotesSQL driver without a local Notes DB

I do not have Lotus Notes installed on my machine. There is a Notes DB that is present on a shared drive that I have access to. I installed NotesSQL driver 8.5.1 on Win 7 32bit machine. During the installation, the first message was something like…
david michell
  • 81
  • 2
  • 12
1
vote
1 answer

"Document has been modified or corrupted since signed! (data)" Message

I'm running an agent which modifies view column title (using NotesViewColumn class). Everything is fine until I open the modified view, in the status bar below it says "document has been modified or corrupted since signed! (data)". Any suggestion on…
Jericho Swain
  • 41
  • 1
  • 5
1
vote
1 answer

Check whether user has edit right on another lotusCalendar

I am actually coding in JAVA and got some problems when a particular user is trying to update/ delete an entry an another user's lotus Calendar. There are two users userA and userB. userA has only "read" rights on the calendar of userB. As a matter…
user2002713
  • 11
  • 1
  • 3
1
vote
1 answer

Domino 9 Dojo mobile 1.8 not supporting in Firefox in Android

I am unable to preview my sample mobile page in Firefox on Android which has been developed using notes 9. Seems Dojo 1.8 not compatible with Mozilla in Android. I did the same logic using Dojo 1.8.3. It works fine in iPad and Blackberry, but not…
1
vote
1 answer

Picture download from url via lotus script

I want to download one picture from url to my Lotus Notes application. I can get text field from url, but image is difficult. I try to put pic to a rich text field, but it doesn't work. Any idea?
HuMaN
  • 55
  • 1
  • 7
1
vote
2 answers

How to import Microsoft Office constants (msoTrue, ppLayoutText...) into LotusScript?

I am trying to programmatically make a PowerPoint presentation from the contents of a Lotus Notes document. This is relatively straight-forward using CreateObject("Powerpoint.Application") but I fail to find a way to access the various constants…
Anders Lindahl
  • 41,582
  • 9
  • 89
  • 93
1
vote
1 answer

Lotus Notes 7 - Difference between two days ( excluding the weekend days ) in days

I want to determine the number of days between two date/time fields : Start and Stop, but excluding the weekend days. So if Start = let say some date on Friday and Stop = the next Monday => the difference is TWO I will appreciate any help PS : I…
Florin M.
  • 2,159
  • 4
  • 39
  • 97