Tag for programming questions related to Lotus Notes & Domino
0
votes
1answer
32 views
How to set width on this javascript button?
in the html i have this call to a java script function:
<span class="lotusBtn lotusBtnAction">
<a dojoType="quickr.widgets.menu.placeActionsMenu" ...
0
votes
0answers
15 views
checkboxes are not rendered to pdf
I'm using pd4ml in a Lotus Notes Java agent. I imported all jar files and xsl file into the agent. No problem getting xsl file. I don't have any problem creating html. My problem is in the process of ...
0
votes
2answers
23 views
Lotus Notes Agents - Auto Reply only to internet email
I've created a simple agent for one of our mail-in db. This agents sends a reply to the sender.
However, I want to put a condition where in internal emails(internal email example - suman ...
1
vote
3answers
38 views
Extracting attachments from two rich text fields in a document
I am extracting attachments in a document to user's local machine using LotusScript. The document has two rich text fields Body1 and Body2 and many a times only one of them has an attachment in it. I ...
0
votes
0answers
21 views
Opening document in client preview pane crashes Lotus Notes. Anyone seen this?
The problem I am about to describe has been going on since we upgraded from 8.5.2 to 8.5.3.
We have a simple required reading program that routes documents to be read and has a button that allows ...
0
votes
5answers
41 views
Display image in notes form from another database
In a traditional notes form, I want to compute an image dynamically. Image is in another database's image resource in the same server.
I have tried using pass thru HTML by computing the URL in ...
-1
votes
0answers
29 views
encryption key goes missing in lotus notes [closed]
One of my friends faces this weird issue. Whenever she tries to import a key and then goes back and tries to encrypt a document, she gets an error "Cannot encrypt notesdocument when instantiated by ...
2
votes
1answer
32 views
Domino.NotesDocumentCollection - what order are the items in the collection in?
I'm maintaining a legacy VB6 app that processes messages from Lotus Notes databases. From an instance of NotesDatabase, we obtain a NotesDocumentCollection and loop through the messages thusly:
Set ...
1
vote
2answers
28 views
Does Lotus Notes support AMQP or JMS?
To be honest, I have no clue what these are. I know they are some sort of messaging protocols, but that's about it. A manager in my organization wants to know, so I'm asking. Any help would be ...
1
vote
3answers
57 views
How to open a classical Notes document in a new client tab, triggered by a XPage
I have to implement the following request, but all my tries failed:
If you click on a button/link in a XPage (XPiNC), a classic Notes-Document shall be created in another Notes Database. This new ...
0
votes
3answers
52 views
Type mismatch error while reading lotus notes document in vb6
Am trying to read the lotus notes document using VB6.I can able to read the values of the but suddenly type mismatch error is throwed.When i reintialise the vb6 variable it works but stops after ...
0
votes
2answers
55 views
Message displaying - asking if want to save document - shouldn't display written in Lotusscript for lotus Notes
I have a form that has an approve and deny button. These buttons will only display when the document is in edit mode.
The document will have the status of "Awaiting Manager Approval" and the user ...
1
vote
2answers
42 views
What is the access for this user?
A user is added to 2 different groups. 1 group is provided author access and another group is provided with editor access. First group has user role 'A' and second group has user role ' A,B'. What is ...
0
votes
2answers
37 views
embed image into mail body using access vba
I am currently using the code below to send out mails from access with an attachment. But i searched everywhere with no luck for a sokution to get the attachment embeded into the mail body itself. ...
0
votes
4answers
45 views
User not able to edit a Lotus form
A user is not able to edit a form. The user had editor access and i've tried to replicate the issue using a test user and providing the same access as the user, but to no avail. I came across a link ...
0
votes
1answer
70 views
Open new database in tab from xpages
Im trying to open a database from my server javascript in xpages, but cant seem to get it right
var session:NotesSession;
//var session = getSession();
agentContext:NotesAgentContext = ...
0
votes
2answers
71 views
Calling script library in agent and button
I want to use the following script library in button and also in agent.
My script library code:Validate
Option Public
Option Declare
Dim Sess As NotesSession
Dim currentDb As NotesDatabase
Dim ...
-2
votes
0answers
7 views
Is it possible to add another inbox in lotus notes 7 that already has an inbox [migrated]
Hi guyzz what i really want to is, is it really possible to add another inbox in lotus notes 7 that already has an inbox?What i mean is 2 inboxen in lotus notes. ahh yes i'm using lotus notes 7.
-3
votes
1answer
111 views
Extracting a specific value from a view. (javascript)
I have a custom control with edit boxes populated by data from a view when clicking on button1. This button1 extracts the data from the view via this code.
var vw = database.getView('BrowserStats');
...
0
votes
2answers
58 views
LotusScript View ColumnValues dealing with embedded arrays
When working with LotusScript to access the ColumnValues (a variant array of values accessed via a NotesDocument or NotesViewEntry) some of the array elements may contain embedded arrays within one or ...
0
votes
1answer
49 views
Cancel recurring meeting in lotus notes programatically
I used ApptUNID to find the parent document. Using this document reference, I have created a child document and set the NoticeType field to C and the document is sent to all participants. By doing ...
1
vote
2answers
45 views
Do Access Control Sections Need an Authors Field Too?
I've been a Notes developer for years but never used an Access Control Section on a Form.
I want to give (web) users (with the right [role]) access to edit only one field on a document. I'm assuming ...
1
vote
3answers
84 views
Query is not understandable - using field Fulltext search [Tags] = “foo”
I have a problem that only happens rarely with FT search. but once it happens it stays. I use the following search term in the FT search box in Lotus Notes
[Tags] = "foo"
in most application this ...
-1
votes
0answers
21 views
ScheduledExecutorService in a Domino/Lotus Notes environment
Has anyone successfully implemented a Java ScheduledExecutionService implementation in Domino?
I have a Domino WebService and I am trying to periodically load some data in memory (a java object holds ...
1
vote
1answer
45 views
Exporting Chinese characters to CSV file results in it being converted to question marks
We are exporting Lotus Notes documents to CSV file. Some of the field have Chinese characters in them. They are visible in Lotus Notes (though I don't understand them) but when we export them to CSV ...
0
votes
1answer
74 views
Cannot Extract Images from Lotus Notes using Java API
I am working on a Data extract from a Lotus Notes Application. It stores legal documents which may have attachments and images (not mails). I want to convert notes documents to HTML. While importing ...
0
votes
2answers
59 views
Lotus Notes : Insert date value in Lotus Notes form using java agent
I am trying to upload the data from a delimited text file to the lotus notes form using java agent. The issue arises when I try to insert the date value to the notes document. After insert when i use ...
1
vote
3answers
92 views
Notes 9, rewriting URLs
How do you rewrite a URL in Notes 9 XPages.
Let's say I have:
www.example.com/myapp.nsf/page-name
How do I get rid of that .nsf part:
www.example.com/page-name
I don't want to do lots of manual ...
0
votes
1answer
73 views
Can I access Lotus Notes' database?
This is my first time working with Lotus notes so I only know how to use it. I am also a developer so I know a bit about databases. Currently I receive requests for adding users to AD accounts or ...
0
votes
1answer
78 views
Lotus Notes: Formula: 24 hour Time Format Display
I have a computed field that serves as "reference number" by combining date and time. But, the problem is the time format, it displays AM/PM, I need to make it as military time format or 24hr format. ...
1
vote
2answers
60 views
LotusScript: Saving on read mode on Audit Trail
I have a audit trail that records two fields. I just want to ask if its possible to save changes in audit trail while on read mode? My code doesn't record anything while on read mode. Can you help me ...
1
vote
1answer
58 views
Lotus Notes Agent to forward an email on a button press
I would like to add a butoon to the toolbar in Lotus Notes that performs the following actions when clicked on:
Forward the selected email (in preview pane), cc'ing the sender of the original email, ...
1
vote
2answers
78 views
Console Hang when Incorrect UserID Password Entered to Lotus Notes Client with Java
I am writing a standalone Java application which talks to a Lotus Notes client using notes.jar. The application doesn't have access to a Domino server which is why I'm using the Lotus Notes client.
...
-1
votes
1answer
35 views
Lotus Notes configuration [closed]
I am new to lotus notes and facing one issue. For scrolling in any of the sections of the Notes window(ex: section that shows Inbox,drafts folders;section that shows mails in my inbox; section that ...
1
vote
1answer
91 views
LotusScript: Moving multiple documents in a folder
I have a button "Move Document", supposedly it should move selected document to another folder. I used PutAllInFolder but it only copies the document to "Move Document" folder. Is there another method ...
0
votes
1answer
35 views
Proxy errors when trying to connect to Bitbucket from MercurialEclipse in Domino Designer
If I try to push my changes to the remote Bitbucket repository, using the url they provide for the repo, over https, I get the following:
comparing with https://url-of-bickbucket.org abort: ...
1
vote
1answer
109 views
LotusScript cannot get file attachment from email
I had never run into this problem, but I cannot get a handle on a file attachment on an email. I have code that can either search the document for Embedded Objects or search a field for Embedded ...
-2
votes
0answers
32 views
how to change the behaviour of lotus note with ics
I am working on an iCalendar file with Perl in order to feed the Lotus Notes calendar, and it works now. But there are odd behaviours. When the feed is clicked, it can only be viewed, not opened, as ...
0
votes
1answer
29 views
Translating Lotus Notes non-Mail design possible with convert?
If not, does anyone know of another tool that can do this? Or do I need to learn German and Portuguese to do my migration from Notes to MOSS? Thanks in advance.
0
votes
3answers
60 views
To handle 12000, agency codes in drop-down in Lotus Notes
I have a field in which I want to show a drop-down which contains almost 12,000 agency codes, I am little worried about the performance of Lotus Client, I have thought of creating a configuration view ...
0
votes
1answer
131 views
Lotus Notes Domino changing computed field value when selecting on dialog list
I have a dialog list which contain "New Request" and "Edit Request", and a computed field which displays the list of available options when either "New Request" and "Edit Request" is selected. I can't ...
0
votes
0answers
66 views
Lotus Notes - Java UI - Eclipse plugin
Can a sidebar plugin use an actionlistener (or something else) to determine when the actionbar button 'save and send invitations' is pressed (within a new calendar entry for example)?
If so, can it ...
0
votes
1answer
86 views
Choices for combobox in a repeat
I've got a view that contains documents with various questions I want answered about Purchase Orders.
Using a repeat, I list all the questions. There are a few different kinds of questions, so I only ...
1
vote
3answers
79 views
Select documents from the last 7 days
I have a view selection formula:
Var :=@If(@IsAvailable(ENVIADO); @If(ENVIADO != "Sim"; "Valido";"");"Valido");
SELECT ...
0
votes
1answer
18 views
How do I set preferences for a plugin running in IBM Notes
I have written a plugin for IBM Notes - a sitebar plugin.
Using policies I am can get my plugin out to the end user, but have do a push the preferences?
In the extension.xml there is a node called ...
0
votes
1answer
58 views
How to capture “send mail” in plugin for IBM Lotus notes
Here is what I am trying to do:
Add a special button to attach files to Notes "New message" window. If files were attached using this button, when email sent, they should be uploaded to the server and ...
0
votes
3answers
86 views
Can you Sign The agents in a database programmatically?
Is there a way to programmatically sign the agents in a database? I'd like to use a run on server agent to sign the agents of a database that I pass it. I'd like to do this using LotusScript or an ...
0
votes
0answers
41 views
Differences between 8.0 and 8.5.3 notes.jar..?
I am looking for differences between the 8.0 and 8.5.3 notes.jar.The changes that i'm looking for is with context to API's for move operations..I looked on the net but couldn't find any material that ...
1
vote
2answers
67 views
Notes app performance hit
We recently switch to 8.5 server. We have also a quite complex application that is coming from V4.5 and was simply copied to new server versions without any issues.
But now in 8.5 we experience a ...
0
votes
0answers
33 views
Lotus archive file doesn't exist [closed]
I have an existing user who cannot currently archive in Lotus Notes 8.5
She is set up to the correct settings as everyone else, with the archive folder being located on a server, but her archiving ...



