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

xPage as Welcome Page

I am trying to setup xPage as Welcome page for notes client and to be deployed via policies. Only issue it opens up 2 window, one which is Bookmarks.nsf frameset and second one is the xPage. Tried many different ways to close frameset, but some…
1
vote
1 answer

Acces backend classes of lotus notes in vb.net

I need to access the backend classes of Lotus Notes from a vb.net Application. Actualy I want to get the COM interface. I could easely do it in c++: ... NOTESSESSIONPtr itfNotesP; NOTESDATABASEPtr itfDatabaseP; ... try { hrNotesSession =…
Xavier Huppé
  • 544
  • 1
  • 4
  • 17
1
vote
0 answers

LotusNotes NotesStream to byte array /

I want to read the content of a NotesStream object (COM reference) without using the file system. Thus my intension was to transfer the content into a .NET byte array. My examples are in VB.net because we needed late binding at that time. The only…
Andreas Grimm
  • 195
  • 1
  • 7
1
vote
2 answers

How to keep autocomplete event active on Xpages

I've an xpages in which i set some fields to filter documents, with an autocomplete in one of these. At the end, a button make a pdf based on this query fields (onClick action), and the pdf is presented to be saved or open. Ad this point,…
Andrea Baglioni
  • 303
  • 1
  • 2
  • 20
1
vote
1 answer

Notes database to MySQL (with CF?) / or how to get the NSF-datastructure

I have a commercial ColdFusion application, running on a MySQL database. A possible new client has approached me, they have been working in a Lotus Notes environment (and their own database) for many years now. Ofcourse they want to migrate their…
Bart B
  • 161
  • 10
1
vote
1 answer

Number of Notes.ini variable in each release?

Can any one tell me the exact list of Notes.ini variables for every notes/domino release ? Got a list based on the category when i searched in Google. Link
Mythli
  • 97
  • 1
  • 2
  • 13
1
vote
1 answer

Encrypting and Decrypting NSF file using C#

I want to Check whether a NSF file is Encrypted or not (using C#). And if it Encrypted i want to Decrypt those NSF Files and Save them on different path. Currently i am using " Domino.dll".
Preeti
  • 1,386
  • 8
  • 57
  • 112
1
vote
1 answer

Lotus Notes Domino Getting Date Difference

I have made a code using lotusscript that would calculate the time difference between the two fields, now I want to calculate the difference between dates. I've pretty much started lotusscripting and I still got a minimum knowledge about it. Hope…
drayl
  • 261
  • 2
  • 8
  • 21
1
vote
2 answers

Lotus notes Button Script for Multiple Calendar entry

This is my script. I wanted to have 2 dates and time in this script, so when some one clicks on the button there should be two entries in recipient calendar i would really appreciate any help on this issue. Sub Click(Source As Button) Dim s As…
1
vote
3 answers

Move Database To Another Folder

How can I relocate database from one folder to another on the same server while the server is running?
Hassan Voyeau
  • 3,383
  • 4
  • 22
  • 24
1
vote
3 answers

Get current opened document

I'm trying to figure out how to get the currently opened document on Lotus Notes through C#, but I cannot. Even though I researched half a day on Google, I couldn't find anything useful. With my code I get the view I want, the database I want, etc,…
peterpeterson
  • 1,315
  • 2
  • 14
  • 38
1
vote
1 answer

@SetViewInfo - Issue when clearing filter

I have a problem that have me stumped. I have been searching for a solution, but haven't found a working one yet. The solutions I seen introduces other issues. Here is the scenario: I have a frameset with two frames: 'Navigator' and 'Main'. In the…
Karl-Henry Martinsson
  • 2,770
  • 15
  • 25
1
vote
1 answer

Can' call XSP functions in XPINC

I try to call XSP._isDirty() for XPINC but it does not work. In the browser everything works fine. Is there a trick how i can use it. Is there a way how i can see clientside errors when i'm executing XPages in the Notesclient?
Pudelduscher
  • 359
  • 3
  • 18
1
vote
1 answer

Powershell & Lotus Notes - change output of While Loop from Text to XML Output

I am running a Powershell script against a view on a Lotus Notes server. It currently produces output in the manner that follows: UserID|Name|Internet Address user1|John Smith|john.smith@mycompany.com user2|Joe…
steve_o
  • 1,243
  • 6
  • 34
  • 60
1
vote
1 answer

Xpage Style Not getting Applied on Lotus Notes Client

Location document of the ID using lotus client uses IE (Internet Explorer) as browser. An Xpage with styles applied for Table cell and Tabs (for tabbed panel) works when Xpage is opened on IE. However when same Xpage is opened on Lotus Notes client,…
prasad katankot
  • 157
  • 1
  • 14