LotusScript Questions


Implode function with full JavaScript loop
Is it possible to use the @Implode function, as a formula for a column value in a view? I’m creating a Photo Gallery, but I want the thumbnails created in a table, 3 per row. I’ve set up a column to create the table, and find the appropriate photos, I just can’t create rows. I [...]

Answer Question   |  November 9, 2012  2:58 PM
JavaScript, LotusScript
asked by:
Mrg
285 pts.

LotusScript
I’m creating an agent that loops through 6 different calls that evenutally sends out e-mails. I’m using a field called rtBody which is described as a NotesRichTextItem. In order to build each e-mail I use AppendText. Each each has the previous e-mails wording and also it’s wording attached to the e-mail. So the last e-mail [...]

Answer Question   |  February 5, 2008  7:58 PM
Body of e-mail, LotusScript, NotesRichTextItem, Web application development
asked by:
5 pts.

Lotus Script, how to avoid duplicate file names of file upload attachments
Hi, We have a problem in uploading files with the same names. Web application / Domino 7 We have a form with a file upload control and the user can select a image. Let say for example user selects the image ABC.GIF and submit by default it will get attached to the document. Now the [...]

Answer Question   |  February 5, 2008  11:25 AM
LotusScript
asked by:
5 pts.

Can LotusScript read an attached file without detaching?
I am writing an agent that will run in an application on the server when new mail is received. Each mail message will have an attached text file and I need to read the first couple lines of the file to process the message. If this agent was running on a client machine I would [...]

Answer Question   |  February 7, 2008  10:04 PM
Lotus Agents, LotusScript
asked by:
5 pts.

StampAll not stamping All (LotusScript)
I have a NotesViewEntryCollection that I then loop through looking for unique values. When I find a unique value, I create a second NotesViewEntryCollection of documents for this particular employee and use the information to look up the individual in an employee directory. I capture particular information and use a series of calls to StampAll [...]

Answer Question   |  February 20, 2008  3:17 AM
LotusScript, StampAll
asked by:
90 pts.

Lotus Notes-Lotus script code to display the form in a frame inside a frameset
I have a view,i have also created frameset and 4 frames,I wanted to display the form i created in a frame within a frameset using lotus script.this seems to be impossible,as i tried with the Lotusscript version of @SetTargetFrame,but that works fine only for pages hence i have created fields in these forms,i cant specifically [...]

Answer Question   |  December 29, 2010  1:36 PM
Lotus Notes, LotusScript
asked by:
5 pts.

codelock function
Can anyone explain the real functionality of this function? Where this function must run? Must in be an agent? I’m trying to solve a number duplication problem. Any help or suggestions are welcomed. Thanks

Answer Question   |  February 20, 2008  2:46 AM
CodeLock, LotusScript
asked by:
35 pts.

formatting excel using lotusscript
I would like to know how can I draw borders on a cell in excel with lotusscript? I’ve goggled for sites that give excel exporting tutorial but none provides a detailed explanation. Any suggestions?

Answer Question   |  January 4, 2008  2:56 AM
Export, LotusScript, Microsoft Excel
asked by:
35 pts.

Run agent Monthly
Hi, I need to run an agent every last weekend of the month. Does anyone have a clue how I can do that in Lotus Script? Thanks a lot!

Answer Question   |  December 7, 2007  8:48 AM
Lotus Notes, LotusScript, Scripting
asked by:
5 pts.

Get company names out of address book
how can I create an agent which is replicating a new added company name and the contact data out of the address book to a different db (like a company db) and vice versa. the issue is that the “company db” contains different kind of info like projects, status reports, etc. related to a certain [...]

Answer Question   |  November 1, 2007  4:28 PM
Domino Designer, Lotus Notes 7.x, LotusScript
asked by:
0 pts.

Lotus script
I have four fields 1. partno, 2.itemno, 3.fromdate ,4.Todate. if user is given itemno as multiple like 12,13,1. i want to store as 3 records in a table using array, split and count. im struggling coul pls help me to come out of the problem?

Answer Question   |  October 26, 2007  12:17 PM
LotusScript
asked by:
0 pts.

How to make notes work relational
How to make notes work relational

Answer Question   |  February 25, 2008  7:05 AM
Lotus Notes, Lotus Notes engineers, LotusScript
asked by:
0 pts.

“Anonymous” Sender in Lotus Notes
Hey all, Need some help with a new request I got recently at my workplace. Basically what they need is to receive mails be it internally or externally but they need that the sender be hidden because the info that’s going to be received there will be tips on stolen goods and complaints, so obviously [...]

Answer Question   |  October 25, 2007  6:05 PM
Lotus Domino, LotusScript
asked by:
0 pts.

Type mismatch error when getFirstitem
I have a script to read the content and attachment of the mail. Dim RTITEM As NOTESrICHtEXTiTEM … Set doc=coll.GetNthDocument(a) Set rtitem = doc.GetFirstItem(“Body”) mailfrom = doc.GetItemValue(“From”)(0) .. It is fine for most of the mails. But when I use it to read the following mail, it shows a error “type mismatch” Mail content: [MIME [...]

Answer Question   |  February 29, 2008  6:33 AM
LotusScript
asked by:
0 pts.

Filtering web view based on parameter
Hello, We are currently using Notes 5. I have a database application that runs in both the client and on out Intranet (web based). What I would like to do is call a view from the database from some web pages, and have the view filtered based on a parameter that is provided by the [...]

Answer Question   |  April 3, 2007  1:45 PM
Domino Designer, LotusScript
asked by:
0 pts.

WEB: Problem in Sending Main
I’m facing some problem when i submit a form viz WEB. I get form processed as the message. When i debugged, i found that the porblem is in “maildoc.send”. The same piece of code is working fine on other server. To tell you, even on this server it was working fine few weeks back. Im [...]

Answer Question   |  January 26, 2007  6:24 AM
LotusScript
asked by:
0 pts.

Calculate on total columns
I have a view that has 2 total columns, I am hding the detail rows. I need to use the values from the total columns so that I can get a percent as a result eg. col3 = col2 / (col1 + col2). Is this possible from inside the view? If so, how can I [...]

Answer Question   |  January 10, 2007  9:38 AM
Lotus Domino, LotusScript
asked by:
0 pts.

Export of Email from Notes
I am trying to incorporate an Action button into Lotus Notes whereby clicking on it will export selected documents to the file system and run a script to transfer it to a remote server. My problem is two fold, i have added the button (to the inbox) and set it up to run a lotus-script [...]

Answer Question   |  September 5, 2006  6:58 AM
Lotus Domino, LotusScript
asked by:
0 pts.

Need help on Lotus Notes/Domino development
I have developed a training database that is a repository for our training materials. I want to add a feedback form so users can send feedback on specific documents. My thoughts were to add an action button for feedback. I want it to open a form, populate the user name, attach a doclink, provide a [...]

Answer Question   |  August 1, 2006  8:35 AM
Development, Lotus Domino, LotusScript
asked by:
0 pts.

Gif Animation in Lotus Client DB
I put an animated gif on a Page. The animation works in the client if the page is opened by itself. I need this page inside a frame. When I open the page in a frame in the client, the animation doesn’t work. Anyone have a way to get a gif animation to work in [...]

Answer Question   |  July 19, 2006  10:52 PM
Lotus Domino, LotusScript
asked by:
0 pts.