Tag for programming questions related to Lotus Notes & Domino
0
votes
0answers
92 views
How to Import Excel table to Lotus Notes View
I have a Excel table with many customers and I like to import this to a Lotus Notes view.
I have created a form with fields with the same name as the columns in Excel, and a view with the same fields ...
0
votes
2answers
147 views
How to copy formatted Richtext into a Word document using Lotusscript and/or VBA?
It directly deals with this one: Cannot instanciate a NotesUIWorkspace from VBA (Word)
As the machines will have Win7 64 this old way isn't appropiate any more.
So how can I copy formatted text that ...
1
vote
3answers
75 views
Generating excel through HTML with the help of agent when MS-Office is not present on server
I have created an agent that generates an Excel document and sends it to specific users through mail. The Excel file generation is done at run time and as such I am not storing the file anywhere. ...
0
votes
1answer
91 views
Cannot instanciate a NotesUIWorkspace from VBA (Word)
The source situation: I have an Notes Application which uses MS Office 2000 under Windows XP. The new situation has to be MS Office 2010 under Windows 7. IBM Notes is 8.5.3FP3.
The old one uses a VBA ...
0
votes
2answers
121 views
XPage with computed CSS file
I am trying to implement an option for the user to set his own CSS in the front end.
I created an XPage like this:
<?xml version="1.0" encoding="UTF-8"?>
<xp:view ...
1
vote
2answers
95 views
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 ...
1
vote
1answer
74 views
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 ...
0
votes
0answers
21 views
What exactly causes this Notes error during plugin installation?
We create a plugin for Notes 8.5.2. The steps we use during the build are:
Start Eclipse.
Open the Workspace.
From the File menu, select Export.
From the Plug-in Development category, select ...
1
vote
0answers
61 views
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 ...
0
votes
1answer
73 views
Lotus notes agent runs slower in server compared to development PC
I have an attendance recording system that has 2 databases, one for current, another for archiving. The server processes attendance records, and puts records marked completed into the archive. There ...
0
votes
2answers
73 views
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 ...
0
votes
1answer
66 views
Password prompt in Roslyn CTP
I'm working with Roslyn CTP (VS2012) trying to develop a few programs for interfacing with our vendor's Lotus Notes system, and I'm running into a small problem. It's not a progress killer, but since ...
5
votes
4answers
161 views
Why is build time of local application affected by network?
Build time of XPages application containing several JARs, Java sources and ~50 XP/CC elements takes about minute to build on server via WAN. I have replicated application to local, build time dropped ...
0
votes
1answer
220 views
image not getting displaying with img tag in lotus notes?
i have my email body consisting below URL
<img src="http://10.210.162.79:8000/web/getImage.do?actionCode=2&imageId=1008"/>
but image is not displayed(it displayed as cross icon). I ...
0
votes
0answers
80 views
Creating Lotus Notes Appointment with Java
I was trying to generate a Lotus Notes Appointment using the Domino Java API DOMINGO. The appointment is created successfully in my local mail database and I was able to open it. But unfortunally ...
0
votes
0answers
81 views
Sending Recurring Meeting Invitation for Lotus Notes Users
I am trying to write a java code to send out a Recurring meeting invitation for Lotus Notes users. I have tried setting most of the document parameters for a Recurring meeting invitation (notice to ...
0
votes
0answers
81 views
Lotus Notes workspace.EditDocument cause auto document lock behave incorrect
When deal with attachment refresh problem
We always use the same approach close document and edit the same document again
By using auto document lock
I found that auto document lock can not work ...
2
votes
1answer
61 views
How to Access Underlying Document of a new Notes Email Before it is Saved
We have a Lotus Notes Plug-In, developed in Java. The current version of Notes we're supporting is 8.5.2.
This plug-in adds a button to the Notes UI. When the user clicks it, we present a window to ...
1
vote
1answer
49 views
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
0
votes
1answer
55 views
How to change checkbox label in Excel using Lotus Script?
i am having requirement to add checkbox in excel column dynamically .i have added using the below code generated by macro. But i not allowing me to check the label of that generated checkbox please ...
0
votes
2answers
229 views
Lotus Notes - Document does not shows in view BUT when i do a search it comes up
I have a Lotus Notes database in which a view shows up empty, BUT when i do a search (using basic notes search functionality), it returns some documents. How can this be possible? Also how to make ...
0
votes
1answer
51 views
Documents are locked randomly in Lotus Notes database
I have a legacy Lotus Notes application that starts to randomly lock a document even though no one is opening the document. So when someone tries to edit a document, Notes will say that 'the document ...
2
votes
2answers
115 views
How to add a Script Library to XPage Custom Java control
I am trying to develop my own Java Custom Control in XPage following the guide on IBM (LINK).
Everything works fine but now I want to do some client side JavaScript things where I want to use the ...
0
votes
1answer
56 views
getting position (x,y) , width and lenght of Lotus Notes window in vb.net
I'm trying to get the starting position (x,y), the width and the lenght of a Lotus Notes application window from a vb.net application.
so far, I've tried using Process to do the trick but I can't ...
0
votes
1answer
303 views
Lotus Notes View with multiline data Export to Excel
I need to export a lotus notes view to excel. The problem is, I have two columns in the view which displays multiple values with "New line" as the separator. I tried the inbuilt export function as ...
1
vote
1answer
87 views
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 ...
0
votes
1answer
100 views
Lotus Notes display documents have V2-Style Attachment in View
My Lotus Notes Client is R6.5
I have V2-Style Attachment problem
I would like to show those documents which contains V2-Style Attachment in View.
But I have no idea about how to write this View ...
0
votes
1answer
73 views
MIME body containing attachment image asks for password in SSO environment
Application sends memo to Notes users in MIME format. Content is generated from HTML rendering of RT Body field in background agent. Body contains attachment of type .LOG. Attachment image uses image ...
0
votes
1answer
59 views
Unexpected result when Lotus Notes agent is ran on the server
I have a Lotus Notes agent that search a database then return the result in Excel format. I got the correct result when I run the Agent using Trigger: On Event -> Action menu selection. But when I ...
0
votes
1answer
178 views
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 ...
0
votes
1answer
45 views
getDatabase without server paramter does not work on R8
I've got a script like this getDatabase("", "PATH/DATABASE.nsf") and it works on a Notes R7 client. But in the Notes R8 client it trys to get the database from local. Is there a database property or ...
0
votes
1answer
77 views
Moving documents between two views
I have created a view which contains some documents. I want to be able to click on the check box next to specific documents and move them to another view (or somehow display them on another page) and ...
0
votes
1answer
82 views
Disable select boxes on load if form is in read-only mode using Javascript [closed]
I have a Lotus Notes view with several documents, when I select a document, the document opens the form which has a embedded view in it, with select boxes. I want the select boxes to be seen when the ...
0
votes
1answer
75 views
How to insert footer dynamically in exported word document
I have Lotus Notes web application that exports data into Microsoft Word (Version 2003) document. Data will be more than 10 pages. Now I want to insert a footer to display some text on each page. ...
0
votes
1answer
140 views
Incorrect HTML formatting when sending email from PowerShell to Lotus Notes user
I am trying to send a report from Exchange Management Shell Exchange 2007. When I send this report to Outlook the email is formatting as expected, but when I send the email to Lotus it's losing the ...
1
vote
0answers
40 views
Show heap status in Domino Designer resets every time
Is there a way to make this setting stick?
Everytime I enter Domino Designer I need to enable this setting under Preferences-General.
It is set but the heap status is not shown. Need to disable and ...
1
vote
3answers
148 views
C# and Lotus Notes
I hope I can get some help on this. Everything I have found online about sending emails through lotus notes using C# is about automating the whole process, But I want to do something (i think) more ...
2
votes
1answer
244 views
What is the SQL Query Syntax to write to a Date/Time Data Field in MS Access from LotusScript?
I have a LotusScript (8.5.3) routine that writes Notes data from a view (8.5.3) to a Microsoft Access 2010 database using ODBC. I'm using an SQL statement similar to the one below to write the data. ...
2
votes
1answer
65 views
Read content from non xp:inputText field with ssjs
Is there a way to read a field with ssjs that is created via client side javascript (so is no xp:input field, it's a simple html input field wich is in the notes form-tag)?
I know i can send the value ...
0
votes
2answers
104 views
Xpages ACL validation from the XSP document level
Is it possible to validate the Xpage's ACL depending on the Source document's field value.
We need to make the Authors & Readers ability at XPage level (as per requirement I am not supposed to ...
1
vote
4answers
186 views
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 ...
0
votes
0answers
39 views
Lotus notes plugin to send a request to servlet on Apache server
I have a requirement where my lotus plugin (Java) to send a request(HTTP) to the servlet which is in Apache server. I tried URL.openConnection in Java native HTTP request. But no response. I am new to ...
0
votes
1answer
38 views
lotus notes section from bash text file
I would like to be able to send a mail from unix/bash using mailx and cat(
example:
cat testMailWithSection.txt | mailx -s "testMail" -r "sender@machine" "destination@company" &
however, it ...
0
votes
2answers
125 views
Java Agent:- Notes Error : JVM : Attempt to retrieve java agent attachments failed
I have got problem while working with Java agent in Notes client. I need to upload the file from particular path in Notes client memo form. I am using Java agent. It uses Alfresco's API to upload file ...
0
votes
3answers
70 views
Authenticate in Lotus Notes on localhost
This might sound a little complicated, but as I'm often working on my local databases in Lotus Notes I got the problem, that I can not authenticate. So I'm always working as Anonymous on my database.
...
0
votes
1answer
93 views
What version of IE is used in XPiNC?
You're supposed to be able to switch between the embedded browsers:
http://www.wissel.net/blog/d6plinks/SHWL-8M4KG2
But I can't get it to work. In my case if defaults to using Mozilla on Win7 - IBM ...
1
vote
2answers
196 views
Fail to open Database using java notes api
I am trying to use a java program to control my lotus notes locally to send email automatically for me. I have encountered the following issues when trying to get a database object.
try {
...
1
vote
2answers
182 views
Lotusscript search windows directory for subdirectories and files. Recursion?
I'm trying to write a LS agent to scan a directory in windows eg:'C:\' for any files and sub-directories. For each sub-directory, it will go inside and search for more files and sub-directories and ...
2
votes
2answers
305 views
Lotus Domino NotesSQL ODBC & SQL 2008 query
I'm trying to work at getting the same information from a couple different sources but have hit a wall in trying to use NotesSQL and SQL 2008. What I am trying to do is to retrieve info from a couple ...
0
votes
2answers
164 views
Changes to a Lotus Domino xpages java application do not propagate to the server
Using Lotus Domino 8.5.2 Fixpack 3
The title sums it up. I have an xpages application that uses java. It seems that any java changes I make, never become visible on the server. It sounds a dead ...
