Domino Designer Questions


Need help with Views
Very new to dominio designer I am creating a view for ‘Open’ documents that is based on a ‘Target Date’ field I got the “<30 days” view working and the “>90 day” view working , cant figure out the “30- 90 days” My formula for <30 day view is: SELECT Form = “Form Name” & [...]

Answer Question   |  April 18, 2008  5:50 PM
Domino Designer, Formula Language, Lotus Domino Server 6.x, Lotus Notes View
asked by:
30 pts.

client vs web in Lotus Domino Designer
In Lotus Domino Designer … In Run we have two option Web and Client.. what is difference between these two??

Answer Question   |  March 20, 2008  10:36 AM
Domino Designer
10 pts.

Richtext field issue
I have a richtext field with Attachments and text. i want to transfer the contents of richtext field to another richtext field in a document created with a new form. I can use AppendRtItem,but it gives error “Notes item not found”. I can also use NotesEmbedded Object, but it solves only the issue for the [...]

Answer Question   |  July 28, 2009  9:44 AM
AppendRtItem, Domino Designer, Lotus Notes 6.x, NotesEmbedded Object
asked by:
5 pts.

How to list members of a group in Domino Directory
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 [...]

Answer Question   |  March 20, 2008  9:51 AM
Domino Designer, Lotus Agents, LotusScript, NAB
asked by:
10 pts.

Creating a document with multiple Call Statements
I’m trying to combine these to Subroutines Dept50 and Dept56 which loops theough arrays and retrieves sql tags. Eveytime I run my agent it create 2 documents where only one is needed. This is in the Sub Initialize Call Dept50 success = detdoc.Computewithform(True, True) Call Dept56 success = detdoc.Computewithform(True, True) Call detdoc.save(True,True) Msgbox “Document Created” [...]

Answer Question   |  February 29, 2008  2:41 AM
Domino Designer, Lotuscript
asked by:
15 pts.

Lotusscript Domain Address of website
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

Answer Question   |  February 21, 2008  3:05 PM
Domino 6.5, Domino Designer, LotusScript
asked by:
Mrg
285 pts.

Notes 7.02 – ClntMachine field in names.nsf
I have created toolbar button tyo send email to help desk the code looks up Clntmachine field in names.nsf works ok but is not picking up last machine logged onto…How can I make it choose last Machine access on list ? excuse the Code its clunky but works almost I only know basic formulat language [...]

Answer Question   |  March 19, 2008  12:17 AM
Domino Designer, Lotus Notes
asked by:
275 pts.

Lotus Domino
We have a suitation whereby an image was sent out to 1450 machines on our domain with Lotus Domino Designer on it. We are only licenced for 3 . How do I remove it from these machines and leave the Lotus client as is..?

Answer Question   |  January 22, 2008  4:29 PM
Domino Designer, Lotus Domino
asked by:
5 pts.

Need Help to Set up Notes Domino Web Server at Home
I would like to set up a lotus domino web server at home, so I can create some web-based application using JavaScript and test it. I have Lotus Domino Admin and Domino Designer 6.5 software at home. Is any one can help me and tell me the steps on how to do this? Thanks! Lynn

Answer Question   |  January 3, 2008  4:19 PM
Domino Designer, Lotus Notes, Lotus Notes Web Server
asked by:
Lli
5 pts.

Single response document
Hey, I would like it so that only one responce document can be created. I am currently using an action button to open the new responce from. So ideally if te button is pressed and a responce document already exsists for this document I would like it to stop a responce opening and give an [...]

Answer Question   |  February 20, 2008  4:57 PM
Domino Designer
asked by:
90 pts.

Need help with list
I am novice with Lotus. Please help. I built a New Access Requests database for the company I work for. What this will do. Create a request for system ids for a new employee 1. Allow a blank form for employee information as well as IDs/System Access needed. 2. Once saved this new request is [...]

Answer Question   |  February 20, 2008  3:10 PM
Domino Designer, Formula Language, List, Lotus Domino
asked by:
15 pts.

Select All in Embedded View in Notes Client
Hi In this database I’m working on, only authorised readers can view the documents (via reader fields) and since this is a workflow application, there will be documents that need to be approved. For some approvers, there maybe quite a bit of documents to approve. As such, is there a way that I can have [...]

Answer Question   |  January 31, 2008  1:53 PM
Domino Designer, Lotus Domino, Lotus Notes
asked by:
10 pts.

lotus domino related
I have created form in lotus domino designer as” Wireless card Issue” in that i can issue 3 cards and if all the cards are issued it should display card not available. and after return date of card by person it should display card available. what do i do?

Answer Question   |  December 12, 2007  6:35 AM
Domino Designer, Lotus Domino
asked by:
333
0 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.

Color coding items in dialog list
I have a list of 6 items in a dialog list. I would like to color code each item to be a different color so that all of the like items are the same color. Example: Stabilities will always show as red, bulk shipments will always show as blue, etc.

Answer Question   |  October 16, 2007  4:23 PM
Domino Designer
asked by:
0 pts.

Need to pick values from the view and assign them to the fields in the form.
I am new to Lotus Notes. I need to write an agent to pick the values from the view and place them in the fields in the form. Please help me in this.

Answer Question   |  February 20, 2008  10:29 AM
Domino Designer
asked by:
Sai
5 pts.

Saving document in web
Hi, I really need urgent help, so I wish to get it here and not just getting advices about searching the forum or the Internet. I have a web form with 2 buttons 1: Sava as draft FIELD draft := “draft”; @Command([FileSave]) It will open the same form, just save it.. This code worked before [...]

Answer Question   |  October 8, 2007  7:46 AM
Domino Designer, Lotus Domino, Lotus Domino Server 7.x
asked by:
0 pts.

Mail bounced back for Yahoo.com
Hi friends I am using Domino 7 as my SMTP server, I have a strange situation where certain mails are not able to reach yahoo.com. its like out of 100 mails, 2, 3 mail are comming back with following error. Error transferring to f.mx.mail.YAHOO.COM; SMTP Protocol Returned a Permanent Error 250 recipient <mani_jee@yahoo.com> ok Does [...]

Answer Question   |  April 25, 2007  1:39 PM
Domino Designer, Exchange, Lotus Domino, Notes/Domino certification
asked by:
0 pts.

Spammers masquerade to be one of us
Hi Friends I am on domino 7.0 How to stop spammers when they are masked as one of us.. like if we are xyz.com and spam comes as viagra@xyz.com. how to configure the Domino to recognize that domain? Is there any helping configuration in NAB? Thanks

Answer Question   |  April 6, 2007  10:40 AM
Domino Designer, Lotus Domino, Notes/Domino certification
asked by:
0 pts.

Spammers masquerade to be one of us
Hi Friends I am on domino 7.0 How to stop spammers when they are masked as one of us.. like if we are xyz.com and spam comes as viagra@xyz.com. how to configure the Domino to recognize that domain? Is there any helping configuration in NAB? Thanks

Answer Question   |  April 6, 2007  10:40 AM
Domino Designer, Lotus Domino, Notes/Domino certification
asked by:
0 pts.