By using a button click on Notes Client, i want to new modal window in IE. Is it possible?
Is there a way to get members of a group, in corporate names.nsf on screen or, for example, in txt file with LotusScript agent or something similar? In domino directory we have a lot of group with many members and nested group in it, and I try to write agent who's purpose is to list groups, which...
Hi, I want to change Regional Profile with Lotus Script. Is it possible? Thanks.. (Now I can cchange it from File - Preferences - User Preferences - International - General Settings - Regional Profile )
As a new administrator, I have created a basic calendar for users to schedule a conference call number. This calendar allows me to repeatedly schedule the same date and time. I do not want this to be allowed. What script do I use to not allow appointment conflicts to occur and where do I put the...
Does anyone know the @command to determine the address of a website? I'm trying to create links to css files, but don't want to hard code the root address of the website. I.e. If files were at http://www.yahoo.com/my_db/my_files/ How do I get the "http://www.yahoo.com" part? tks
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 want to do...
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...
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 user again...
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 detach the...
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...
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...
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
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?
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!
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...
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?
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...
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...


