1
vote
3answers
24 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
3answers
33 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 ...
0
votes
2answers
54 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 ...
0
votes
2answers
70 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 ...
0
votes
2answers
52 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
vote
1answer
41 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
71 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
59 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
88 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
106 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
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
2answers
148 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 ...
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
1answer
74 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
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
1answer
305 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
60 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 ...
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. ...
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
1answer
71 views

Create 'versions' programmatically

Lotus Notes has a 'versioning' feature. You can set this to work in a mode in which the user needs to click File->New->Version to create a new version. I would like to use that functionality in ...
2
votes
1answer
157 views

How do I get the size of my Rich Text Field?

I can get the size of the attachments using @Attachmentlength(), or Using NotesEmbeddedObject Class. But I am facing a peculiar problem. If I copy and paste a screen shot, or copy and paste an image ...
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 ...
0
votes
1answer
111 views

Set default date when form is composed from calendar view

Does anyone know how to set the default date when a user double clicks in the notes calendar view? For example, when you double click on the 18th Feb, I want a field StartDate in my new form to be ...
1
vote
2answers
488 views

Automatically move sent mail to inbox in Lotus Notes

In Lotus Notes when you send an email it can automatically put the email in your "Sent" view. But the "Sent" view is special in that you can't move messages "out" of the sent view to some other ...
3
votes
3answers
507 views

How to send lotusscript in an email programmatically?

I am trying to programmatically generate lotusscript (in a form of a scriptable button) from a web application (Java EE) and send it to an end-user who will then run it in his/her Lotus Notes client. ...
1
vote
2answers
159 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 ...
2
votes
1answer
159 views

Invalid UNID when editing documents

I have documents in a folder that have a field AUNID which is filled with the unique id of a specific child doc. On the folder's action bar I have a button which is supposed to open the document ...
2
votes
3answers
246 views

Currency summation in Lotus Notes

We have designed the LN forms with editable fields.User enters the amounts in the editable fields. We are converting the these amounts to currency using 'CCur'. The actual issue is user enters the ...
1
vote
2answers
241 views

Generate UTF-8 file with NotesStream

I'm trying to export some text to an UTF-8 file with LotusScript. I checked the documentation and the following lines should output my text as UTF-8, but Notepad++ says it's ANSI. Dim streamCompanies ...
3
votes
2answers
190 views

Scheduled agents nsf and ntf

Our products coded in Designer are usually structured as: database1.nsf, database2-production.nsf, database3-devel.nsf, then, all of them use the same template: database-template-verX.X.ntf ...
0
votes
2answers
187 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 ...
0
votes
1answer
469 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
4answers
304 views

Can I access Notes documents/collections via client side JS?

I wanted to know if it's possible to handle notes views and document collections via client side scripting in Xpages? The story so far....I am building a HR system that includes a full absence ...
1
vote
1answer
106 views

How to clear any column sorting in PickList

Does any of you know how to clear any column sorting before opening a view in a picklist? I have a view with columns that can be sorted if they are clicked. The information about the view is now ...
0
votes
3answers
192 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..
1
vote
1answer
88 views

no duplication in database lotus note

good day every one. what are the effect of re-cache if i use it to my updating data? This is what i trying to do, but i need to know what will happen if i replace the no-cache to re-cache i will ...
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 ...
1
vote
2answers
126 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
323 views

Lotus Notes Agent

Where can I find a great online reference on Lotus Notes Agent. I currently having problems with having simultaneous agents and understanding agents, how it works, best practices, etc? Thanks in ...
0
votes
1answer
265 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
706 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
3answers
297 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
279 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
348 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 ...

1 2 3 4