Tagged Questions
0
votes
0answers
18 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
2answers
22 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 ...
2
votes
1answer
29 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
41 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
4answers
43 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
66 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
49 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 ...
-1
votes
0answers
19 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
40 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
68 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
1answer
70 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
56 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
87 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 ...
1
vote
1answer
105 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 ...
0
votes
3answers
59 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
121 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 ...
1
vote
3answers
74 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
56 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
0answers
36 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
66 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
1answer
146 views
c# code to send the mail using lotus notes in .net webservice
I am currently working on a functionality to send the email from asp.net C# code using lotus Notes.can any one tell me the initial requirements for this.
0
votes
2answers
55 views
Accessing Lotus Notes via telnet
I'm working on exporting e-mail from a Lotus Domino server for backup and I'm wondering.. How can I access the server via telnet and see all my available e-mail messages?
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 ...
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
54 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
224 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
49 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 ...
0
votes
1answer
294 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 ...
0
votes
1answer
57 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
173 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
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
81 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 ...
2
votes
1answer
239 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. ...
1
vote
2answers
179 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
301 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
160 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 ...
0
votes
3answers
133 views
design email body
here it goes, i have this code
@MailSend(sample1;sample2:sample3; "";"sample, #"+number;
"Good Day! " +@NewLine+ "
Please click the link to see details of the sample for your Reference.. " ...
0
votes
0answers
60 views
Lotus Domino sametime retrieve online status c#
Is there any way to use the com-api to get access to online status on sametime? The data should persist in a nsf-file right? Or is this only accessible from the sametime rest api?
I only want to ...
0
votes
1answer
178 views
@DbLookup in lotusnotes
would somebody help me on this to understand what it is, i am not really getting what it is,
tried a lot but could not arrive at conclusion,
@DbLookup ( "" : "NoCache" ; "" ; "IT-MTBP Info" ; ...
2
votes
1answer
74 views
Notesapi: MIMEConvertCDParts loses out the (added) attachment if the note was originally encrypted
Scenario:
There are two notes-client users A and B, who have logged in from the machine where the following happens.
User A is the one who used the notes client last (so, the notes.ini contains her ...
1
vote
2answers
165 views
Lotus script to rebuild index
We have database with over 40,000 documents. There is a view which saves a document every month and it sometimes shows wrong figure. This view is not rebuild automatically by the updall function which ...
1
vote
1answer
104 views
Lotus Notes jvm\lib\ext directory on Mac
I have an application which runs on Lotus Notes 8.5.x. It's basically a modified version of the mail template which has some custom web services connectivity. The web service functionality doesn't use ...
-1
votes
2answers
200 views
Lotus Notes C++ API Get Document by UNID
I am getting started with the Lotus Notes C++ API. I am trying to get a document based on UNID. I know a specific UNID, but I do not know how to write it to a UNIVERSALNOTEID.
I am using Lotus Notes ...
1
vote
1answer
276 views
Decrypt Lotus Notes NSF
I would like to decrypt Lotus Notes NSF files programmatically. Assume that for each NSF, I have the ID file and password needed to access the NSF.
I am using Lotus Notes 8.5.2, Windows 7 SP1 64-bit. ...
0
votes
1answer
179 views
agent.runWithDocumentContext(document) retrieve document “body” field
In one of our XPages application we use the class
agent.runWithDocumentContext(document)
This we must use instead of bind the XPage directly to the Notes Document, because the user have no direct ...
1
vote
2answers
107 views
Disposing of Notes Objects with COM, Memory Leaks
I using C# to interact with the Domino COM. I am using Lotus Notes 8.5.2. Visual Studio 2008, Windows 7 SP1.
I am trying to prevent this error from Lotus:
LSXBE: ...
1
vote
1answer
97 views
Mail sent from iNotes to custom mail in databases duplicate when edited and saved
This is a very odd issue. When sending a standard email from the iNotes client to a mail in database it will duplicate an exact copy if edited and saved. This behavior does not exhibit itself when ...
1
vote
2answers
216 views
XPages getEffectiveUserName()
I'm using an XPage as an agent (XAgent) which makes an SSJS call into some Java classes stored as Java design elements. I want the processes which are instigated by the XPage to be in the context of ...
-1
votes
1answer
144 views
Plugin for Lotus notes - to send SMS [closed]
I just wanted to know that, is it possible to send SMS from Lotus notes Mailbox using plugin instalation or any other option. If the mail received from any particular mail Id, message needs to be send ...
1
vote
2answers
311 views
Lotus Notes Copy Documents - Retain Foldering and Unread
I built an application in C# that copies documents from a source NSF to a destination NSF. The destination NSF is an empty shell, retaining all design elements, based on the source NSF. I am using ...

