1
vote
0answers
12 views

Error - You cannot encrypt a notesdocument instantiated by notesuidocument

I'm trying to replicate a issue. There is a document,on which a button is provided to send a mail. When the memo document is opened, the main document is closed. In the QueryClose event for the memo ...
0
votes
2answers
23 views

How to export data from a Lotus private view into excel file?

I'm experimenting with Lotus private views for the first time and I finally made a private view. Now i need to export this view to excel file... it is possible run one lotusscript to do this? i´m ...
0
votes
2answers
45 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
26 views

CreateViewNavFromCategory (lotuscript) ignore next subcategory if the user doesn't have right to view the first?

Please see the following question, do I make something wrong or is it a bug ? Is there a work around ? I'm using: Set notesViewNavigator = notesView.CreateViewNavFromCategory( category$ [ , ...
1
vote
1answer
35 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
53 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 ...
1
vote
2answers
52 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
79 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
91 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
1answer
50 views

domParser.Process throws Dom parser operation failed in lotus script

I need to read xml file from local disk using lotus script. I added the code in the script library and called from the notes view. origXML = "d:\dxl\xmldom.xml" outputFile = "d:\dxl\DOMtree.txt" ...
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
1answer
48 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
1answer
268 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
158 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 ...
2
votes
1answer
231 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
166 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 ...
1
vote
2answers
162 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 ...
0
votes
1answer
82 views

Automated Date and time lotus domino

it is possible to automate time and date last modified, I have 4 text box, one is for the date have the formula @Created and the 3 have the formula @Modified. i want the 3 text box modified one at a ...
1
vote
1answer
100 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 ...
2
votes
1answer
299 views

Domino Designer: Access selected rows from embedded view

Once again I have a question concerning Domino Designer. There are newsletters which should be assigned to several contacts. Therefore I built a form containing a combo box to select the ...
1
vote
2answers
153 views

Refreshing a Lotus Notes folder

I'm working on a Lotusscript at the moment which places a menu of actions on the $Inbox (and thereby any folders derived from that design). This action menu has several items with "Hide action if ...
0
votes
2answers
113 views

LotusNotes agent writing output to external location

Lotus Notes scheduled agent that performs an export of data, but not to the notes server, but to a shared location on the network. Any ideas?
0
votes
2answers
183 views

lotus notes 5 getdocumentbykey not working if view is open

There is an application on Lotus notes 5. The getdocumentbykey function is not working if the view is open. If some other view is open or if the Database is closed then the function is working ...
1
vote
1answer
228 views

how to disable lotus note shortcut key.in lotus note

good day, Question: anyone know how to disable lotus notes shortcut keys, for example in a view, no copy and paste a data?
0
votes
1answer
451 views

Filtering view in lotus notes

good day, I'm trying to filter date by year using @setviewinfo. can anyone tell me how?
0
votes
2answers
553 views

Running Lotus Script Agent is not getting logged in Lotus Notes User log

I have written a basic lotus script agent that shows "Hello World" in a Message Box. When I run this agent manually, it gets executed successfully but the Event of running is not getting a log entry ...
0
votes
3answers
189 views

Consuming web services in Lotus Notes 6.5

How can we consume any web services in Lotus Notes 6.5. I have seen reference to Soap Connect API. Is it the only way to do it..? Any example will be a great help.. Thanks..
0
votes
2answers
192 views

lotus notes, search data that equal to textbox

I don't understand why my code is not allowed. @If(@DbLookup("":"nocache";@DbName;"GPA";1)="GPnum";@Failure(@Command([FileSave])&@Command([CloseWindow]));@Success)` Please help me. Thank you.
-2
votes
1answer
195 views

Exporting exchange mails to Excel using lotusscript agent or Java agent or Javascript language

i want to export mails on exchnage server (subject line and body content) to Excel using lotusscript agent or Java agent or Javascript language. How can I acheive this? Any idea, suggestion or sample ...
0
votes
1answer
125 views

web agent can redirect to the top target?

I'm calling from an iframe an agent that should redirect the user to a given page on the whole page. It's a lotus script agent that do his stuff and then redirect using a common: Print ...
1
vote
2answers
120 views

How to create Lotus form to both enter data and display the same information (Lotus Designer)

Very new to Lotus designer. I am trying to create a simple form with a field which is updated from time with additional information. I want the admin user to be able to update this information on the ...
0
votes
1answer
261 views

Error 4005 when running ExtractFile in a scheduled agent

I have a scheduled LotusScript agent that I want to loop through documents in a view and extract the attached file(s) to a folder on the server: 'extract file If Not IsEmpty(rtitem.embeddedObjects) ...
1
vote
2answers
677 views

Can we merge two .NSF file in lotus notes

I have made my own .NSF file from mail85.ntf and i have added my own stuff in this new nsf file. What actually it does is that it calls a java agent when a action button (places near 'send' ) is ...
0
votes
1answer
200 views

Why is list of objects giving “Illegal Parenthesized Reference” error when adding to it via LotusScript agent?

Have this line of lotusscript code in an agent that gives an "Illegal Parenthesized Reference: Items" error: Set tempObligor.Facilities.items(Cstr(facilitydoc.requestnum(0))) = tempFacility ...
0
votes
3answers
279 views

How to get a vaue of a notes text field in formula language?

I have a form on which there is a text field called "Role". Onload of this form i am assigning a value to this field using javascript: ...
-1
votes
1answer
277 views

Emulate document locking in Lotusscript

In my Lotus Notes Application, when a user clicks an action, the action will call a run-on-server agent that will process the current document. The invoked agents sometimes doesn't run (which I think ...
0
votes
1answer
99 views

How are corrupt values being populated in document field in Lotus Domino database?

Have a Lotus Domino database that has been in use for 13 years. Today a hidden editable field named NumApprovers has started to get garbled values in it on several documents. The field is updated ...
0
votes
1answer
341 views

Rename and change user's OU/Department in Domino Directory using LotusScript?

How do I do that? I'm trying NotesAdministrationProcess but some lack example in the help file. Searching the web is difficult since these method is seldom documented. Currently I'm using ...
0
votes
1answer
195 views

Avoid type ahead searching user's personal contact list in a Lotus Notes' name field

I like the type ahead feature feature in Lotus Notes but I want it to avoid suggesting any name that is not in the "PUBLIC" database. We're having problems where users are getting the "Ambiguous Name" ...
0
votes
1answer
113 views

Webservice consumer behind the proxy?

I have a webservice consumer in my Lotus Notes application. Consumer works perfectly in testing environment. But customer uses a proxy in their network. I set a proxy values in the Domino server ...
0
votes
1answer
203 views

Query_String / Query_String_Decoded don't hold Post Parameters

I have an Agent which should accept Post parameters, sent from An App in Titanium, In the App i send a httprequest, e.g: var params = { "Param1":"Test", "Param2":"Sth" } var http = ...
0
votes
1answer
308 views

Create Inline Image in a RichText Item from an Agent

I'm trying to write an Agent which is run via an xmlhttprequest and accepts a UNID and a Base64 encoded image as paramater. What i'm up for is that the agent decodes the base64 string and writes it ...
1
vote
1answer
153 views

Encrypted emails are giving false form Notes api

I have send an Encrypted email to Lotus notes in-box, If I access that email from my local Its giving true, If the same email is running different system Its giving false. Is it setting issue? My code ...
2
votes
4answers
519 views

Find a Lotus Notes Document based on a field value

I have a field called "JobID" that needs to be unique in the notes database. My plan is to search the database for a document's JobID and ,if it is equal to the current document's JobID, alert the ...
0
votes
1answer
127 views

How to get print statement in xpinc?

I've successfully created a view in XPages which contains list of all my lotusscript agents and a button to run the selected agent. When I select any one of the agent and run it, it successfully run ...
0
votes
1answer
219 views

Lotus Notes:Reading Replication History by Code

Is there any possible way to write a code to read replication history of any database/application in Lotus Notes. The solution be in any language, I just need a little start as to where to look for ...
2
votes
2answers
187 views

Setting the section style to mimic the one used in Lotus Notes reply with history?

Is there any way to set the style of a section in Lotusscript? I would like to mimic the type of section used in reply with history in lotus notes. Using lotusscript Set the margin so the section ...
0
votes
1answer
202 views

Lotus Notes Domino ODBC Connections on Windows Server

I am a Domino/Notes programmer just started to write LS scripts to other external DataBases. Question 1. I've got one ODBC connection on the Domino server to a DB2 AS400 server. 2. I require access ...
0
votes
1answer
761 views

NullPointerException in Java script library

I am making a first step into Java- trying to create a simple Java script library in Domino Designer 8.5.2 to perform SFTP file transfers using JSch 0.1.48. The library will be called from a ...

1 2 3